Skip to content

Added some basic test coverage for reading binary strings. #256

Added some basic test coverage for reading binary strings.

Added some basic test coverage for reading binary strings. #256

Triggered via push April 29, 2024 19:33
Status Failure
Total duration 3m 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build: Schema Build Tests/binary/NewTests.cs#L26
Argument 1: cannot convert from 'byte[]' to 'string'
build: Schema Build Tests/binary/NewTests.cs#L26
Argument 1: cannot convert from 'byte[]' to 'string'
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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#L12
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/BinarySchemaGenerator.cs#L29
Cannot convert null literal to non-nullable reference type.
build: Schema/src/binary/attributes/string/WLengthOfStringParser.cs#L23
Nullability of reference types in value of type 'IMemberReference<string>?[]' doesn't match target type 'IMemberReference<string>[]'.
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/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/symbols/TypeSymbolExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.