cold start optimization #6
Annotations
18 warnings
Program.cs#L23
Dereference of a possibly null reference.
|
Program.cs#L33
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#L15
Using member 'Microsoft.Extensions.DependencyInjection.SignalRDependencyInjectionExtensions.AddSignalR(IServiceCollection)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. SignalR does not currently support trimming or native AOT. https://aka.ms/aspnet/trimming
|
Program.cs#L27
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
Program.cs#L23
Dereference of a possibly null reference.
|
Program.cs#L33
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#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#L23
Dereference of a possibly null reference.
|
Program.cs#L33
Possible null reference argument for parameter 'groupName' in 'List<string> GroupService.GetConnectionsByGroup(string groupName)'.
|
Program.cs#L15
Using member 'Microsoft.Extensions.DependencyInjection.SignalRDependencyInjectionExtensions.AddSignalR(IServiceCollection)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. SignalR does not currently support trimming or native AOT. https://aka.ms/aspnet/trimming
|
Program.cs#L27
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
This job succeeded
Loading