Using new collection initialisers & generic methods for .NET 9 - #499 #689
Annotations
10 warnings
restore-build-test:
tests/Tests.Jeebs/Collections/EnumeratedList/Constructor_Tests.cs#L21
Null should not be used for type parameter 'input' of type 'System.Collections.Generic.List<string>'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
restore-build-test:
tests/Tests.Jeebs/Collections/EnumeratedList/Deserialise_Tests.cs#L9
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
restore-build-test:
tests/Tests.Jeebs/Extensions/StringExtensions/ToUpperFirst_Tests.cs#L11
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
restore-build-test:
tests/Tests.Jeebs/Config/Services/ServicesConfig/SplitDefinition_Tests.cs#L12
Null should not be used for type parameter 'definition' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
restore-build-test:
tests/Tests.Jeebs/Config/Services/Slack/SlackConfig/IsValid_Tests.cs#L9
Null should not be used for type parameter 'webhook' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
restore-build-test:
tests/Tests.Jeebs/Config/Services/Seq/SeqConfig/IsValid_Tests.cs#L9
Null should not be used for type parameter 'server' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
restore-build-test:
tests/Tests.Jeebs/Config/Services/Seq/SeqConfig/IsValid_Tests.cs#L12
Null should not be used for type parameter 'apiKey' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
restore-build-test:
tests/Tests.Jeebs/Extensions/StringExtensions/ToTitleCase_Tests.cs#L11
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
restore-build-test:
tests/Tests.Jeebs/_/MimeType/Parse_Tests.cs#L33
The type argument MimeType is not serializable, which will cause Test Explorer to not enumerate individual data rows. Consider using a type that is known to be serializable. (https://xunit.net/xunit.analyzers/rules/xUnit1044)
|
restore-build-test:
tests/Tests.Jeebs/Extensions/StringExtensions/ToSentenceCase_Tests.cs#L11
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|