chore(main): release 1.4.2 (#51) #70
Annotations
16 warnings
src/GIMI-ModManager.Core/Services/SkinManagerService.cs#L62
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.
|
src/GIMI-ModManager.Core/Entities/Genshin/GenshinCharacter.cs#L59
Non-nullable field '_character' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/GIMI-ModManager.Core/Services/FileService.cs#L14
Possible null reference return.
|
src/GIMI-ModManager.Core/Services/FileService.cs#L19
Possible null reference return.
|
src/GIMI-ModManager.Core/Services/FileService.cs#L33
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Helpers/Json.cs#L9
Possible null reference return.
|
src/GIMI-ModManager.WinUI/Views/Controls/EditableTextBlock.xaml.cs#L70
'EditableTextBlock.StyleProperty' hides inherited member 'FrameworkElement.StyleProperty'. Use the new keyword if hiding was intended.
|
src/GIMI-ModManager.WinUI/Views/Controls/EditableTextBlock.xaml.cs#L73
'EditableTextBlock.Style' hides inherited member 'FrameworkElement.Style'. Use the new keyword if hiding was intended.
|
src/GIMI-ModManager.WinUI/Services/ModDragAndDropService.cs#L136
The variable 'e' is declared but never used
|
src/GIMI-ModManager.WinUI/Services/LocalSettingsService.cs#L93
Possible null reference argument for parameter 'value' in 'Task<string> Json.StringifyAsync(object value)'.
|
src/GIMI-ModManager.Core/Services/SkinManagerService.cs#L62
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.
|
src/GIMI-ModManager.Core/Entities/Genshin/GenshinCharacter.cs#L59
Non-nullable field '_character' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/GIMI-ModManager.Core/Services/FileService.cs#L14
Possible null reference return.
|
src/GIMI-ModManager.Core/Services/FileService.cs#L19
Possible null reference return.
|
src/GIMI-ModManager.Core/Services/FileService.cs#L33
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Helpers/Json.cs#L9
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading