Tag and publish to NuGet #27
tag-and-publish-to-nuget.yml
on: workflow_dispatch
publish
34s
Annotations
16 warnings
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/create-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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:
ASureBus/Utils/Serializer.cs#L24
Cannot convert null literal to non-nullable reference type.
|
publish:
ASureBus/ConfigurationObjects/SqlServerSagaPersistenceConfig.cs#L7
Nullability of reference types in type of parameter 'value' of 'void SqlServerSagaPersistenceConfig.ConnectionString.set' doesn't match implicitly implemented member 'void IConfigureSqlServerSagaPersistence.ConnectionString.set' (possibly because of nullability attributes).
|
publish:
ASureBus/Accessories/Heavy/HeavyReference.cs#L5
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
ASureBus/Core/AsbWorker.cs#L157
Possible null reference argument for parameter 'ex' in 'Task ISagaBroker.HandleError(Exception ex, CancellationToken cancellationToken = default(CancellationToken))'.
|
publish:
ASureBus/Core/AsbWorker.cs#L219
Dereference of a possibly null reference.
|
publish:
ASureBus/Services/ServiceBus/AzureServiceBusService.cs#L45
Converting null literal or possible null value to non-nullable type.
|
publish:
ASureBus/Services/ServiceBus/AzureServiceBusService.cs#L45
Possible null reference return.
|
publish:
ASureBus/Services/ServiceBus/AzureServiceBusService.cs#L56
Possible null reference return.
|
publish:
ASureBus/Services/ServiceBus/AzureServiceBusService.cs#L62
Converting null literal or possible null value to non-nullable type.
|
publish:
ASureBus/Services/ServiceBus/AzureServiceBusService.cs#L62
Possible null reference return.
|
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
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
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/
|