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
{{ message }}
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
Currently diagnostics is an IApplicationStartup and resolves several Nancy types in the process, which makes it impossible to create an IApplicationStartup that registers a decorator for one of those types.
Remove the diagnostics IApplicationStartup and resolve the DiagnosticsStartup from internal configuration (?) and execute the initialise on it after the other startup tasks have run.
The text was updated successfully, but these errors were encountered:
-----Original Message-----
From: Andreas Håkansson
Sent: 10/08/2012 21:08
To: NancyFx/Nancy
Cc: Steven Robbins
Subject: Re: [Nancy] Diagnostics should be wired in after IApplicationStartup (#692)
Note: The other bootstrapper now need to implement the new abstract Diagnostics method in the NancyBootstrapperBase before we can close this issue
—
Reply to this email directly or view it on GitHub.
Currently diagnostics is an IApplicationStartup and resolves several Nancy types in the process, which makes it impossible to create an IApplicationStartup that registers a decorator for one of those types.
Remove the diagnostics IApplicationStartup and resolve the DiagnosticsStartup from internal configuration (?) and execute the initialise on it after the other startup tasks have run.
The text was updated successfully, but these errors were encountered: