db connection string change #17
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@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:
BookStoreApp.API/Models/VirtualizeResponse.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BookStoreApp.API/Configurations/MapperConfig.cs#L30
Dereference of a possibly null reference.
|
Build:
BookStoreApp.API/Configurations/MapperConfig.cs#L33
Dereference of a possibly null reference.
|
Build:
BookStoreApp.API/Models/User/UserDto.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BookStoreApp.API/Models/User/UserDto.cs#L13
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BookStoreApp.API/Models/User/UserDto.cs#L16
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BookStoreApp.API/Models/User/LoginUserDto.cs#L9
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:
BookStoreApp.API/Models/User/LoginUserDto.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BookStoreApp.API/Models/User/AuthResponse.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BookStoreApp.API/Models/User/AuthResponse.cs#L6
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webapp".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading