Today if one tries to add a custom service to the configuration.Services bag, it will throw exception saying that it does not support unknown services.
We should open this up so that people don't have to use configuration.Property bag to store those config wide settings. Also, because we will use DI first, custom service type will get the benefit.
Comments: We should remove the throwing in httpconfiguration.
We should open this up so that people don't have to use configuration.Property bag to store those config wide settings. Also, because we will use DI first, custom service type will get the benefit.
Comments: We should remove the throwing in httpconfiguration.