Skip to content

Add parent id properties #42

Add parent id properties

Add parent id properties #42

Triggered via push July 26, 2024 15:40
Status Success
Total duration 39s
Artifacts
Package and publish
30s
Package and publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Package and publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Package and publish: src/UDS.Net.Dto/B9Dto.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/B9Dto.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/B9Dto.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/B9Dto.cs#L61
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/B9Dto.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/B9Dto.cs#L74
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Package and publish: src/UDS.Net.Dto/PacketSubmissionErrorDto.cs#L5
'PacketSubmissionErrorDto.Id' hides inherited member 'BaseDto.Id'. Use the new keyword if hiding was intended.
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/LookupClient.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.