Minor enhancements #98
Merged
Annotations
10 warnings
|
Build:
Sunrise.Shared/Database/Models/Users/UserStats.cs#L12
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Sunrise.Shared/Database/Models/Users/UserStatsSnapshot.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Sunrise.Shared/Database/Models/Users/UserStatsSnapshot.cs#L28
Possible null reference return.
|
|
Build:
Sunrise.Shared/Extensions/ByteExtensions.cs#L9
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
|
Build:
Sunrise.Shared/Repositories/SessionRepository.cs#L131
'SessionRepository.TryGetSession(string, string?, out Session?)' is obsolete: 'Use TryGetSessionAsync instead'
|
|
Build:
Sunrise.Shared/Extensions/Scores/ScoreExtensions.cs#L256
'RequestType' is obsolete: 'Please use string literals instead. This class will be removed in future versions.'
|
|
Build:
Sunrise.Shared/Extensions/Scores/ScoreExtensions.cs#L154
'RequestType' is obsolete: 'Please use string literals instead. This class will be removed in future versions.'
|
|
Build:
Sunrise.Shared/Utils/Converters/UnixDateTimeConverter.cs#L32
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
|
|
Build:
Sunrise.Shared/Utils/ReplayReader.cs#L21
Possible null reference return.
|
|
Build:
Sunrise.Shared/Utils/ReplayReader.cs#L10
Possible null reference return.
|
Loading