Remove unused or implicit using directives. #175
Annotations
1 error and 10 warnings
Push to GitHub
Process completed with exit code 1.
|
Test:
libs/configuration/src/Configuration/RuntimeConfigurationProvider.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Test:
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)'.
|
Test:
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.
|
Test:
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.
|
Test:
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.
|
Test:
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.
|
Test:
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.
|
Test:
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.
|
Test:
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.
|
Test:
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.
|
The logs for this run have expired and are no longer available.
Loading