Tag and publish to NuGet #9
tag-and-publish-to-nuget.yml
on: workflow_dispatch
publish
38s
Annotations
11 warnings
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/Accessories/Heavy/HeavyRef.cs#L5
Non-nullable property 'PropName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
ASureBus/Accessories/Heavy/HeavyIO.cs#L32
Dereference of a possibly null reference.
|
publish:
ASureBus/Accessories/Heavy/HeavyIO.cs#L66
Dereference of a possibly null reference.
|
publish:
ASureBus/Core/TypesHandling/RsbTypesLoader.cs#L77
Dereference of a possibly null reference.
|
publish:
ASureBus/Services/ServiceBus/AzureServiceBusService.cs#L44
Converting null literal or possible null value to non-nullable type.
|
publish:
ASureBus/Services/ServiceBus/AzureServiceBusService.cs#L44
Possible null reference return.
|
publish:
ASureBus/Services/ServiceBus/AzureServiceBusService.cs#L55
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.
|