Add or update the Azure App Service build and deployment workflow config #1
Annotations
11 warnings
|
dotnet publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
|
Build with dotnet:
DotNetWebAPI_InMemoryDatabase/Models/Book.cs#L10
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 with dotnet:
DotNetWebAPI_InMemoryDatabase/Services/BookServices.cs#L57
Possible null reference return.
|
|
Build with dotnet:
DotNetWebAPI_InMemoryDatabase/Services/BookServices.cs#L53
Converting null literal or possible null value to non-nullable type.
|
|
Build with dotnet:
DotNetWebAPI_InMemoryDatabase/Services/BookServices.cs#L44
Possible null reference return.
|
|
Build with dotnet:
DotNetWebAPI_InMemoryDatabase/Models/Book.cs#L14
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 with dotnet:
DotNetWebAPI_InMemoryDatabase/Models/Book.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
DotNetWebAPI_InMemoryDatabase/Models/Book.cs#L10
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 with dotnet:
DotNetWebAPI_InMemoryDatabase/Services/BookServices.cs#L57
Possible null reference return.
|
|
Build with dotnet:
DotNetWebAPI_InMemoryDatabase/Services/BookServices.cs#L53
Converting null literal or possible null value to non-nullable type.
|
|
Build with dotnet:
DotNetWebAPI_InMemoryDatabase/Services/BookServices.cs#L44
Possible null reference return.
|
Loading