Skip to content

Exclude gitignore directory from linting #59

Exclude gitignore directory from linting

Exclude gitignore directory from linting #59

Triggered via push October 28, 2024 11:21
Status Success
Total duration 56s
Artifacts
Package and publish
47s
Package and publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Package and publish
The following actions use a deprecated Node.js version 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.