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