introduce ApiPlaceholder #2094
Annotations
3 errors and 13 warnings
dotnet build Release:
BMM.Web/Program.cs#L47
'HtmlResult' does not contain a constructor that takes 1 arguments
|
dotnet build Release:
BMM.Web/Program.cs#L47
'HtmlResult' does not contain a constructor that takes 1 arguments
|
dotnet build Release
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Set up .NET Core
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
dotnet build Release:
BMM.Web/ApiConfiguration.cs#L7
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build Release:
BMM.Web/Program.cs#L9
Dereference of a possibly null reference.
|
dotnet build Release:
BMM.Web/Program.cs#L14
Possible null reference argument for parameter 'apiConfig' in 'HtmlResult.HtmlResult(string indexHtml, ApiConfiguration apiConfig)'.
|
dotnet build Release:
BMM.Web/Program.cs#L18
Possible null reference argument for parameter 'apiConfig' in 'HtmlResult.HtmlResult(string indexHtml, ApiConfiguration apiConfig, string? path)'.
|
dotnet build Release:
BMM.Web/Program.cs#L20
Possible null reference argument for parameter 'apiConfig' in 'HtmlResult.HtmlResult(string indexHtml, ApiConfiguration apiConfig, string? path)'.
|
dotnet build Release:
BMM.Web/BmmApiClient.cs#L21
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build Release:
BMM.Web/BmmApiClient.cs#L22
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build Release:
BMM.Web/BmmApiClient.cs#L24
Non-nullable property 'CoverUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build Release:
BMM.Web/HtmlResult.cs#L39
Dereference of a possibly null reference.
|
dotnet build Release:
BMM.Web/ApiConfiguration.cs#L7
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading