-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Split WireMock into multiple nuget packages depending on features #1071
Comments
@asidorowicz |
Work in progress... : #1072 |
@asidorowicz https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions |
@StefH |
@asidorowicz
|
Is your feature request related to a problem? Please describe.
WireMock is currently a single monolithic dependency that pulls with it a very large amount of transitive dependencies, regardless of whether the features are used or not. This can be seen as a minor inconvenience, but enough for our team to have decided to use a different testing tool.
Describe the solution you'd like
Split WireMock into separate dependencies depending on desired features, especially if the features require large transitive dependencies (eg: Graphql)
Describe alternatives you've considered
We have tried to exclude non-used transitive dependencies, but it is a clunky solution.
The text was updated successfully, but these errors were encountered: