Skip to content

core: Drop debug stuff and update readme #8

core: Drop debug stuff and update readme

core: Drop debug stuff and update readme #8

Triggered via push August 2, 2024 09:59
Status Failure
Total duration 22s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: Program.cs#L61
No overload for method 'ConvertJsonToHtml' takes 2 arguments
build: Program.cs#L61
No overload for method 'ConvertJsonToHtml' takes 2 arguments
build
Process completed with exit code 1.
build
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/
build: Models/Book.cs#L8
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Book.cs#L9
Non-nullable property 'chapters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Projects.cs#L43
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Projects.cs#L37
Non-nullable property 'project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Projects.cs#L20
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Projects.cs#L21
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Projects.cs#L22
Non-nullable property 'author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Projects.cs#L23
Non-nullable property 'translator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Projects.cs#L25
Non-nullable property 'alternatives' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/Projects.cs#L26
Non-nullable property 'release' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.