Add BlazorWebApp to samples #42
Annotations
6 warnings
build:
src/My.Extensions.Localization.Json/JsonStringLocalizer.cs#L22
Field 'JsonStringLocalizer._searchedLocation' is never assigned to, and will always have its default value null
|
build:
test/My.Extensions.Localization.Json.Tests/JsonStringLocalizerFactoryTests.cs#L98
The method used to create a RequestDelegate returns Task<int>. RequestDelegate discards this value. If this isn't intended then change the return type to non-generic Task or, if the delegate is a route handler, cast it to Delegate so the return value is written to the response. (https://aka.ms/aspnet/analyzers)
|
build:
test/My.Extensions.Localization.Json.Tests/JsonStringLocalizerTests.cs#L152
The method used to create a RequestDelegate returns Task<int>. RequestDelegate discards this value. If this isn't intended then change the return type to non-generic Task or, if the delegate is a route handler, cast it to Delegate so the return value is written to the response. (https://aka.ms/aspnet/analyzers)
|
build:
src/My.Extensions.Localization.Json/JsonStringLocalizer.cs#L22
Field 'JsonStringLocalizer._searchedLocation' is never assigned to, and will always have its default value null
|
build:
test/My.Extensions.Localization.Json.Tests/JsonStringLocalizerFactoryTests.cs#L98
The method used to create a RequestDelegate returns Task<int>. RequestDelegate discards this value. If this isn't intended then change the return type to non-generic Task or, if the delegate is a route handler, cast it to Delegate so the return value is written to the response. (https://aka.ms/aspnet/analyzers)
|
build:
test/My.Extensions.Localization.Json.Tests/JsonStringLocalizerTests.cs#L152
The method used to create a RequestDelegate returns Task<int>. RequestDelegate discards this value. If this isn't intended then change the return type to non-generic Task or, if the delegate is a route handler, cast it to Delegate so the return value is written to the response. (https://aka.ms/aspnet/analyzers)
|