Skip to content

actually add netstandard #40

actually add netstandard

actually add netstandard #40

Triggered via push September 23, 2024 10:15
Status Failure
Total duration 40s
Artifacts

dotnet-core.yml

on: push
Publish Unit Test Results
0s
Publish Unit Test Results
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build: Graeae.Models/Callback.cs#L47
'KeyValuePair<string, JsonNode?>' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'KeyValuePair<string, JsonNode?>' could be found (are you missing a using directive or an assembly reference?)
build: Graeae.Models/Callback.cs#L47
No suitable 'Deconstruct' instance or extension method was found for type 'KeyValuePair<string, JsonNode?>', with 2 out parameters and a void return type.
build: Graeae.Models/Callback.cs#L47
Cannot infer the type of implicitly-typed deconstruction variable 'key'.
build: Graeae.Models/Callback.cs#L47
Cannot infer the type of implicitly-typed deconstruction variable 'value'.
build: Graeae.Models/Callback.cs#L68
'KeyValuePair<CallbackKeyExpression, PathItem>' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'KeyValuePair<CallbackKeyExpression, PathItem>' could be found (are you missing a using directive or an assembly reference?)
build: Graeae.Models/Callback.cs#L68
No suitable 'Deconstruct' instance or extension method was found for type 'KeyValuePair<CallbackKeyExpression, PathItem>', with 2 out parameters and a void return type.
build: Graeae.Models/Callback.cs#L68
Cannot infer the type of implicitly-typed deconstruction variable 'key'.
build: Graeae.Models/Callback.cs#L68
Cannot infer the type of implicitly-typed deconstruction variable 'value'.
build: Graeae.Models/Callback.cs#L82
Predefined type 'System.Range' is not defined or imported
build: Graeae.Models/Callback.cs#L82
Predefined type 'System.Index' is not defined or imported
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
No files were found with the provided path: **/*/test-results.trx. No artifacts will be uploaded.
build: Graeae.Models/Callback.cs#L163
Nullability of reference types in value of type 'var' doesn't match target type 'PathItem'.
build: Graeae.Models/OpenApiDocument.cs#L284
Missing XML comment for publicly visible type or member 'OpenApiDocumentJsonConverter'
build: Graeae.Models/OpenApiDocument.cs#L286
Missing XML comment for publicly visible type or member 'OpenApiDocumentJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
build: Graeae.Models/OpenApiDocument.cs#L294
Missing XML comment for publicly visible type or member 'OpenApiDocumentJsonConverter.Write(Utf8JsonWriter, OpenApiDocument, JsonSerializerOptions)'
build: Graeae.Models/SchemaDraft4/Draft4ExclusiveMaximumKeyword.cs#L102
XML comment on 'Draft4ExclusiveMaximumKeywordJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)' has a typeparamref tag for 'T', but there is no type parameter by that name
build: Graeae.Models/SchemaDraft4/Draft4ExclusiveMinimumKeyword.cs#L101
XML comment on 'Draft4ExclusiveMinimumKeywordJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)' has a typeparamref tag for 'T', but there is no type parameter by that name
build: Graeae.Models/SchemaDraft4/Draft4IdKeyword.cs#L54
XML comment on 'Draft4IdKeywordJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)' has a typeparamref tag for 'T', but there is no type parameter by that name
build: Graeae.Models/SchemaDraft4/Draft4TypeKeyword.cs#L61
XML comment on 'Draft4TypeKeywordConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)' has a typeparamref tag for 'T', but there is no type parameter by that name
build: Graeae.Models/SchemaDraft4/NullableKeyword.cs#L62
XML comment on 'NullableKeywordJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)' has a typeparamref tag for 'T', but there is no type parameter by that name
build: Graeae.Models/Tag.cs#L103
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(ref Utf8JsonReader, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.