Skip to content

Set up a method for getting how many bytes need to be read to read so… #312

Set up a method for getting how many bytes need to be read to read so…

Set up a method for getting how many bytes need to be read to read so… #312

Triggered via push December 1, 2024 17:39
Status Success
Total duration 3m 47s
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/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.