Update github/codeql-action action to v3 #37
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.
|