Bump NSwag.AspNetCore from 13.14.8 to 13.15.0
Created by: dependabot[bot]
Bumps NSwag.AspNetCore from 13.14.8 to 13.15.0.
Release notes
Sourced from NSwag.AspNetCore's releases.
NSwag v13.15.0
- Breaking change: Migration from DotLiquid to Fluid (reasons: much faster code generation & more strict liquid implementation)
- You need to migrate custom templates: Replace
elseif
withelsif
, fix newline handling (have a look at the updates templates in the repository).- This comes with a great performance increase in client code generation!
- Various bug fixes and improvements
- Use new version on Namotion.Reflection
- Use new version of NJsonSchema with Liquid: https://github.com/RicoSuter/NJsonSchema/releases/tag/v10.6.0
Notes:
- This version requires at least NJsonSchema v10.6.0
Commits
-
02bd9b9
Update NJsonSchema and Reflection -
46b56e1
Fix year -
5a1c7eb
Update NJS -
75cce00
Cleanup templates -
9211976
Use async processing in NSwagCommandProcessor (#3781) -
4d7ae2c
RxJS Version 7 causes problems on Angular Client (#3780) -
f03fd18
Remove some dynamic usage and virtual dispatch (#3779) -
acdb04f
Add file and information version to MSBuild call (#3774) -
d9ab430
Update README.md -
a3378b4
Update README.md - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)