docs : (references.md) Delete useless documentation file #23
Annotations
20 warnings
publish:
NotoriousTest.SampleProject/Configuration.cs#L10
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
NotoriousTest/Web/Infrastructures/WebApplicationInfrastructure.cs#L42
Possible null reference argument for parameter 'obj' in 'Dictionary<string, string> ObjectExtensions.ToDictionary(object obj, string name = "")'.
|
publish:
NotoriousTest/Common/Infrastructures/Sync/ConfiguredInfrastructure.cs#L10
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L18
Argument of type 'Dictionary<string, string?>' cannot be used for parameter 'dictionary' of type 'IDictionary<string, string>' in 'void ObjectExtensions.Flatten(IDictionary<string, string> dictionary, object? obj, string prefix)' due to differences in the nullability of reference types.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L20
Nullability of reference types in value of type 'Dictionary<string, string?>' doesn't match target type 'Dictionary<string, string>'.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L30
Cannot convert null literal to non-nullable reference type.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L39
Possible null reference argument for parameter 'value' in 'void IDictionary<string, string>.Add(string key, string value)'.
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L6
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>'
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L8
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>.CurrentEnvironment'
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L10
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>.AsyncIntegrationTest(T)'
|
publish:
NotoriousTest/Common/Infrastructures/Sync/ConfiguredInfrastructure.cs#L10
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L18
Argument of type 'Dictionary<string, string?>' cannot be used for parameter 'dictionary' of type 'IDictionary<string, string>' in 'void ObjectExtensions.Flatten(IDictionary<string, string> dictionary, object? obj, string prefix)' due to differences in the nullability of reference types.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L20
Nullability of reference types in value of type 'Dictionary<string, string?>' doesn't match target type 'Dictionary<string, string>'.
|
publish:
NotoriousTest/Web/Infrastructures/WebApplicationInfrastructure.cs#L42
Possible null reference argument for parameter 'obj' in 'Dictionary<string, string> ObjectExtensions.ToDictionary(object obj, string name = "")'.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L30
Cannot convert null literal to non-nullable reference type.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L39
Possible null reference argument for parameter 'value' in 'void IDictionary<string, string>.Add(string key, string value)'.
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L6
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>'
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L8
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>.CurrentEnvironment'
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L10
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>.AsyncIntegrationTest(T)'
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L16
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>.InitializeAsync()'
|