Skip to content

Upgrade to .NET 8.0 & update packages #36

Upgrade to .NET 8.0 & update packages

Upgrade to .NET 8.0 & update packages #36

Triggered via pull request December 2, 2023 09:28
@hishamcohishamco
opened #77
net-8
Status Success
Total duration 1m 3s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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: 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: 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/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: 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)