New Crowdin updates #2202
Annotations
13 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/Program.cs#L9
Dereference of a possibly null reference.
|
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/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.
|
Loading