Class name fixes #42
Merged
Class name fixes #42
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Display dotnet version:
Source/Shared/Network/Packet.cs#L19
Cannot convert null literal to non-nullable reference type.
|
Display dotnet version:
Source/Server/Managers/UserManager.cs#L179
Cannot convert null literal to non-nullable reference type.
|
Display dotnet version:
Source/Shared/Files/WorldValuesFile.cs#L9
Non-nullable field 'seedString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Display dotnet version:
Source/Shared/Files/WorldValuesFile.cs#L11
Non-nullable field 'planetCoverage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Display dotnet version:
Source/Shared/Files/WorldValuesFile.cs#L12
Non-nullable field 'rainfall' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Display dotnet version:
Source/Shared/Files/WorldValuesFile.cs#L13
Non-nullable field 'temperature' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Display dotnet version:
Source/Shared/Files/WorldValuesFile.cs#L14
Non-nullable field 'population' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Display dotnet version:
Source/Shared/Files/WorldValuesFile.cs#L15
Non-nullable field 'pollution' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Display dotnet version:
Source/Shared/PacketData/Actions/EventData.cs#L8
Non-nullable field 'eventStepMode' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Display dotnet version:
Source/Shared/PacketData/Actions/EventData.cs#L10
Non-nullable field 'fromTile' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading