Skip to content

On push to release

On push to release #78

Triggered via push May 24, 2024 23:39
Status Success
Total duration 1m 0s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gerred/actions/current-time@master, actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: gerred/actions/current-time@master, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish: src/Momento.Sdk/Config/AuthConfiguration.cs#L33
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Configuration.cs#L100
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Retry/FixedCountRetryStrategy.cs#L69
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Internal/Middleware/RetryMiddleware.cs#L75
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/TopicConfiguration.cs#L43
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/SocketsHttpHandlerOptions.cs#L111
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/StaticAuthTransportStrategy.cs#L45
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/StaticTopicTransportStrategy.cs#L45
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/StaticTransportStrategy.cs#L89
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/StaticTransportStrategy.cs#L183
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish: src/Momento.Sdk/Config/AuthConfiguration.cs#L33
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Configuration.cs#L100
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/TopicConfiguration.cs#L43
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/SocketsHttpHandlerOptions.cs#L111
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/StaticAuthTransportStrategy.cs#L45
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/StaticTopicTransportStrategy.cs#L45
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/StaticTransportStrategy.cs#L89
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Config/Transport/StaticTransportStrategy.cs#L183
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Momento.Sdk/Internal/Utils.cs#L162
Nullability of reference types in type of parameter 'x' of 'bool StructuralEqualityComparer<T>.Equals(T x, T y)' doesn't match implicitly implemented member 'bool IEqualityComparer<T>.Equals(T? x, T? y)' (possibly because of nullability attributes).
publish: src/Momento.Sdk/Internal/Utils.cs#L162
Nullability of reference types in type of parameter 'y' of 'bool StructuralEqualityComparer<T>.Equals(T x, T y)' doesn't match implicitly implemented member 'bool IEqualityComparer<T>.Equals(T? x, T? y)' (possibly because of nullability attributes).