Create Release and Publish to NuGet #6
release.yml
on: workflow_dispatch
build-and-release
38s
Annotations
14 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
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AngleSharp
|
|
build-and-release:
MimeTypeCore/MimeTypeCore/MimeTypeMapMagicBytes.cs#L230
Converting null literal or possible null value to non-nullable type.
|
|
build-and-release:
MimeTypeCore/MimeTypeCore/MimeTypeMap.cs#L198
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-release:
MimeTypeCore/MimeTypeCore.Generator.Debug/Program.cs#L10
The variable 'z' is assigned but its value is never used
|
|
build-and-release:
MimeTypeCore/MimeTypeCore.Tests/MappingTests.cs#L17
Converting null literal or possible null value to non-nullable type.
|
|
build-and-release:
MimeTypeCore/MimeTypeCore.Tests/MappingTests.cs#L16
Converting null literal or possible null value to non-nullable type.
|
|
build-and-release:
MimeTypeCore/MimeTypeCore.Formatter/DictFormatter.cs#L23
Non-nullable property 'Indentation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-release:
MimeTypeCore/MimeTypeCore.Formatter/DictFormatter.cs#L22
Non-nullable property 'FullLine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-release:
MimeTypeCore/MimeTypeCore.Formatter/DictFormatter.cs#L21
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-release:
MimeTypeCore/MimeTypeCore/MimeTypeMapMagicBytes.cs#L230
Converting null literal or possible null value to non-nullable type.
|
|
build-and-release:
MimeTypeCore/MimeTypeCore/MimeTypeMap.cs#L198
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.
|