refactor(transcription-tool): remove localStorage usage #1970
Annotations
14 warnings
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 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.
|
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/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#L35
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.
|
dotnet build Release:
BMM.Web/Program.cs#L9
Dereference of a possibly null reference.
|
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.
|
Loading