Tomas Husak

Results 11 comments of Tomas Husak

- [ ] Compilation issues are related with this issue https://github.com/Yoast/wordpress-seo/issues/17497. It can be avoided with the manual building of plugin and adjusting `\each` calls to `each` in lines mentioned...

I already made it in a new operator. Thanks

Yes. It took me some time to understand the architecture but after that the documentation was enough. The architecture is very nice!

Can you execute the `ExecuteNonQueryAsync` in a transaction when it is provided by the database? **Reason** I try to execute the Delete(EFCore) operator within a transaction scope, but it throws...

@paillave I think that `TransactionScope` works fine when you have just one `DbContext`. In a scenario, where you have multiple contexts and you want to perform something like distributed transaction,...

Yes, exactly.

Thank you for all comments. I will revise the proposal during the weekend.

Done with the first round of revisions.

Hi, I implemented a prototype which passes `Test.cmd -testCompilerOnly` tests(except the ones, which fail in `main` on which the change is rebased on). See [fork](https://github.com/TomatorCZ/roslyn/tree/dev/PartialTypeInference). The implementation is rather a...

Done with the second round of revisions.