feat(repeater): refrain from utilizing non standard ports #328
Annotations
11 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/
|
src/SecTester.Core/Configuration.cs#L35
Non-nullable property 'Bus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/SecTester.Core/Configuration.cs#L35
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/SecTester.Bus/Dispatchers/DefaultRmqConnectionManager.cs#L34
Dereference of a possibly null reference.
|
src/SecTester.Repeater/Bus/SocketIoClientWrapper.cs#L24
Possible null reference argument for parameter 'obj' in 'void Action<ISocketIoResponse>.Invoke(ISocketIoResponse obj)'.
|
src/SecTester.Repeater/Bus/SocketIoRepeaterBus.cs#L54
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?[])'
|
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
|
The logs for this run have expired and are no longer available.
Loading