Releases: ChadBurggraf/blue-collar
Releases · ChadBurggraf/blue-collar
v1.3.2
v1.3.1
Don't crash when logging a probing failure.
v1.3.0
Only invoke a single application's entry/exit point.
v1.2.0
Eagerly invoke entry and exit points in target applications when they are web applications, instead of lazily.
v1.1.0
Adds support for invoking HTTP application entry and exit points. Before the first job is about to run, any discovered Application_Start
or similar method (typically found in Global.asax
) will be invoked.
Similarly, when AppDomains
are unloaded, any discovered Application_End
or similar method will be invoked.