Skip to content

1.2.18-beta2

1.2.18-beta2 #56

Triggered via release August 13, 2025 15:59
Status Success
Total duration 7m 10s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: Aikido.Zen.DotNetCore/RuntimeSca/RuntimeAssemblyTracker.cs#L82
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: Aikido.Zen.DotNetCore/Zen.cs#L11
Field 'Zen._httpContextAccessor' is never assigned to, and will always have its default value null
publish: Aikido.Zen.DotNetCore/RuntimeSca/RuntimeAssemblyTracker.cs#L82
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: Aikido.Zen.DotNetCore/Zen.cs#L11
Field 'Zen._httpContextAccessor' is never assigned to, and will always have its default value null
publish: Aikido.Zen.DotNetCore/RuntimeSca/RuntimeAssemblyTracker.cs#L82
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: Aikido.Zen.DotNetCore/Zen.cs#L11
Field 'Zen._httpContextAccessor' is never assigned to, and will always have its default value null
publish: Aikido.Zen.DotNetCore/RuntimeSca/RuntimeAssemblyTracker.cs#L82
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: Aikido.Zen.Core/Agent.cs#L449
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: Aikido.Zen.Core/Agent.cs#L250
The variable 'ex' is declared but never used
publish: Aikido.Zen.Core/Agent.cs#L128
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.