Fix issues with mods auto deleting #66
Merged
Annotations
10 warnings
|
SevenZipExtractor/SevenZipExtractor/SevenZipInterface.cs#L153
This call site is reachable on all platforms. 'Marshal.GetObjectForNativeVariant<object>(nint)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
PenumbraModForwarder.Common/Services/RegistryHelper.cs#L26
Possible null reference return.
|
|
PenumbraModForwarder.Common/Services/RegistryHelper.cs#L32
Possible null reference return.
|
|
PenumbraModForwarder.Common/Models/ArkModel.cs#L5
Non-nullable property 'CacheFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PenumbraModForwarder.Common/Services/ArkService.cs#L16
Non-nullable field '_cacheFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PenumbraModForwarder.Common/Services/ArkService.cs#L33
Dereference of a possibly null reference.
|
|
PenumbraModForwarder.Common/Services/ArchiveHelperService.cs#L152
Possible null reference return.
|
|
PenumbraModForwarder.Common/Services/ArchiveHelperService.cs#L165
Possible null reference return.
|
|
PenumbraModForwarder.Common/Services/PenumbraApi.cs#L58
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
PenumbraModForwarder.Common/Services/ArchiveHelperService.cs#L185
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading