8 writes to Environment
Microsoft.AspNetCore.Hosting.Tests (8)
Fakes\Startup.cs (6)
27
o.
Environment
= "Dev";
37
o.
Environment
= "Retail";
47
o.
Environment
= "Static";
57
o.
Environment
= "StaticProvider";
78
o.
Environment
= "Provider";
89
o.
Environment
= "ProviderArgs";
Fakes\StartupBase.cs (1)
16
o.
Environment
= "BaseClass";
Fakes\StartupCaseInsensitive.cs (1)
18
o.
Environment
= "ConfigureCaseInsensitiveServices";
2 references to Environment
Microsoft.AspNetCore.Hosting.Tests (2)
StartupManagerTests.cs (2)
356
Assert.Equal(environment, options.
Environment
);
403
Assert.Equal("ConfigureCaseInsensitiveServices", options.
Environment
);