Skip to content

generator(cs): make union members extend a partial interface #542

generator(cs): make union members extend a partial interface

generator(cs): make union members extend a partial interface #542

Triggered via pull request August 12, 2024 09:04
Status Failure
Total duration 1m 3s
Artifacts

test-csharp.yml

on: pull_request
test-csharp
51s
test-csharp
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
test-csharp: Laboratory/C#/GeneratedTestCode/Output.g.cs#L1285
Unexpected character '$'
test-csharp: Laboratory/C#/GeneratedTestCode/Output.g.cs#L1285
A namespace cannot directly contain members such as fields, methods or statements
test-csharp: Laboratory/C#/GeneratedTestCode/Output.g.cs#L1285
Type or namespace definition, or end-of-file expected
test-csharp: Laboratory/C#/GeneratedTestCode/Output.g.cs#L31701
Unexpected character '$'
test-csharp
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
test-csharp: 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.