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

No support for transaction scope in netcore2 #3114

Merged
merged 1 commit into from
Aug 23, 2017

Conversation

SzymonPobiega
Copy link
Member

No description provided.

@SzymonPobiega SzymonPobiega self-assigned this Aug 23, 2017
@@ -0,0 +1 @@
WARNING: The Transaction scope mode is not available in .NET Core 2.0 because the implementation of `SqlConnection` does not support enlisting in an ambient transaction.
Copy link
Contributor

Choose a reason for hiding this comment

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

does "is not available" equate to throwing an exception?

Copy link
Member Author

Choose a reason for hiding this comment

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

SqlConnection throws at runtime. This is because MS claims it will probably work (to some degree) in 2.1.

Copy link
Contributor

Choose a reason for hiding this comment

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

any MS doco we can link to here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

yep. that is not worth it

@SimonCropp SimonCropp merged commit f88ce1b into master Aug 23, 2017
@SimonCropp SimonCropp deleted the no-support-for-ts-core2 branch August 23, 2017 11:35
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