Skip to content

Conversation

@sywhang
Copy link
Contributor

@sywhang sywhang commented Jun 2, 2019

Fix issue #298.

This was added mainly for debugging purposes during development but an end user might think of it as a crash rather than a graceful exit even though it's supposed to be a graceful exit case.

source.Dynamic.All += Dynamic_All;
source.Process();
}
catch (Exception ex)
Copy link

Choose a reason for hiding this comment

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

Maybe we can keep the exception information, but using Debug.WriteLine instead? What do you think?

@sywhang sywhang merged commit 79c5255 into dotnet:master Jun 2, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants