Skip to content

Add packet submission to dbcontext #41

Add packet submission to dbcontext

Add packet submission to dbcontext #41

Triggered via push July 26, 2024 14:58
Status Success
Total duration 43s
Artifacts
Package and publish
32s
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/VisitClient.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.