Merge pull request #2 from MrIkso/main #6
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Models/Projects.cs#L43
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L37
Non-nullable property 'project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L20
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L21
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L22
Non-nullable property 'author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L23
Non-nullable property 'translator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L25
Non-nullable property 'alternatives' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L26
Non-nullable property 'release' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L27
Non-nullable property 'nation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Projects.cs#L28
Non-nullable property 'status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading