Skip to content

5.2 in stable

5.2 in stable #58

Triggered via push December 4, 2024 10:19
Status Success
Total duration 1m 37s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: samples/Elmah.Io.Extensions.Logging.Console90/Program.cs#L24
Dereference of a possibly null reference.
build: samples/Elmah.Io.Extensions.Logging.EntityFrameworkCore80/Models/User.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/Elmah.Io.Extensions.Logging.Console80/Program.cs#L24
Dereference of a possibly null reference.
build: samples/Elmah.Io.Extensions.Logging.Function.Isolated/Function1.cs#L17
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: samples/Elmah.Io.Extensions.Logging.Console90/Program.cs#L24
Dereference of a possibly null reference.
build: samples/Elmah.Io.Extensions.Logging.EntityFrameworkCore80/Models/User.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/Elmah.Io.Extensions.Logging.Console80/Program.cs#L24
Dereference of a possibly null reference.
build: samples/Elmah.Io.Extensions.Logging.Function.Isolated/Function1.cs#L17
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.