Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push November 26, 2024 18:57
Status Failure
Total duration 24s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: CSCI2910_Lab5/Models/User.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CSCI2910_Lab5/Models/User.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CSCI2910_Lab5/Models/Book.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CSCI2910_Lab5/Models/Book.cs#L7
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CSCI2910_Lab5/Models/Book.cs#L8
Non-nullable property 'ISBN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CSCI2910_Lab5/Components/Pages/BookList.razor#L32
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: CSCI2910_Lab5/Services/LibraryService.cs#L102
Possible null reference return.
build: CSCI2910_Lab5/Services/LibraryService.cs#L106
Possible null reference return.
build: CSCI2910_Lab5/Components/Pages/UserList.razor#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: CSCI2910_Lab5/Services/LibraryService.cs#L118
Possible null reference return.