Skip to content

Update Schema.csproj #325

Update Schema.csproj

Update Schema.csproj #325

Triggered via push January 24, 2025 20:53
Status Failure
Total duration 3m 13s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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/BinarySchemaStructureParser.cs#L124
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(schema.binary.SequenceType)7' is not covered.
build: Schema/src/binary/BinarySchemaStructureParser.cs#L135
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(schema.binary.SequenceType)7' is not covered.
build: Schema/src/binary/Endianness.cs#L35
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(schema.binary.Endianness)2' is not covered.
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/binary/attributes/align/AlignStartAttribute.cs#L15
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/BinarySchemaGenerator.cs#L30
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/BitLogic.cs#L23
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
build: Schema/src/util/BitLogic.cs#L43
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
build: Schema/src/text/writer/IndentedStreamWriter.cs#L54
Unreachable code detected