refactor(repeater): stop sending ping event #371
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/SecTester.Core/Configuration.cs#L33
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/SecTester.Repeater/Bus/SocketIoRepeaterBus.cs#L45
Exception type System.Exception is not sufficiently specific
|
src/SecTester.Repeater/Repeater.cs#L104
The logging message template should not vary between calls to 'LoggerExtensions.LogError(ILogger, string?, params object?[])'
|
test/SecTester.Core.Tests/Usings.cs#L25
The using directive for 'SecTester.Core.Exceptions' appeared previously in this namespace
|
src/SecTester.Scan/ScanSettings.cs#L26
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/SecTester.Scan/ScanSettings.cs#L26
Non-nullable field '_tests' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/SecTester.Scan/ScanSettings.cs#L26
Non-nullable field '_target' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/SecTester.Scan/Target.cs#L88
Member 'SerializeQuery' does not access instance data and can be marked as static
|
test/SecTester.Repeater.Tests/Runners/HttpRequestRunnerTests.cs#L65
Nullable value type may be null.
|
test/SecTester.Repeater.Tests/Internal/MessagePackStringEnumMemberFormatterTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading