Merge pull request #3 from jaickler/feat/Add-Planet-Model-And-Getters #3
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
HellDiversDotNet/Models/War.cs#L21
Possible null reference return.
|
build:
HellDiversDotNet/Models/War.cs#L14
Non-nullable property 'Capitals' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HellDiversDotNet/Models/Planet.cs#L39
Possible null reference return.
|
build:
HellDiversDotNet/Models/Planet.cs#L23
Non-nullable property 'InitialOwner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HellDiversDotNet/Models/Planet.cs#L29
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HellDiversDotNet/Models/Planet.cs#L32
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HellDiversDotNet/Models/Planet.cs#L35
Non-nullable property 'Waypoints' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HellDiversDotNet/Models/Event.cs#L17
Non-nullable property 'Effects' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HellDiversDotNet/Models/Event.cs#L29
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HellDiversDotNet/Models/Event.cs#L35
Non-nullable property 'PlanetIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|