Create Release and Publish to NuGet #17
release.yml
on: workflow_dispatch
build-and-release
44s
Annotations
15 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
- Add lib or ref assemblies for the netstandard2.0 target framework
|
|
build-and-release
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
|
build-and-release:
FastCloner/Code/AhoCorasick.cs#L81
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:
FastCloner/Code/ReflectionHelper.cs#L41
Converting null literal or possible null value to non-nullable type.
|
|
build-and-release:
FastCloner/Code/AhoCorasick.cs#L65
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:
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/Code/Extensions.cs#L8
Possible null reference assignment.
|