refactor!: centralize reference resolution and implement specific reference types. #683
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.
|
|
build (macos-latest):
src/LEGO.AsyncAPI/AsyncApiWorkspace.cs#L150
Closing brace should be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1513.md)
|
|
build (macos-latest):
src/LEGO.AsyncAPI/Models/AsyncApiAvroSchemaPayload.cs#L7
Using directive for 'System' should appear before directive for 'LEGO.AsyncAPI.Writers' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
|
|
build (macos-latest):
src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs#L117
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
|
build (macos-latest):
src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs#L118
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
|
build (macos-latest):
src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs#L124
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
|
build (macos-latest):
src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs#L129
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
|
build (macos-latest):
src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs#L134
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
|
build (macos-latest):
src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs#L172
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
|
build (macos-latest):
src/LEGO.AsyncAPI/Models/AsyncApiServer.cs#L8
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|