Fixed stupid bug. #327
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/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.
|
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/AccessChainUtil.cs#L94
Possible null reference assignment.
|
build:
Schema/src/util/AccessChainUtil.cs#L101
Possible null reference assignment.
|
build:
Schema/src/util/AccessChainUtil.cs#L102
Possible null reference assignment.
|
build:
Schema/src/util/BitLogic.cs#L43
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|