ci(build): 更新macOS构建流程 #84
Merged
Annotations
10 warnings
|
PCL.Neo/Utils/BoolToOnlineStatusConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object BoolToOnlineStatusConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
|
PCL.Neo.Core/Models/Minecraft/Java/JavaManager.cs#L74
The variable 'e' is declared but never used
|
|
PCL.Neo.Core/Models/Minecraft/Game/GameService.cs#L441
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.
|
|
PCL.Neo.Core/Models/Minecraft/Game/GameService.cs#L331
Possible null reference argument for parameter 'url' in 'Task GameService.DownloadFileAsync(string url, string savePath, IProgress<int>? progress = null)'.
|
|
PCL.Neo.Core/Models/Minecraft/Game/GameService.cs#L326
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
|
PCL.Neo.Core/Models/Minecraft/Game/GameService.cs#L287
Dereference of a possibly null reference.
|
|
PCL.Neo.Core/Models/Minecraft/Game/GameService.cs#L241
Dereference of a possibly null reference.
|
|
PCL.Neo.Core/Models/Minecraft/Game/GameService.cs#L221
Dereference of a possibly null reference.
|
|
PCL.Neo.Core/Models/Minecraft/Game/GameService.cs#L221
Dereference of a possibly null reference.
|
|
PCL.Neo.Core/Models/Minecraft/MetadataFile.cs#L53
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading