3.1.0 #6
Triggered via release
September 13, 2025 10:00
Notorious-Coding
created
3.1.0
Status
Success
Total duration
46s
Artifacts
–
Annotations
10 warnings
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L21
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>.DisposeAsync()'
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L16
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>.InitializeAsync()'
|
publish:
NotoriousTest/Common/AsyncIntegrationTest.cs#L10
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>.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#L6
Missing XML comment for publicly visible type or member 'AsyncIntegrationTest<T>'
|
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/Helpers/ObjectExtensions.cs#L30
Cannot convert null literal to non-nullable reference type.
|
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#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/Web/Applications/WebApplication.cs#L10
Nullability of reference types in return type of 'Dictionary<string, string>? WebApplication<TEntryPoint>.Configuration.get' doesn't match implicitly implemented member 'Dictionary<string, string> IConfigurable<Dictionary<string, string>>.Configuration.get' (possibly because of nullability attributes).
|