Added API Publish Settings #12
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/CustomValidators/RequireNameOrAlias.cs#L17
Dereference of a possibly null reference.
|
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/Program.cs#L80
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build:
BookStoreApp.API/Models/Author/AuthorDetailsDto.cs#L7
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BookStoreApp.API/Models/Author/AuthorReadOnlyDto.cs#L11
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/Author/AuthorReadOnlyDto.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/Author/AuthorReadOnlyDto.cs#L15
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BookStoreApp.API/Models/Author/AuthorUpdateDto.cs#L11
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/Author/AuthorUpdateDto.cs#L15
Non-nullable property 'LastName' 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