Skip to content

docs: wip tls configuration #1429

docs: wip tls configuration

docs: wip tls configuration #1429

Triggered via push December 19, 2023 13:06
Status Success
Total duration 1m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: test/TestCommon/LogTestExecutionAttribute.cs#L33
Dereference of a possibly null reference.
build: test/TestCommon/LogTestExecutionAttribute.cs#L47
Dereference of a possibly null reference.
build: test/TestCommon/LogTestExecutionAttribute.cs#L64
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: test/TestCommon/LogTestExecutionAttribute.cs#L75
Converting null literal or possible null value to non-nullable type.
build: src/Models/Domain/UserModel.cs#L13
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Models/Domain/UserModel.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Models/Domain/UserModel.cs#L18
Non-nullable property 'Salt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Models/Domain/TaskModel.cs#L63
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Models/Domain/TaskModel.cs#L67
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Models/Domain/Status/RobotStatusModel.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.