Skip to content

Exclude .webmanifest files from route discovery #192

Exclude .webmanifest files from route discovery

Exclude .webmanifest files from route discovery #192

Triggered via push March 3, 2025 15:29
Status Success
Total duration 4m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

benchmark.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
benchmark: e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L5
Non-nullable property 'Method' 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/EndpointConfig.cs#L6
Non-nullable property 'Route' 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/EndpointConfig.cs#L9
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/EndpointConfig.cs#L10
Non-nullable property 'RateLimiting' 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/AppModel.cs#L10
Non-nullable property 'Token' 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/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.