Set up a method for getting how many bytes need to be read to read so… #312
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/binary/attributes/string/WLengthOfStringParser.cs#L24
Nullability of reference types in value of type 'IMemberReference<string>?[]' doesn't match target type 'IMemberReference<string>[]'.
|
build:
Schema/src/util/AttributeUtil.cs#L16
Dereference of a possibly null reference.
|
build:
Schema/src/util/AttributeUtil.cs#L47
Dereference of a possibly null reference.
|
build:
Schema/src/util/AttributeUtil.cs#L49
Dereference of a possibly null reference.
|
build:
Schema/src/util/AttributeUtil.cs#L68
Dereference of a possibly null reference.
|
build:
Schema/src/binary/attributes/align/AlignStartAttribute.cs#L10
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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.
|