Skip to content

Bump Microsoft.Extensions.Localization from 7.0.12 to 8.0.4 in /src/template #25

Bump Microsoft.Extensions.Localization from 7.0.12 to 8.0.4 in /src/template

Bump Microsoft.Extensions.Localization from 7.0.12 to 8.0.4 in /src/template #25

Status Success
Total duration 51s
Artifacts

build_and_test.yml

on: pull_request
Build and test
44s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and test: src/template/src/Core/Application/Dashboard/SendStatsChangedNotificationHandler.cs#L37
Add suffix 'Async' to asynchronous method name (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046)
Build and test: src/template/src/Core/Application/Common/Events/IEventNotificationHandler.cs#L17
Add suffix 'Async' to asynchronous method name (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046)
Build and test: src/template/src/Core/Application/Multitenancy/ITenantService.cs#L12
Add suffix 'Async' to asynchronous method name (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046)
Build and test: src/template/src/Infrastructure/Persistence/Repository/EventAddingRepositoryDecorator.cs#L60
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
Build and test: src/template/src/Infrastructure/Common/Services/NewtonSoftService.cs#L23
'StringEnumConverter.CamelCaseText' is obsolete: 'StringEnumConverter.CamelCaseText is obsolete. Set StringEnumConverter.NamingStrategy with CamelCaseNamingStrategy instead.'
Build and test: src/template/src/Infrastructure/Caching/Startup.cs#L23
Possible null reference argument for parameter 'hostAndPort' in 'void EndPointCollection.Add(string hostAndPort)'.
Build and test: src/template/src/Infrastructure/BackgroundJobs/Startup.cs#L49
'PostgreSqlBootstrapperConfigurationExtensions.UsePostgreSqlStorage(IGlobalConfiguration, string, PostgreSqlStorageOptions)' is obsolete: 'Will be removed in 2.0. Please use UsePostgreSqlStorage(Action<PostgreSqlBootstrapperOptions>) overload.'
Build and test: src/template/src/Infrastructure/BackgroundJobs/HangfireCustomBasicAuthenticationFilter.cs#L36
Possible null reference argument for parameter 'input' in 'AuthenticationHeaderValue AuthenticationHeaderValue.Parse(string input)'.
Build and test: src/template/src/Infrastructure/Identity/TokenService.cs#L94
Add suffix 'Async' to asynchronous method name (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046)