Skip to content

Update src/OcelotGateway/Services/GatewayConfigurationService.cs #1140

Update src/OcelotGateway/Services/GatewayConfigurationService.cs

Update src/OcelotGateway/Services/GatewayConfigurationService.cs #1140

Triggered via push June 29, 2023 14:13
Status Success
Total duration 1m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/CentralApi.Sdk/CentralApiClient.cs#L44
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.
build: src/Models/Domain/InstanceModel.cs#L11
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
build: src/Models/Dto/TaskDto.cs#L36
Possible null reference assignment.
build: src/Models/Dto/TaskDto.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Models/Dto/TaskDto.cs#L28
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Models/Dto/Ros/RosTopic.cs#L17
Possible null reference assignment.