Increase startup wait time in sample app script #209
Annotations
1 error and 20 warnings
|
benchmark
Process completed with exit code 1.
|
|
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.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L41
Non-nullable property 'Source' 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#L46
Non-nullable property 'Description' 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#L51
Non-nullable property 'Ips' 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#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:
Aikido.Zen.Core/Agent.cs#L243
The variable 'ex' is declared but never used
|
|
benchmark:
Aikido.Zen.Core/Agent.cs#L411
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:
Aikido.Zen.DotNetCore/Patches/IOPatches.cs#L57
The variable 'e' is declared but never used
|
|
benchmark:
Aikido.Zen.DotNetCore/Zen.cs#L11
Field 'Zen._httpContextAccessor' is never assigned to, and will always have its default value null
|
|
benchmark:
SampleApp.Common/Models/Pet.cs#L27
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
SampleApp.Common/BaseStartup.cs#L68
The variable 'ex' is declared but never used
|
|
benchmark:
SampleApp.Common/BaseStartup.cs#L21
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
SampleApp.Common/Controllers/BasePetsController.cs#L57
The variable 'ex' is declared but never used
|
|
benchmark:
e2e/sample-apps/MySqlSampleApp/MySqlStartup.cs#L29
Possible null reference assignment.
|
|
benchmark:
e2e/sample-apps/MySqlSampleApp/DatabaseService.cs#L11
Non-nullable field 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|