Annotations
11 warnings
Services/GroupService.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Program.cs#L41
Possible null reference argument for parameter 'groupName' in 'List<string> GroupService.GetConnectionsByGroup(string groupName)'.
|
Services/GroupService.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Services/GroupService.cs#L63
Converting null literal or possible null value to non-nullable type.
|
Program.cs#L34
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
Services/GroupService.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Program.cs#L41
Possible null reference argument for parameter 'groupName' in 'List<string> GroupService.GetConnectionsByGroup(string groupName)'.
|
Services/GroupService.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Services/GroupService.cs#L63
Converting null literal or possible null value to non-nullable type.
|
Program.cs#L34
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
|
This job succeeded
Loading