You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results in a runtime exception complaining that my single entry-point is defined twice. If I simply remove the call to ScanEntryAssembly then it all works just fine. I suspect it is running twice.
The text was updated successfully, but these errors were encountered:
Oops. I think this is a regression. I wish there was some sort of mechanism or practice that would help me verify that stuff still works when I make changes... =o/
Here's what I'm thinking:
This was originally intended to be called after DoNotScan().... makes less sense now, and doesn't actually say what it's doing. I'll rename that method to DoNotScanEntryAssembly(), and change both to set a flag to be evaluated after the config phase is complete.
This:
Results in a runtime exception complaining that my single entry-point is defined twice. If I simply remove the call to
ScanEntryAssembly
then it all works just fine. I suspect it is running twice.The text was updated successfully, but these errors were encountered: