agerchev
agerchev
Hey, i have tried @pi3k14 solution and it worked for me. I have successfully "pushed" the connection and transaction from our application. Know i need to do the reverse -...
Yes, i have implemented IDbConnectionProvider. The point is that i have to reimplement the DbConnectionWrapper too or do this: ``` public class RebusConnectionWrapper : DbConnectionWrapper { public SqlConnection Connection {...
I think that @jods4 maybe be right about the interfaces. Afterall we all need a transactional commit with the rest of our application data. This can be done with a...
Hello, [andreytreyt](https://github.com/andreytreyt), just curious why not use OpenApiFilterService.CreateFilteredDocument to filter the openApiSpec. We combined it with TemplateMatcher to filter the operations from the route template in the Proxy Config. [psavoldelli](https://github.com/psavoldelli)...
Hello, These are the fragments we use last two years in our projects. They are working for us while waiting for something more 'official' from the YARP team. Sample configuration:...
Hello, @moedeveloper these days i'm out of time, and right now, i cannot create a full repo, sorry for that. Where do you have trouble ? PS: You have to...
@darrelmiller did you had time to investigate the case with the explode property ?