Skip to content

Added secrets

Added secrets #3

Triggered via push June 1, 2024 17:01
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SessionService/Services/Test/TestService.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SessionService/Services/Event/EventService.cs#L60
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.
build: SessionService/Program.cs#L41
Possible null reference argument for parameter 'connectionString' in 'AzureBlobService.AzureBlobService(string connectionString)'.
build: SessionService/Program.cs#L68
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, List<WebSocket>>.ContainsKey(string key)'.
build: SessionService/Program.cs#L70
Possible null reference argument for parameter 'key' in 'List<WebSocket> Dictionary<string, List<WebSocket>>.this[string key]'.
build: SessionService/Program.cs#L72
Possible null reference argument for parameter 'key' in 'List<WebSocket> Dictionary<string, List<WebSocket>>.this[string key]'.
build: SessionService/Program.cs#L75
Possible null reference argument for parameter 'roomName' in 'Task HandleWebSocketAsync(WebSocket webSocket, string roomName)'.
build: SessionService/Services/Test/TestService.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SessionService/Services/Event/EventService.cs#L60
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.
build: SessionService/Program.cs#L41
Possible null reference argument for parameter 'connectionString' in 'AzureBlobService.AzureBlobService(string connectionString)'.