Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push May 23, 2024 00:45
Status Success
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: BookInfoAPI/Models/Category.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Category.cs#L7
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Book.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Book.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Book.cs#L9
Non-nullable property 'ISBN' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Book.cs#L12
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Author.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Author.cs#L8
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Category.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookInfoAPI/Models/Category.cs#L7
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.