dotnet/aspnetcore

If one hosting startup class fails to execute, subsequent hosting startup classes defined in the assembly won't be executed.

Aberta

#5.902 aberto em 1 de ago. de 2017

 (3 comentários) (0 reação) (0 responsável)C# (10.653 forks)batch import
affected-very-fewarea-hostingarea-networkingbughelp wantedseverity-minor

Métricas do repositório

Stars
 (37.933 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

This should probably have a low priority, because I don't know of any real assemblies that define multiple hosting startup classes.

However, the order of attributes returned by Assembly.GetCustomAttributes<HostingStartupAttribute>() can affect whether or not a hosting startup class gets executed or not. It should also be trivial to fix.

Guia do colaborador