Skip to content

Tag and publish to NuGet #12

Tag and publish to NuGet

Tag and publish to NuGet #12

Manually triggered November 6, 2024 14:00
Status Success
Total duration 51s
Artifacts

tag-and-publish-to-nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

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/AsbWorker.cs#L130
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish: ASureBus/Core/AsbWorker.cs#L176
Dereference of a possibly null reference.
publish: ASureBus/Core/TypesHandling/TypesLoader.cs#L77
Dereference of a possibly null reference.
publish: ASureBus/Core/AsbWorker.cs#L212
Possible null reference argument for parameter 'parameters' in 'object ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, params object[] parameters)'.
publish: ASureBus/Core/TypesHandling/Entities/SagaType.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: ASureBus/Core/TypesHandling/Entities/SagaType.cs#L6
Non-nullable property 'SagaDataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.