1 write to Exception
Aspire.Cli.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
50Exception = exception,
4 references to Exception
Aspire.Cli.Tests (4)
NuGet\NuGetPackagePrefetcherTests.cs (1)
199if (context.Exception == ex)
Projects\ProjectLocatorTests.cs (2)
4010Assert.IsAssignableFrom<JsonException>(warning.Exception); 4040Assert.IsAssignableFrom<JsonException>(warning.Exception);
tests\Shared\Logging\WriteContext.cs (1)
26return Formatter?.Invoke(State, Exception);