Skip to content

.NET

.NET #77

Triggered via schedule December 11, 2024 03:04
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: ThrottlingTrollSampleDotNet6InProcDurableFunction/HttpHello.cs#L13
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: ThrottlingTrollSampleDotNet6InProcDurableFunction/TestOrchestration.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: ThrottlingTrollSampleFunction/Functions.cs#L15
Cannot convert null literal to non-nullable reference type.
build: ThrottlingTrollSampleFunction/Program.cs#L42
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: ThrottlingTrollSampleFunction/Functions.cs#L380
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: ThrottlingTrollSampleAspNetFunction/Program.cs#L42
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: ThrottlingTrollSampleAspNetFunction/Functions.cs#L337
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: ThrottlingTrollSampleDotNet6InProcDurableFunction/HttpHello.cs#L13
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: ThrottlingTrollSampleDotNet6InProcDurableFunction/TestOrchestration.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: ThrottlingTrollSampleFunction/Functions.cs#L15
Cannot convert null literal to non-nullable reference type.