publish bebop #164
Annotations
19 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: falti/[email protected], actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
|
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.
|
|
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.
|
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
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.
|
extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
|
extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
|
extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
|
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.
|
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.
|
Compiler/Commands/BuildCommand.cs#L54
CopyTo synchronously blocks. Await CopyToAsync instead. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD103.md)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "bebop-runtime-cs-3.0.10", "bebop-runtime-rust-3.0.10", "bebop-runtime-ts-3.0.10", "bebop-tools-cargo-3.0.10", "bebop-tools-npm-3.0.10", "bebop-tools-nuget-3.0.10", "chordc-linux-arm64", "chordc-linux-x64", "chordc-osx-arm64", "chordc-osx-x64", "chordc-win-arm64", "chordc-win-x64", "linux-arm64", "linux-x64", "osx-arm64", "osx-x64", "vscode-bebop", "wasi-wasm", "win-arm64", "win-x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading