Skip to content

Merge branch 'main' into GetByLegacyId #17

Merge branch 'main' into GetByLegacyId

Merge branch 'main' into GetByLegacyId #17

Triggered via push August 30, 2023 14:05
Status Success
Total duration 48s
Artifacts
Package and publish
35s
Package and publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Package and publish: src/UDS.Net.Dto/A3Dto.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/A3Dto.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/A3Dto.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/A3Dto.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/A3Dto.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/A3Dto.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.API.Client/ILookupClient.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.API.Client/AuthenticatedClient.cs#L46
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.
Package and publish: src/UDS.Net.API.Client/VisitClient.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.API.Client/LookupClient.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.