1.2.16 #53
Triggered via release
July 24, 2025 12:24
Yannis-S-Standaert
created
1.2.16
Status
Success
Total duration
6m 3s
Artifacts
–
Annotations
10 warnings
|
publish:
Aikido.Zen.Test/AgentContextTests.cs#L141
Dereference of a possibly null reference.
|
|
publish:
Aikido.Zen.Test/ZenApiTests.cs#L9
Non-nullable field '_zenApi' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
publish:
Aikido.Zen.Test/ConcurrentLFUDictionaryTests.cs#L26
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
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/Zen.cs#L11
Field 'Zen._httpContextAccessor' is never assigned to, and will always have its default value null
|
|
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/Zen.cs#L11
Field 'Zen._httpContextAccessor' is never assigned to, and will always have its default value null
|
|
publish:
Aikido.Zen.Core/Agent.cs#L422
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#L248
The variable 'ex' is declared but never used
|
|
publish:
Aikido.Zen.Core/Agent.cs#L126
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.
|