Merge pull request #224 from DontEatRice/dependabot/npm_and_yarn/clie… #506
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/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/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/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.
|