3 references to ManagedBinaryNotFound
aspire (2)
Commands\DashboardRunCommand.cs (1)
102return CommandResult.Failure(CliExitCodes.DashboardFailure, DashboardCommandStrings.ManagedBinaryNotFound);
Profiling\ProfileCaptureService.cs (1)
79throw new InvalidOperationException(DashboardCommandStrings.ManagedBinaryNotFound);
Aspire.Cli.Tests (1)
ProfileCaptureServiceTests.cs (1)
128Assert.Equal(DashboardCommandStrings.ManagedBinaryNotFound, exception.Message);