1 instantiation of DenoVersionNotSupportedException
aspire (1)
Projects\TypeScriptAppHostToolchainResolver.cs (1)
381
throw new
DenoVersionNotSupportedException
(
3 references to DenoVersionNotSupportedException
aspire (1)
Utils\EnvironmentChecker\TypeScriptAppHostToolingCheck.cs (1)
97
catch (
DenoVersionNotSupportedException
ex)
Aspire.Cli.Tests (2)
Projects\TypeScriptAppHostToolchainResolverTests.cs (2)
45
var
exception = Assert.Throws<
DenoVersionNotSupportedException
>(