2 writes to Message
BasicWebSite (1)
StartupWithoutEndpointRouting.cs (1)
20
services.AddSingleton(new TestService {
Message
= "true" });
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureTests.cs (1)
248
Message
= "Test";
1 reference to Message
BasicWebSite (1)
Controllers\TestingController.cs (1)
21
public string Get() => Service.
Message
;