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