Revert "cold start optimization" #7
Annotations
11 warnings
Program.cs#L60
Possible null reference argument for parameter 'groupName' in 'List<string> GroupService.GetConnectionsByGroup(string groupName)'.
|
Services/GroupService.cs#L24
Converting null literal or possible null value to non-nullable type.
|
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#L54
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
Program.cs#L60
Possible null reference argument for parameter 'groupName' in 'List<string> GroupService.GetConnectionsByGroup(string groupName)'.
|
Services/GroupService.cs#L24
Converting null literal or possible null value to non-nullable type.
|
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#L54
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
|
This job succeeded
Loading