1 write to Formatter
Aspire.Cli.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
51Formatter = (s, e) => formatter((TState)s!, e),
3 references to Formatter
Aspire.Cli.Tests (3)
Scaffolding\PackageJsonMergerTests.cs (2)
1349Assert.Contains("dependencies", warning.Formatter!(warning.State, null)!); 1376Assert.Contains("engines", warning.Formatter!(warning.State, null)!);
tests\Shared\Logging\WriteContext.cs (1)
26return Formatter?.Invoke(State, Exception);