Character Overview improved search, still not good with longer names #19
Annotations
16 warnings
src/GIMI-ModManager.Core/Entities/GenshinCharacter.cs#L21
Nullability of reference types in type of parameter 'x' of 'bool GenshinCharacter.Equals(GenshinCharacter x, GenshinCharacter y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GenshinCharacter>.Equals(GenshinCharacter? x, GenshinCharacter? y)' (possibly because of nullability attributes).
|
src/GIMI-ModManager.Core/Entities/GenshinCharacter.cs#L21
Nullability of reference types in type of parameter 'y' of 'bool GenshinCharacter.Equals(GenshinCharacter x, GenshinCharacter y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GenshinCharacter>.Equals(GenshinCharacter? x, GenshinCharacter? y)' (possibly because of nullability attributes).
|
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/Helpers/SettingsStorageExtensions.cs#L21
Possible null reference argument for parameter 'value' in 'Task<string> Json.StringifyAsync(object value)'.
|
src/GIMI-ModManager.WinUI/Helpers/SettingsStorageExtensions.cs#L41
Possible null reference argument for parameter 'value' in 'Task<string> Json.StringifyAsync(object value)'.
|
src/GIMI-ModManager.WinUI/Services/WindowManagerService.cs#L115
Dereference of a possibly null reference.
|
src/GIMI-ModManager.WinUI/Views/CharactersPage.xaml.cs#L22
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/GenshinCharacter.cs#L21
Nullability of reference types in type of parameter 'x' of 'bool GenshinCharacter.Equals(GenshinCharacter x, GenshinCharacter y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GenshinCharacter>.Equals(GenshinCharacter? x, GenshinCharacter? y)' (possibly because of nullability attributes).
|
src/GIMI-ModManager.Core/Entities/GenshinCharacter.cs#L21
Nullability of reference types in type of parameter 'y' of 'bool GenshinCharacter.Equals(GenshinCharacter x, GenshinCharacter y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GenshinCharacter>.Equals(GenshinCharacter? x, GenshinCharacter? y)' (possibly because of nullability attributes).
|
src/GIMI-ModManager.Core/Helpers/Json.cs#L9
Possible null reference return.
|
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.
|
The logs for this run have expired and are no longer available.
Loading