update readme and workflow file #6
build.yaml
on: push
windows-build
31s
linux-build
21s
Annotations
1 error and 28 warnings
linux-build
Input required and not supplied: upload_url
|
linux-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
linux-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
linux-build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
linux-build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
linux-build:
GDFormat.cs#L138
Possible null reference return.
|
linux-build:
GDFormat.cs#L296
Converting null literal or possible null value to non-nullable type.
|
linux-build:
GDFormat.cs#L301
Possible null reference argument for parameter 'key' in 'object Dictionary<string, object>.this[string key]'.
|
linux-build:
Program.cs#L741
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
linux-build:
Program.cs#L101
Converting null literal or possible null value to non-nullable type.
|
linux-build:
Program.cs#L193
Converting null literal or possible null value to non-nullable type.
|
linux-build:
Program.cs#L208
Converting null literal or possible null value to non-nullable type.
|
linux-build:
Program.cs#L239
Converting null literal or possible null value to non-nullable type.
|
windows-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
windows-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
windows-build
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/
|
windows-build
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/
|
windows-build
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/
|
windows-build
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/
|
windows-build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
windows-build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
windows-build:
GDFormat.cs#L138
Possible null reference return.
|
windows-build:
GDFormat.cs#L296
Converting null literal or possible null value to non-nullable type.
|
windows-build:
GDFormat.cs#L301
Possible null reference argument for parameter 'key' in 'object Dictionary<string, object>.this[string key]'.
|
windows-build:
Program.cs#L741
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
windows-build:
Program.cs#L101
Converting null literal or possible null value to non-nullable type.
|
windows-build:
Program.cs#L193
Converting null literal or possible null value to non-nullable type.
|
windows-build:
Program.cs#L208
Converting null literal or possible null value to non-nullable type.
|
windows-build:
Program.cs#L239
Converting null literal or possible null value to non-nullable type.
|