Skip to content

Workflow for Publishing Nuget Package #3

Workflow for Publishing Nuget Package

Workflow for Publishing Nuget Package #3

Triggered via pull request December 21, 2023 12:46
Status Failure
Total duration 22s
Artifacts

publish-nuget.yml

on: pull_request
build-and-publish
13s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
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).