Workflow for Publishing Nuget Package #2
publish-nuget.yml
on: pull_request
build-and-publish
13s
Annotations
2 errors and 11 warnings
build-and-publish
The file '/home/runner/work/spacetimedb-csharp-sdk/spacetimedb-csharp-sdk/bin/Release/net7.0/SpacetimeDB.ClientSDK.dll' to be packed was not found on disk.
|
build-and-publish
Process completed with exit code 1.
|
build-and-publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-publish:
src/Address.cs#L59
Nullability of type of parameter 'o' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/json/EnumWrapperConverter.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/json/EnumWrapperConverter.cs#L23
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/json/JsonContractResolver.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/json/JsonContractResolver.cs#L24
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/json/JsonContractResolver.cs#L37
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/json/JsonContractResolver.cs#L43
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/ByteArrayConverter.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/ByteArrayConverter.cs#L18
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-publish:
src/ClientCache.cs#L17
Nullability of reference types in type of parameter 'left' of 'bool ByteArrayComparer.Equals(byte[] left, byte[] right)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
|