Skip to content

Use a task to launch the linker #17313

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 2 commits into from
Nov 25, 2019
Merged

Conversation

pranavkm
Copy link
Contributor

No description provided.

@Pilchie Pilchie added the area-blazor Includes: Blazor, Razor Components label Nov 22, 2019
@pranavkm pranavkm force-pushed the prkrishn/turn-linker-into-task branch from c358107 to 1ecb165 Compare November 22, 2019 22:24
@pranavkm pranavkm requested review from dougbu and a team as code owners November 22, 2019 22:24
@pranavkm pranavkm changed the base branch from prkrishn/turn-into-task to blazor-wasm November 22, 2019 22:25
@pranavkm pranavkm requested a review from javiercn November 22, 2019 22:26

protected override void LogEventsFromTextOutput(string singleLine, MessageImportance messageImportance)
{
if (!string.IsNullOrEmpty(singleLine) && singleLine.StartsWith("Unhandled exception.", StringComparison.Ordinal))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a little iffy, but improves the error reporting experience during dotnet build and in the IDE:

image

image

@pranavkm pranavkm merged commit e862ce7 into blazor-wasm Nov 25, 2019
@pranavkm pranavkm deleted the prkrishn/turn-linker-into-task branch November 25, 2019 18:09
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.

3 participants