Publish Graeae.Models #16
publish-models.yml
on: workflow_dispatch
build, pack & publish
19s
Annotations
1 error and 11 warnings
build, pack & publish
😭 error: Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
|
build, pack & publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, alirezanet/[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, pack & publish:
Graeae.Models/OpenApiDocument.cs#L284
Missing XML comment for publicly visible type or member 'OpenApiDocumentJsonConverter'
|
build, pack & publish:
Graeae.Models/OpenApiDocument.cs#L286
Missing XML comment for publicly visible type or member 'OpenApiDocumentJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
build, pack & publish:
Graeae.Models/OpenApiDocument.cs#L294
Missing XML comment for publicly visible type or member 'OpenApiDocumentJsonConverter.Write(Utf8JsonWriter, OpenApiDocument, JsonSerializerOptions)'
|
build, pack & publish:
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, pack & publish:
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, pack & publish:
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, pack & publish:
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, pack & publish:
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, pack & publish:
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.
|
build, pack & publish:
Graeae.Models/Tag.cs#L113
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, 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.
|