Skip to content

refactor!: centralize reference resolution and implement specific reference types. #683

refactor!: centralize reference resolution and implement specific reference types.

refactor!: centralize reference resolution and implement specific reference types. #683

Triggered via pull request January 28, 2025 11:02
@VisualBeanVisualBean
synchronize #203
alex/refs
Status Failure
Total duration 1m 41s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
build (macos-latest): test/LEGO.AsyncAPI.Tests/AsyncApiDocumentV2Tests.cs#L414
'AsyncApiJsonSchemaPayload' does not contain a definition for 'Reference'
build (macos-latest): test/LEGO.AsyncAPI.Tests/AsyncApiDocumentV2Tests.cs#L437
'AsyncApiJsonSchema' does not contain a definition for 'Reference'
build (macos-latest): test/LEGO.AsyncAPI.Tests/AsyncApiDocumentV2Tests.cs#L466
'AsyncApiJsonSchema' does not contain a definition for 'Reference'
build (macos-latest): test/LEGO.AsyncAPI.Tests/AsyncApiDocumentV2Tests.cs#L492
'AsyncApiJsonSchema' does not contain a definition for 'Reference'
build (macos-latest): test/LEGO.AsyncAPI.Tests/Models/AsyncApiReference_Should.cs#L161
'AsyncApiJsonSchemaPayload' does not contain a definition for 'UnresolvedReference' and no accessible extension method 'UnresolvedReference' accepting a first argument of type 'AsyncApiJsonSchemaPayload' could be found (are you missing a using directive or an assembly reference?)
build (macos-latest): test/LEGO.AsyncAPI.Tests/Models/AsyncApiReference_Should.cs#L163
'AsyncApiJsonSchemaPayload' does not contain a definition for 'Reference' and no accessible extension method 'Reference' accepting a first argument of type 'AsyncApiJsonSchemaPayload' could be found (are you missing a using directive or an assembly reference?)
build (macos-latest): test/LEGO.AsyncAPI.Tests/Models/AsyncApiReference_Should.cs#L190
'AsyncApiJsonSchemaPayload' does not contain a definition for 'UnresolvedReference' and no accessible extension method 'UnresolvedReference' accepting a first argument of type 'AsyncApiJsonSchemaPayload' could be found (are you missing a using directive or an assembly reference?)
build (macos-latest): test/LEGO.AsyncAPI.Tests/Models/AsyncApiReference_Should.cs#L192
'AsyncApiJsonSchemaPayload' does not contain a definition for 'Reference' and no accessible extension method 'Reference' accepting a first argument of type 'AsyncApiJsonSchemaPayload' could be found (are you missing a using directive or an assembly reference?)
build (macos-latest): test/LEGO.AsyncAPI.Tests/Models/AsyncApiReference_Should.cs#L219
'AsyncApiJsonSchemaPayload' does not contain a definition for 'Reference' and no accessible extension method 'Reference' accepting a first argument of type 'AsyncApiJsonSchemaPayload' could be found (are you missing a using directive or an assembly reference?)
build (macos-latest): test/LEGO.AsyncAPI.Tests/Models/AsyncApiReference_Should.cs#L247
'AsyncApiJsonSchemaPayload' does not contain a definition for 'Reference' and no accessible extension method 'Reference' accepting a first argument of type 'AsyncApiJsonSchemaPayload' could be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The job was canceled because "macos-latest" failed.
build (windows-latest)
The operation was canceled.
build (macos-latest): src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs#L111
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.