Skip to content

Add missing space to error message #48653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Add missing space to error message #48653

merged 1 commit into from
Jun 7, 2023

Conversation

danroth27
Copy link
Member

No description provided.

@danroth27 danroth27 requested a review from a team as a code owner June 7, 2023 16:52
@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Jun 7, 2023
@danroth27 danroth27 enabled auto-merge (squash) June 7, 2023 18:17
@danroth27 danroth27 merged commit 0457685 into main Jun 7, 2023
@danroth27 danroth27 deleted the danroth27/missing-space branch June 7, 2023 18:20
@ghost ghost added this to the 8.0-preview6 milestone Jun 7, 2023
@@ -123,7 +123,7 @@ private void UpdateEndpoints()

if (!found)
{
throw new InvalidOperationException($"Unable to find a provider for the render mode: {renderMode.GetType().FullName}. This generally" +
throw new InvalidOperationException($"Unable to find a provider for the render mode: {renderMode.GetType().FullName}. This generally " +
$"means that a call to 'AddWebAssemblyComponents' or 'AddServerComponents' is missing. " +
$"Alternatively call 'AddWebAssemblyRenderMode', 'AddServerRenderMode' might be missing if you have set UseDeclaredRenderModes = false.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This second sentence doesn't sound right either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants