Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push September 6, 2024 12:52
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ConnectionMessage.cs#L106
'ConnectionMessage.Client.NewRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build: ConnectionMessage.cs#L145
'ConnectionMessage.Client.JoinRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build: ConnectionMessage.cs#L158
'ConnectionMessage.Client.LeaveRoom.action' hides inherited member 'ConnectionMessage.Message.action'. Use the new keyword if hiding was intended.
build: ConnectionMessage.cs#L116
Non-nullable field '_roomID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: ConnectionMessage.cs#L84
Cannot convert null literal to non-nullable reference type.
build: ConnectionMessage.cs#L85
Cannot convert null literal to non-nullable reference type.
build: GameManager.cs#L99
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
build: Program.cs#L178
'GameManager.UserManager.Drop(IWebSocketConnection)' is obsolete: 'Use RemoveUser instead. | 使用 RemoveUser 代替.'
build: Program.cs#L194
'GameManager.UserManager.Drop(IWebSocketConnection)' is obsolete: 'Use RemoveUser instead. | 使用 RemoveUser 代替.'
build: Program.cs#L259
'GameManager.UserManager.Drop(IWebSocketConnection)' is obsolete: 'Use RemoveUser instead. | 使用 RemoveUser 代替.'