Skip to content

Build and Publish

Build and Publish #31

Manually triggered September 18, 2023 06:54
Status Success
Total duration 1m 35s
Artifacts

github_build_and_publish.yml

on: workflow_dispatch
build-and-publish
1m 24s
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#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: 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
/home/runner/work/MicroElements.Shared/MicroElements.Shared/src/MicroElements.Collections.Sources/MicroElements/Collections/PollingCache.cs(131,88): warning CS8714: The type 'TArg1' cannot be used as type parameter 'TKey' in the generic type or method 'TwoLayerCache<TKey, TValue>'. Nullability of type argument 'TArg1' doesn't match 'notnull' constraint. [/home/runner/work/MicroElements.Shared/MicroElements.Shared/src/MicroElements.Collections.Sources/MicroElements.Collections.Sources.csproj]