Skip to content
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

Disable validator on aspnet5+fullfw? #223

Closed
andrasg opened this issue Nov 12, 2016 · 2 comments
Closed

Disable validator on aspnet5+fullfw? #223

andrasg opened this issue Nov 12, 2016 · 2 comments
Milestone

Comments

@andrasg
Copy link

andrasg commented Nov 12, 2016

Is there any way to disable the validator on aspnet5 over the full framework? The latest package I can get is 6.0.0-beta902 which won't allow the Action overload of app.UseSwaggerUi().

@domaindrivendev
Copy link
Owner

This level of configuration will be available in the upcoming, stable 6.0.0 release as can be seen in the example website for custom UI config:

https://github.com/domaindrivendev/Ahoy/blob/master/test/WebSites/CustomUiConfig/Startup.cs#L30

If you can't wait until then, it's also available with the preview packages now available on MyGet

@domaindrivendev domaindrivendev added this to the v6.0.0 milestone Nov 15, 2016
@domaindrivendev
Copy link
Owner

Available with latest pre-release. Note the package rename to "Swashbuckle.AspNetCore.1.0.0-rc1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants