Skip to content

Update packages, target frameworks, and Swagger settings #21

Update packages, target frameworks, and Swagger settings

Update packages, target frameworks, and Swagger settings #21

Triggered via push May 12, 2024 09:40
Status Success
Total duration 53s
Artifacts
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/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/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/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/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/HangfireCustomBasicAuthenticationFilter.cs#L36
Possible null reference argument for parameter 'input' in 'AuthenticationHeaderValue AuthenticationHeaderValue.Parse(string input)'.
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/Common/Services/NewtonSoftService.cs#L23
'StringEnumConverter.CamelCaseText' is obsolete: 'StringEnumConverter.CamelCaseText is obsolete. Set StringEnumConverter.NamingStrategy with CamelCaseNamingStrategy instead.'