Merge pull request #192 from shobhit-pathak/dev #14
Annotations
8 warnings
Build and Release:
DatabaseStats.cs#L21
Non-nullable field 'connection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build and Release:
Pausing.cs#L17
Unreachable code detected
|
Build and Release:
PracticeMode.cs#L650
Converting null literal or possible null value to non-nullable type.
|
Build and Release:
PracticeMode.cs#L1511
Possible null reference argument for parameter 'player' in 'void MatchZy.PrintToPlayerChat(CCSPlayerController player, string message)'.
|
Build and Release:
Utility.cs#L644
Unreachable code detected
|
Build and Release:
Utility.cs#L1168
Dereference of a possibly null reference.
|
Build and Release:
Utility.cs#L1168
Converting null literal or possible null value to non-nullable type.
|
Build and Release:
Utility.cs#L1172
Possible null reference argument for parameter 'replacement' in 'string Regex.Replace(string input, string pattern, string replacement, RegexOptions options)'.
|