Skip to content

Set up a helper method for reading arguments with the text reader. #349

Set up a helper method for reading arguments with the text reader.

Set up a helper method for reading arguments with the text reader. #349

Triggered via push August 12, 2026 02:12
Status Failure
Total duration 3m 15s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: Schema/src/util/AccessChainUtil.cs#L94
Possible null reference assignment.
build: Schema/src/util/BitLogic.cs#L47
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
build: Schema/src/util/BitLogic.cs#L27
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
build: Schema/src/binary/attributes/align/AlignStartAttribute.cs#L17
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/binary/attributes/align/AlignStartAttribute.cs#L12
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#L51
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L50
Cannot convert null literal to non-nullable reference type.
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/binary/BinarySchemaGenerator.cs#L30
Cannot convert null literal to non-nullable reference type.
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
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']