-
-
Notifications
You must be signed in to change notification settings - Fork 158
Minimal Swashbuckle setup #1073
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
Conversation
00e5775
to
448a838
Compare
05b6d5a
to
9798f4f
Compare
Codecov Report
@@ Coverage Diff @@
## openapi #1073 +/- ##
==========================================
Coverage ? 88.42%
==========================================
Files ? 258
Lines ? 7039
Branches ? 0
==========================================
Hits ? 6224
Misses ? 815
Partials ? 0 Continue to review full report at Codecov.
|
77ab66a
to
de5dd6f
Compare
de5dd6f
to
b1153ff
Compare
ad335fe
to
deebe75
Compare
deebe75
to
cf699c9
Compare
9c45619
to
100841f
Compare
1438f8a
to
dd3f794
Compare
880c862
to
7e4d028
Compare
7e4d028
to
901d2d0
Compare
e8937e8
to
a46fc4d
Compare
src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj
Outdated
Show resolved
Hide resolved
ee64408
to
6c61da6
Compare
OpenApi
project in which the integration will live. It currently only contains the dependency on Swashbuckle and I've added a very minimal implementation ofIActionModelConvention
in order to not have a project without any code.