2 references to ExecutableExtension
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
42
var muxerPath = Path.GetFullPath(Path.Combine(options.SdkDirectory, "..", "..", "dotnet" + PathUtilities.
ExecutableExtension
));
Microsoft.DotNet.HotReload.Watch.Aspire.Tests (1)
DotNetWatchLauncherTests.cs (1)
18
var path = Path.ChangeExtension(typeof(DotNetWatchLauncher).Assembly.Location, PathUtilities.
ExecutableExtension
).TrimEnd('.');