Skip to content

Update actions/checkout action to v4 #20

Update actions/checkout action to v4

Update actions/checkout action to v4 #20

Triggered via push December 26, 2023 05:52
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: push
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.