Bump NSwag.AspNetCore from 13.14.8 to 13.15.4
Created by: dependabot[bot]
Bumps NSwag.AspNetCore from 13.14.8 to 13.15.4.
Release notes
Sourced from NSwag.AspNetCore's releases.
NSwag v13.15.4
- Some bugfixes related to XML Docs rendering (in NJS)
NSwag v13.15.3
- New release with fixed CI pipeline (problem deploying v13.15.2)
NSwag v13.15.2
- Updated NJS (https://github.com/RicoSuter/NJsonSchema/releases/tag/v10.6.4)
- Fix MSI installer (correct binary versions)
NSwag v13.15.1
- More performance improvements
- Added UseXmlDocumentation and ResolveExternalXmlDocumentation settings in NJsonSchema
- Breaking change: Use these settings instead of
XmlDocsExtensions.ResolveFromNuGetCacheOrDotNetSdk
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
-
2022fc7
v13.15.4, update NJS (fix xml docs in tpls) -
2c77d99
Move installer project pre-build event handling to NUKE (#3788) -
f22bf35
sdk methods generated as virtual methods (#3751) -
4368ee9
v13.15.3 -
1cb25bd
Fix web project -
bc7ee70
v13.15.2, updated NJS -
805fc28
Use xml docs settings -
e7940cd
Update NJS and NR -
33011cd
Reduce enumerator and list allocations (#3786) -
5ab9a78
v13.15.1 - 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)