Remove from queue if no longer on system #65
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/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/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#L33
Dereference of a possibly null reference.
|
|
PenumbraModForwarder.Common/Services/ConfigurationService.cs#L27
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
PenumbraModForwarder.Common/Services/ConfigurationService.cs#L20
Non-nullable field '_config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PenumbraModForwarder.Common/Services/ConfigurationService.cs#L20
Non-nullable event 'ConfigChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading