chore(workflows): bump upload-artifact #175
publish.yml
on: push
Annotations
1 error and 86 warnings
publish-packages
Process completed with exit code 1.
|
build-compiler (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: falti/[email protected], actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-compiler (macos-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
build-compiler (macos-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
build-compiler (macos-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
build-compiler (macos-latest)
Spectre.Console.TypeNameHelper.ProcessType(StringBuilder,Type,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (macos-latest)
Spectre.Console.TypeNameHelper.ProcessGenericType(StringBuilder,Type,Type[],Int32,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (macos-latest)
Spectre.Console.TypeNameHelper.ProcessType(StringBuilder,Type,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (macos-latest)
Spectre.Console.TypeNameHelper.ProcessGenericType(StringBuilder,Type,Type[],Int32,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (macos-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
build-compiler (macos-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
build-compiler (macos-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
build-compiler (macos-latest):
Core/Meta/JsonContext.cs#L83
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
build-compiler (ubuntu-22.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: falti/[email protected], actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
build-compiler (ubuntu-22.04)
Spectre.Console.TypeNameHelper.ProcessType(StringBuilder,Type,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (ubuntu-22.04)
Spectre.Console.TypeNameHelper.ProcessGenericType(StringBuilder,Type,Type[],Int32,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (ubuntu-22.04)
Spectre.Console.TypeNameHelper.ProcessType(StringBuilder,Type,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (ubuntu-22.04)
Spectre.Console.TypeNameHelper.ProcessGenericType(StringBuilder,Type,Type[],Int32,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
build-compiler (ubuntu-22.04):
Core/Meta/JsonContext.cs#L83
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
build-compiler (ubuntu-22.04):
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
build-compiler (ubuntu-22.04):
Core/Meta/JsonContext.cs#L83
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
build-compiler (ubuntu-22.04):
Compiler/Commands/LanguageServerCommand.cs#L21
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-compiler (ubuntu-22.04):
Compiler/Commands/BuildCommand.cs#L54
CopyTo synchronously blocks. Await CopyToAsync instead. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD103.md)
|
build-compiler (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: falti/[email protected], actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-compiler (windows-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
build-compiler (windows-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
build-compiler (windows-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
build-compiler (windows-latest)
Spectre.Console.TypeNameHelper.ProcessType(StringBuilder,Type,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (windows-latest)
Spectre.Console.TypeNameHelper.ProcessGenericType(StringBuilder,Type,Type[],Int32,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (windows-latest)
Spectre.Console.TypeNameHelper.ProcessType(StringBuilder,Type,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (windows-latest)
Spectre.Console.TypeNameHelper.ProcessGenericType(StringBuilder,Type,Type[],Int32,TypeNameHelper.DisplayNameOptions): Using member 'System.Reflection.Module.Name.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Returns <Unknown> for modules with no file path.
|
build-compiler (windows-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
build-compiler (windows-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
build-compiler (windows-latest):
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
build-compiler (windows-latest):
Core/Meta/JsonContext.cs#L83
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
build-tools
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-node@v1, falti/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-tools
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions/setup-node@v1, falti/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-tools
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-tools
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-tools
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-tools
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-tools
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-tools
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-tools
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-tools
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-tools
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-runtimes
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, falti/[email protected], actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-runtimes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1, falti/[email protected], actions/setup-dotnet@v3, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-runtimes:
Core/Meta/JsonContext.cs#L83
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
build-runtimes
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-runtimes
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-runtimes
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-runtimes
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-runtimes:
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
build-runtimes:
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
build-runtimes:
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
build-runtimes:
Core/Meta/JsonContext.cs#L83
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
build-runtimes:
Laboratory/C#/GeneratedTestCode/Output.g.cs#L42120
'RequestCatalog.SecretTunnel' is obsolete: 'Nobody react to what I'm about to say...'
|
build-runtimes:
Laboratory/C#/GeneratedTestCode/Output.g.cs#L42121
'RequestCatalog.SecretTunnel' is obsolete: 'Nobody react to what I'm about to say...'
|
build-runtimes:
Laboratory/C#/GeneratedTestCode/Output.g.cs#L42121
'RequestCatalog.SecretTunnel' is obsolete: 'Nobody react to what I'm about to say...'
|
build-runtimes:
Laboratory/C#/GeneratedTestCode/Output.g.cs#L42122
'RequestCatalog.SecretTunnel' is obsolete: 'Nobody react to what I'm about to say...'
|
build-runtimes:
Laboratory/C#/GeneratedTestCode/Output.g.cs#L42133
'RequestCatalog.SecretTunnel' is obsolete: 'Nobody react to what I'm about to say...'
|
build-runtimes:
Laboratory/C#/GeneratedTestCode/Output.g.cs#L42135
'RequestCatalog.SecretTunnel' is obsolete: 'Nobody react to what I'm about to say...'
|
build-runtimes
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-runtimes
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-runtimes
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-runtimes
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-runtimes
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/
|
publish-packages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, falti/[email protected], actions/setup-dotnet@v1, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish-packages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1, falti/[email protected], actions/setup-dotnet@v1, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
publish-packages
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/
|
publish-packages
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/
|
publish-packages
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/
|
publish-packages
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/
|
publish-packages
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/
|
publish-packages
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/
|
publish-packages
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/
|
publish-packages
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/
|
publish-packages
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bebop-runtime-cs-3.1.0
Expired
|
45.1 KB |
|
bebop-runtime-rust-3.1.0
Expired
|
16.5 KB |
|
bebop-runtime-ts-3.1.0
Expired
|
90.9 KB |
|
bebop-tools-cargo-3.1.0
Expired
|
6.44 KB |
|
bebop-tools-npm-3.1.0
Expired
|
78.4 MB |
|
bebop-tools-nuget-3.1.0
Expired
|
74.9 MB |
|
chordc-linux-arm64
Expired
|
4.48 MB |
|
chordc-linux-x64
Expired
|
4.63 MB |
|
chordc-osx-arm64
Expired
|
4.55 MB |
|
chordc-osx-x64
Expired
|
4.71 MB |
|
chordc-win-arm64
Expired
|
3.85 MB |
|
chordc-win-x64
Expired
|
3.95 MB |
|
linux-arm64
Expired
|
13.2 MB |
|
linux-x64
Expired
|
13.5 MB |
|
osx-arm64
Expired
|
12.7 MB |
|
osx-x64
Expired
|
13.5 MB |
|
vscode-bebop
Expired
|
79.3 MB |
|
wasi-wasm
Expired
|
1.84 MB |
|
win-arm64
Expired
|
9.49 MB |
|
win-x64
Expired
|
12.6 MB |
|