Create Release and Publish to NuGet #37
release.yml
on: workflow_dispatch
build-and-release
47s
Annotations
1 error and 13 warnings
|
build-and-release
Process completed with exit code 1.
|
|
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/FastClonerGenerator.cs#L686
Dereference of a possibly null reference.
|
|
build-and-release:
src/FastCloner/Code/FastClonerGenerator.cs#L663
Dereference of a possibly null reference.
|
|
build-and-release:
src/FastCloner/Code/FastClonerCache.cs#L249
Possible null reference return.
|
|
build-and-release:
src/FastCloner/Code/FastCloneState.cs#L299
Non-nullable field 'entries' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-release:
src/FastCloner/Code/FastCloneState.cs#L299
Non-nullable field 'buckets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-release:
src/FastCloner/Code/FieldAccessorGenerator.cs#L18
Possible null reference argument for parameter 'type' in 'UnaryExpression Expression.Convert(Expression expression, Type type)'.
|
|
build-and-release:
src/FastCloner/Code/FieldAccessorGenerator.cs#L10
Possible null reference return.
|
|
build-and-release:
src/FastCloner/Code/FieldAccessorGenerator.cs#L10
Converting null literal or possible null value to non-nullable type.
|
|
build-and-release:
src/FastCloner/Code/FieldAccessorGenerator.cs#L10
Possible null reference argument for parameter 'type' in 'object? FastClonerCache.GetOrAddField(Type type, string name, Func<Type, object?> valueFactory)'.
|
|
build-and-release:
src/FastCloner/Code/AhoCorasick.cs#L29
Converting null literal or possible null value to non-nullable type.
|