Skip to content

removed unsued exception variables #190

removed unsued exception variables

removed unsued exception variables #190

Triggered via push March 3, 2025 10:15
Status Failure
Total duration 2m 11s
Artifacts

benchmark.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
benchmark
Process completed with exit code 1.
benchmark
The process '/usr/bin/git' failed with exit code 128
benchmark: e2e/Aikido.Zen.Server.Mock/Controllers/RuntimeController.cs#L28
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.
benchmark: e2e/Aikido.Zen.Server.Mock/Controllers/RuntimeController.cs#L34
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.
benchmark: e2e/Aikido.Zen.Server.Mock/Controllers/RuntimeController.cs#L42
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.
benchmark: e2e/Aikido.Zen.Server.Mock/Controllers/RuntimeController.cs#L48
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.
benchmark: e2e/Aikido.Zen.Server.Mock/Controllers/RuntimeController.cs#L62
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.
benchmark: e2e/Aikido.Zen.Server.Mock/Controllers/RuntimeController.cs#L81
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.
benchmark: e2e/Aikido.Zen.Server.Mock/Controllers/RuntimeController.cs#L104
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.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L21
Non-nullable property 'BlockedIPAddresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L26
Non-nullable property 'AllowedIPAddresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L31
Non-nullable property 'BlockedUserAgents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.