Update default not eligible beatmap statuses for hype #103
Annotations
10 warnings
|
Build:
Sunrise.Shared/Objects/Serializable/Events/BeatmapStatusChanged.cs#L9
Non-nullable property 'BeatmapHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Sunrise.Shared/Objects/Serializable/Performances/PerformanceAttributes.cs#L86
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Sunrise.Shared/Objects/Serializable/Performances/PerformanceAttributes.cs#L11
Non-nullable property 'Difficulty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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/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/Repositories/SessionRepository.cs#L131
'SessionRepository.TryGetSession(string, string?, out Session?)' is obsolete: 'Use TryGetSessionAsync instead'
|
|
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