Skip to content

Create Release and Publish to NuGet #11

Create Release and Publish to NuGet

Create Release and Publish to NuGet #11

Manually triggered June 4, 2025 23:17
Status Success
Total duration 44s
Artifacts

release.yml

on: workflow_dispatch
build-and-release
39s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build-and-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release: FastCloner/Code/ShallowObjectCloner.cs#L33
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
build-and-release: FastCloner/FastClonerExtensions.cs#L32
Possible null reference return.
build-and-release: FastCloner/FastClonerExtensions.cs#L27
Possible null reference return.
build-and-release: FastCloner/FastClonerExtensions.cs#L27
Converting null literal or possible null value to non-nullable type.
build-and-release: FastCloner/FastClonerExtensions.cs#L20
Possible null reference return.
build-and-release: FastCloner/FastClonerExtensions.cs#L20
Converting null literal or possible null value to non-nullable type.
build-and-release: FastCloner/FastClonerExtensions.cs#L13
Possible null reference return.
build-and-release: FastCloner.SourceGenerator.Console/Program.cs#L11
Non-nullable property 'Hobbies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-release: FastCloner.SourceGenerator.Console/Program.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.