core: Implement System.CommandLine #7
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.
|
Utils/Json2HTML.cs#L15
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Utils/Json2HTML.cs#L8
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Utils/Json2HTML.cs#L9
Non-nullable property 'marks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Utils/Json2HTML.cs#L10
Non-nullable property 'text' 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.
|
Utils/Json2HTML.cs#L20
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Utils/Json2HTML.cs#L21
Non-nullable property 'content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Book.cs#L8
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/Book.cs#L9
Non-nullable property 'chapters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading