Sample code showing how to self-host Nancy while using shadow copying to avoid locking dlls.
This is in response to this issue: NancyFx/Nancy#2123
To use the project:
- Clone it locally
- Open the solution as an Administrator
- Restore Nuget dependencies
- Run the NancyShadowAssemblies project
- Open http://localhost:12345
- Enjoy
If you would like to share or adapt this code, go right ahead! These examples are licensed under the MIT License.