DockerMods #200
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@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Generators/RepoGenerator.cs#L283
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Generators/RepoGenerator.cs#L287
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Generators/RepoGenerator.cs#L272
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Generators/RepoGenerator.cs#L240
Non-nullable property 'MinimumVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Generators/RepoGenerator.cs#L250
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Generators/DockerModGenerator.cs#L50
The variable 'ex' is declared but never used
|
build:
Generators/DockerModGenerator.cs#L94
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Generators/DockerModGenerator.cs#L99
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Generators/DockerModGenerator.cs#L104
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Generators/DockerModGenerator.cs#L114
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|