-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISSUE-1131: Added diagnostic reporting recursive concatenation of dia… #1245
Conversation
…gnostic reports from referenced files to the main file's diagnostic report
Thank you for this submission. We will review and provide feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, a couple of comments to help get this across the finish line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the changes, another couple of things I missed the first time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making the changes and for your patience (I was out for a while).
@MaggieKimani1 for final review and merge
Added diagnostic reporting recursive concatenation of diagnostic reports from referenced files to the main file's diagnostic report.
Also added a unit test in
C:\Users\Elize.van.der.Riet\Work\OpenAPI\OpenAPI.NET - Fork\OpenAPI.NET\test\Microsoft.OpenApi.Readers.Tests\OpenApiReaderTests\OpenApiDiagnosticTests.cs
, my apologies not sure if this is the right place for the test, please let me know if I should move it.