Skip to content

Build and Publish

Build and Publish #32

Manually triggered October 22, 2023 10:18
Status Success
Total duration 2m 6s
Artifacts

github_build_and_publish.yml

on: workflow_dispatch
build-and-publish
1m 56s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-publish: build/Build.cs#L579
Cannot convert null literal to non-nullable reference type.
build-and-publish: build/Build.cs#L385
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: build/Build.cs#L387
Non-nullable property 'SolutionConventions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: build/Build.cs#L389
Non-nullable property 'ProjectConventions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: build/Build.cs#L539
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-and-publish: build/Build.cs#L513
Non-nullable property 'TemplateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: build/Build.cs#L514
Non-nullable property 'Arg1Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: build/Build.cs#L515
Non-nullable property 'Arg2Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: build/Build.cs#L516
Non-nullable property 'Statements' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish
/home/runner/work/MicroElements.Shared/MicroElements.Shared/src/MicroElements.Logging/MicroElements/Logging/ThrottlingOptionsExtensions.cs(35,27): warning CS8604: Possible null reference argument for parameter 'options1' in 'ThrottlingLoggerOptions ThrottlingOptionsExtensions.Combine(ThrottlingLoggerOptions options1, ThrottlingLoggerOptions options2)'. [/home/runner/work/MicroElements.Shared/MicroElements.Shared/src/MicroElements.Logging/MicroElements.Logging.csproj]