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

Need TransactionScope in .net core. #6562

Closed
mukundabrt opened this issue Sep 17, 2016 · 2 comments
Closed

Need TransactionScope in .net core. #6562

mukundabrt opened this issue Sep 17, 2016 · 2 comments

Comments

@mukundabrt
Copy link

mukundabrt commented Sep 17, 2016

Need TransactionScope in .net core.

We follow layer architecture pattern where transaction boundaries are determined in the business logic layer, not in the data access layer. Since the business layer is not aware of database connections, we cannot use connection based transaction APIs.
As long as TransactionScope is not available in .net core we will have no choice.
... ... ... ...
Otherwise we have to change our architecture for .net core or move to classic.

@roji
Copy link
Member

roji commented Sep 17, 2016

@mukundabrt this is tracked by https://github.com/dotnet/corefx/issues/2949. Note that TransactionScope has already been ported to .NET Core but will only be available in .NET Core 1.2.

Regardless, Entity Framework really has nothing to do with this.

@divega
Copy link
Contributor

divega commented Sep 17, 2016

We'll need to do some work on EF Core: #5595.

@divega divega closed this as completed Sep 17, 2016
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants