barclayadam / blueprint

Blueprint is a framework for building high-performance HTTP apis, console apps & background processors
Apache License 2.0
7 stars 2 forks source link

Compilation of pipeline DLLs #19

Open barclayadam opened 4 years ago

barclayadam commented 4 years ago

Recent changes introduced a change in DLL location to default to where the application DLLs live. Because this means the DLL will automatically be loaded on startup changing the DLL becomes impossible in development without a re-run. We need to change compilation to support:

This requires a few things: