You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a private repository we have experimented with integrating OpenAPI with JsonApiDotNetCore by:
adding the Swashbuckle SwaggerGen to a JADNC application.
generating a client using NSwag
We have decided to extract this code into this repository and further generalize the integration from there.
Along with the migration we will introduce a set of test models that reflect the models that were used in the private repository, and with it a test in which we compare the generated OAS with an hardcoded expected value. This will be useful to maintain as long as we haven't introduced dedicated test suites for every OpenApi feature.
The text was updated successfully, but these errors were encountered:
In a private repository we have experimented with integrating OpenAPI with JsonApiDotNetCore by:
We have decided to extract this code into this repository and further generalize the integration from there.
Along with the migration we will introduce a set of test models that reflect the models that were used in the private repository, and with it a test in which we compare the generated OAS with an hardcoded expected value. This will be useful to maintain as long as we haven't introduced dedicated test suites for every OpenApi feature.
The text was updated successfully, but these errors were encountered: