Skip to content

Merge pull request #225 from DontEatRice/jakubs/bump_dotnet #504

Merge pull request #225 from DontEatRice/jakubs/bump_dotnet

Merge pull request #225 from DontEatRice/jakubs/bump_dotnet #504

Triggered via push October 27, 2024 21:07
Status Success
Total duration 40s
Artifacts

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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: Server/src/Server.Domain/Entities/Address.cs#L6
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/Address.cs#L7
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/Address.cs#L8
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/Address.cs#L9
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/User/UserBook.cs#L7
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/User/UserBook.cs#L8
Non-nullable property 'Book' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/Reservations/ReservationBook.cs#L8
Non-nullable property 'Book' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/Reservations/Reservation.cs#L9
Non-nullable property 'Identity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/Reservations/Reservation.cs#L11
Non-nullable property 'Library' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/src/Server.Domain/Entities/Reservations/CartBook.cs#L7
Non-nullable property 'Book' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.