Skip to content

Create Release and Publish to NuGet #28

Create Release and Publish to NuGet

Create Release and Publish to NuGet #28

Manually triggered January 5, 2026 23:41
Status Success
Total duration 51s
Artifacts

release.yml

on: workflow_dispatch
build-and-release
47s
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: src/FastCloner/Code/AhoCorasick.cs#L82
Argument of type 'Dictionary<char, AhoCorasick.Node>' cannot be used for parameter 'dictionary' of type 'Dictionary<char, AhoCorasick.Node?>' in 'Node? Extensions.GetValueOrDefault<char, Node?>(Dictionary<char, Node?> dictionary, char key, Node? defaultValue = null)' due to differences in the nullability of reference types.
build-and-release: src/FastCloner/Code/AhoCorasick.cs#L66
Argument of type 'Dictionary<char, AhoCorasick.Node>' cannot be used for parameter 'dictionary' of type 'Dictionary<char, AhoCorasick.Node?>' in 'Node? Extensions.GetValueOrDefault<char, Node?>(Dictionary<char, Node?> dictionary, char key, Node? defaultValue = null)' due to differences in the nullability of reference types.
build-and-release: src/FastCloner/Code/ReflectionHelper.cs#L30
Converting null literal or possible null value to non-nullable type.
build-and-release: src/FastCloner/FastClonerExtensions.cs#L34
Possible null reference return.
build-and-release: src/FastCloner/FastClonerExtensions.cs#L29
Possible null reference return.
build-and-release: src/FastCloner/FastClonerExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build-and-release: src/FastCloner/FastClonerExtensions.cs#L22
Possible null reference return.
build-and-release: src/FastCloner/FastClonerExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
build-and-release: src/FastCloner/FastClonerExtensions.cs#L15
Possible null reference return.
build-and-release: src/FastCloner/Code/Extensions.cs#L8
Possible null reference assignment.