Skip to content

Fixed bug where the new known structs didn't work when nullable. #311

Fixed bug where the new known structs didn't work when nullable.

Fixed bug where the new known structs didn't work when nullable. #311

Triggered via push December 1, 2024 08:08
Status Success
Total duration 3m 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.