Skip to content

Fix test

Fix test #52

Triggered via push June 3, 2023 05:50
Status Success
Total duration 2m 25s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build (ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build (ubuntu-latest): src/UnionType/UnionValue.cs#L1295
Nullability of reference types in return type of 'object? UnionValue.ToType(Type conversionType, IFormatProvider? provider)' doesn't match implicitly implemented member 'object IConvertible.ToType(Type conversionType, IFormatProvider? provider)' (possibly because of nullability attributes).
build (ubuntu-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L38
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L39
Dereference of a possibly null reference.
build (ubuntu-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L60
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L61
Dereference of a possibly null reference.
build (ubuntu-latest): test/UnionType.Test/UnionValueTest.Cast.cs#L101
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): test/UnionType.Test/UnionValueTest.HashEquals.cs#L139
Dereference of a possibly null reference.
build (ubuntu-latest): test/UnionType.Test/UnionValueTest.Object.cs#L20
Dereference of a possibly null reference.
build (ubuntu-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L38
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L39
Dereference of a possibly null reference.
build (windows-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build (windows-latest): src/UnionType/UnionValue.cs#L1295
Nullability of reference types in return type of 'object? UnionValue.ToType(Type conversionType, IFormatProvider? provider)' doesn't match implicitly implemented member 'object IConvertible.ToType(Type conversionType, IFormatProvider? provider)' (possibly because of nullability attributes).
build (windows-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L38
Converting null literal or possible null value to non-nullable type.
build (windows-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L39
Dereference of a possibly null reference.
build (windows-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L60
Converting null literal or possible null value to non-nullable type.
build (windows-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L61
Dereference of a possibly null reference.
build (windows-latest): test/UnionType.Test/UnionValueTest.Cast.cs#L101
Converting null literal or possible null value to non-nullable type.
build (windows-latest): test/UnionType.Test/UnionValueTest.HashEquals.cs#L139
Dereference of a possibly null reference.
build (windows-latest): test/UnionType.Test/UnionValueTest.Object.cs#L20
Dereference of a possibly null reference.
build (windows-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L38
Converting null literal or possible null value to non-nullable type.
build (windows-latest): test/UnionType.Test/UnionValueToBytesHelperTest.cs#L39
Dereference of a possibly null reference.