This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Fix AOT warning issues, and clean up. #192
build-and_test.yml
on: pull_request
build-and-test
6m 20s
Annotations
8 warnings
build-and-test:
tests/FormParseNodeFactoryTests.cs#L32
Null should not be used for type parameter 'contentType' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build-and-test:
tests/FormSerializationWriterFactoryTests.cs#L28
Null should not be used for type parameter 'contentType' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build-and-test:
tests/FormSerializationWriterFactoryTests.cs#L28
Null should not be used for type parameter 'contentType' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build-and-test:
tests/FormParseNodeFactoryTests.cs#L32
Null should not be used for type parameter 'contentType' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build-and-test:
tests/FormParseNodeFactoryTests.cs#L32
Null should not be used for type parameter 'contentType' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build-and-test:
tests/FormSerializationWriterFactoryTests.cs#L28
Null should not be used for type parameter 'contentType' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build-and-test:
tests/FormSerializationWriterFactoryTests.cs#L28
Null should not be used for type parameter 'contentType' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build-and-test:
tests/FormParseNodeFactoryTests.cs#L32
Null should not be used for type parameter 'contentType' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|