Update Schema.csproj #325
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
|