Skip to content

fix(repeater): msgpack serialization #331

fix(repeater): msgpack serialization

fix(repeater): msgpack serialization #331

Triggered via pull request October 4, 2023 12:23
Status Success
Total duration 3m 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

auto-build.yml

on: pull_request
install-deps
7s
install-deps
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
install-deps
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/
ubuntu-latest
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/
macos-12
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/
windows-2019
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/
windows-2019: 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.
windows-2019: 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.
windows-2019: src/SecTester.Bus/Dispatchers/DefaultRmqConnectionManager.cs#L34
Dereference of a possibly null reference.
windows-2019: src/SecTester.Repeater/Bus/SocketIoRepeaterBus.cs#L50
Exception type System.Exception is not sufficiently specific
windows-2019: src/SecTester.Repeater/Repeater.cs#L104
The logging message template should not vary between calls to 'LoggerExtensions.LogError(ILogger, string?, params object?[])'
windows-2019: 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.
windows-2019: 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.
windows-2019: 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.
windows-2019: src/SecTester.Scan/Target.cs#L88
Member 'SerializeQuery' does not access instance data and can be marked as static
windows-2019: test/SecTester.Scan.Tests/CI/CiServerTests.cs#L37
Possible null reference assignment.