Fixed bug where the new known structs didn't work when nullable. #311
Annotations
12 warnings
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
build:
Schema/src/util/data/OutOfOrderDictionary.cs#L14
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IOutOfOrderDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
build:
Schema/src/text/writer/IndentedStreamWriter.cs#L54
Unreachable code detected
|
build:
Schema/src/text/writer/IndentedStreamWriter.cs#L67
Unreachable code detected
|
build:
Schema/src/util/AccessChainUtil.cs#L50
Cannot convert null literal to non-nullable reference type.
|
build:
Schema/src/util/AccessChainUtil.cs#L51
Cannot convert null literal to non-nullable reference type.
|
build:
Schema/src/util/AccessChainUtil.cs#L60
Dereference of a possibly null reference.
|
build:
Schema/src/binary/attributes/BMemberAttribute.cs#L169
Dereference of a possibly null reference.
|
build:
Schema/src/binary/attributes/BMemberAttribute.cs#L182
Dereference of a possibly null reference.
|
build:
Schema/src/util/AccessChainUtil.cs#L94
Possible null reference assignment.
|
build:
Schema/src/util/AccessChainUtil.cs#L101
Possible null reference assignment.
|