Skip to content

v3.31.0

v3.31.0 #446

Triggered via pull request February 1, 2025 22:46
@chullybunchullybun
synchronize #136
v3.31.0
Status Success
Total duration 3m 27s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
.NET 6.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.
build: tests/CoreEx.Test/Framework/Configuration/SettingsBaseTest.cs#L44
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Entities/CleanerTest.cs#L58
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Entities/CleanerTest.cs#L88
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Hosting/Work/WorkStateOrchestratorTest.cs#L22
Argument of type 'KeyValuePair<string, string>[]' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/WebApis/WebApiWithResultTest.cs#L65
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: tests/CoreEx.Test/Framework/WebApis/WebApiWithResultTest.cs#L114
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: tests/CoreEx.Test/Framework/WebApis/WebApiPublisherTest.cs#L173
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: tests/CoreEx.Test/Framework/WebApis/WebApiTest.cs#L42
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: tests/CoreEx.Test/Framework/WebApis/WebApiTest.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: tests/CoreEx.Test/Framework/WebApis/WebApiTest.cs#L259
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)