Skip to content
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

remove System.Threading.Thread dependency #15

Merged
merged 1 commit into from
Feb 14, 2017

Conversation

skomis-mm
Copy link

@skomis-mm skomis-mm commented Nov 11, 2016

  • replaces Thread to Task
  • adds support for older platforms up to netstandard1.1

One behavior change: there is no Name being set for the background thread. While debugging you can track this thread via Tasks window in the VS under Pump name.

Related to this UWP issue.

@nblumhardt
Copy link
Member

Sorry I dropped the ball on this one @skomis-mm. Looks good 👍

@nblumhardt nblumhardt merged commit 9212a73 into serilog:dev Feb 14, 2017
@nblumhardt nblumhardt mentioned this pull request Jun 25, 2017
@skomis-mm skomis-mm deleted the thread branch June 28, 2017 06:24
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants