Skip to content

Remove unused or implicit using directives. #175

Remove unused or implicit using directives.

Remove unused or implicit using directives. #175

Triggered via push November 18, 2023 23:52
Status Success
Total duration 56s
Artifacts 1
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: libs/configuration/src/Configuration/RuntimeConfigurationProvider.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: libs/configuration/src/Configuration/ConfigurationRootExtensions.cs#L72
Nullability of reference types in value of type '(string? value, IConfigurationProvider provider)' doesn't match target type '(string Value, IConfigurationProvider? Provider)'.
build: libs/configuration/tests/Configuration.Tests/ConfigurationRootExtensionsTests.cs#L34
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: libs/configuration/tests/Configuration.Tests/ConfigurationBuilderExtensionsTests.cs#L25
Non-nullable property 'Bar' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: libs/configuration/tests/Configuration.Tests/RuntimeConfigurationTests.cs#L14
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: libs/configuration/tests/Configuration.Tests/RuntimeConfigurationTests.cs#L34
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: libs/configuration/tests/Configuration.Tests/ConfigurationRootExtensionsTests.cs#L66
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: libs/configuration/tests/Configuration.Tests/ConfigurationRootExtensionsTests.cs#L91
Non-nullable property 'Field' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: libs/configuration/tests/Configuration.Tests/ConfigurationRootExtensionsTests.cs#L94
Non-nullable property 'Field' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: libs/configuration/tests/Configuration.Tests/ConfigurationRootExtensionsTests.cs#L96
Non-nullable property 'Nested1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
artifacts Expired
22.7 KB