1.2.15 #51
Triggered via release
June 23, 2025 11:38
Yannis-S-Standaert
created
1.2.15
Status
Success
Total duration
5m 12s
Artifacts
–
Annotations
10 warnings
|
publish:
Aikido.Zen.Test/UserTests.cs#L28
Converting null literal or possible null value to non-nullable type.
|
|
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.
|