tweak: Improved character search, especially for characters with long… #13
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/Services/ActivationService.cs#L145
Nullability of reference types in type of parameter 'sender' of 'void ActivationService.ScreenSizeSavingTimer_Tick(object sender, object e)' doesn't match the target delegate 'EventHandler<object>' (possibly because of nullability attributes).
|
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.
|
The logs for this run have expired and are no longer available.
Loading