Single nuget vs. modular deployment #827
Kaliumhexacyanoferrat
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, GenHTTP comes with one module per scoped functionality, making the deployment as efficient as possible. We can use assembly trimming in .NET, but having modules will always be superior, additionally reducing the potential attack vendor of the software.
On the downside, having that many modules forces developers to manually find and add the nuget packages to their project, which can be error prone and time consuming.
This poll features three options for GenHTTP 11.
4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions