Skip to content

Check Dependencies #1157

Check Dependencies

Check Dependencies #1157

Triggered via schedule January 9, 2026 03:24
Status Success
Total duration 2m 43s
Artifacts

check-dependencies.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build: sample/YarpSample/Yarp.AdminApi/Extensions/ServiceCollectionExtensions.cs#L6
The type or namespace name 'Models' does not exist in the namespace 'Microsoft.OpenApi' (are you missing an assembly reference?)
build: sample/YarpSample/Yarp.AdminApi/Extensions/ServiceCollectionExtensions.cs#L6
The type or namespace name 'Models' does not exist in the namespace 'Microsoft.OpenApi' (are you missing an assembly reference?)
build: test/Aguacongas.DynamicConfiguration.Test/Services/ConfigurationServiceTest.cs#L37
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: test/Aguacongas.DynamicConfiguration.Test/Services/ConfigurationServiceTest.cs#L132
Converting null literal or possible null value to non-nullable type.
build: test/Aguacongas.DynamicConfiguration.Test/Services/ConfigurationServiceTest.cs#L99
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: test/Aguacongas.DynamicConfiguration.Test/Services/ConfigurationServiceTest.cs#L81
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: test/Aguacongas.DynamicConfiguration.Test/Services/AutoReloadConfigurationServiceTest.cs#L34
Argument of type 'Action<object>' cannot be used for parameter 'callback' of type 'Action<object?>' in 'IDisposable IChangeToken.RegisterChangeCallback(Action<object?> callback, object? state)' due to differences in the nullability of reference types.
build: test/Aguacongas.DynamicConfiguration.Test/Services/ConfigurationServiceTest.cs#L63
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: test/Aguacongas.DynamicConfiguration.Test/Services/ConfigurationServiceTest.cs#L45
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: src/Aguacongas.DynamicConfiguration.Redis/RedisConfigurationProvider.cs#L59
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
build: src/Aguacongas.DynamicConfiguration.Redis/RedisConfigurationProvider.cs#L34
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
build: src/Blazor/Aguacongas.DynamicConfiguration.Razor/Settings.razor.cs#L34
Component parameter 'Aguacongas.DynamicConfiguration.Razor.Settings.RootPath' should be auto property