Skip to content

Update github/codeql-action action to v3 #37

Update github/codeql-action action to v3

Update github/codeql-action action to v3 #37

Triggered via pull request December 26, 2023 11:10
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: KartaViewSharp/V2/RequestData/SequenceQueryFilters.cs#L12
Non-nullable property 'UserIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: KartaViewSharp/V2/ResponseData/Shared/Status.cs#L18
Non-nullable property 'ApiMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: KartaViewSharp/V2/ResponseData/Shared/Status.cs#L30
Non-nullable property 'HttpMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: KartaViewSharp/V2/Client.cs#L27
Possible null reference return.
build: KartaViewSharp/V2/Client.cs#L40
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: KartaViewSharp/V2/Client.cs#L45
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: KartaViewSharp/V2/Client.cs#L50
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: KartaViewSharp/V2/Client.cs#L55
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: KartaViewSharp/V2/Client.cs#L60
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: KartaViewSharp/V2/Client.cs#L65
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.