3.8.0 #123
Annotations
10 warnings
Sims1WidescreenPatcher.Core/Validations/FileExistsAttribute.cs#L7
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Sims1WidescreenPatcher.Core/Validations/RequiredAltAttribute.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Sims1WidescreenPatcher.Core/Models/AspectRatio.cs#L59
Nullability of reference types in type of parameter 'x' of 'bool AspectRatio.Equals(AspectRatio x, AspectRatio y)' doesn't match implicitly implemented member 'bool IEqualityComparer<AspectRatio>.Equals(AspectRatio? x, AspectRatio? y)' (possibly because of nullability attributes).
|
Sims1WidescreenPatcher.Core/Models/AspectRatio.cs#L59
Nullability of reference types in type of parameter 'y' of 'bool AspectRatio.Equals(AspectRatio x, AspectRatio y)' doesn't match implicitly implemented member 'bool IEqualityComparer<AspectRatio>.Equals(AspectRatio? x, AspectRatio? y)' (possibly because of nullability attributes).
|
Sims1WidescreenPatcher.Core/Models/Resolution.cs#L9
Nullability of reference types in type of parameter 'x' of 'bool WidthHeightEqualityComparer.Equals(Resolution x, Resolution y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Resolution>.Equals(Resolution? x, Resolution? y)' (possibly because of nullability attributes).
|
Sims1WidescreenPatcher.Core/Models/Resolution.cs#L9
Nullability of reference types in type of parameter 'y' of 'bool WidthHeightEqualityComparer.Equals(Resolution x, Resolution y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Resolution>.Equals(Resolution? x, Resolution? y)' (possibly because of nullability attributes).
|
Sims1WidescreenPatcher.Core/Services/CheatsService.cs#L21
Possible null reference argument for parameter 'simsExePath' in '(bool found, long offset, byte[]? bytes) IPatchFileService.FindPattern(string simsExePath, string pattern)'.
|
Sims1WidescreenPatcher.Core/Services/CheatsService.cs#L31
Possible null reference argument for parameter 'simsExePath' in '(bool found, long offset, byte[]? bytes) IPatchFileService.FindPattern(string simsExePath, string pattern)'.
|
Sims1WidescreenPatcher.Core/Services/CheatsService.cs#L48
Possible null reference argument for parameter 'simsExePath' in '(bool found, long offset, byte[]? bytes) IPatchFileService.FindPattern(string simsExePath, string pattern)'.
|
Sims1WidescreenPatcher.Core/Validations/RequiredAltAttribute.cs#L17
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading