ig-sinicyn

Results 56 comments of ig-sinicyn

Here's [a raw code](https://github.com/ig-sinicyn/Ocelot/tree/feature/catch-all-templates). I did not backport tests yet so there may be silly typos added at backporting time:)

@winromulus such decisions have to be made by ocelot team. There are no new commits or merged PRs since end of May so I do not expect any progress here:(

Any updates on this? We have same issue, but changing order of imports does not work for us as It does not work together with `Microsoft.CodeDom.Providers.DotNetCompilerPlatform` 2.0 package

@MattWindsor91 1. Well, may be I'm suggesting a stupid idea or something that ends to be technically impossible. All in all, what if concepts will be passed using single generic...

@bomzj Vote down. Placing using inside a namespace may [result in breaking change](http://stackoverflow.com/a/151560) for existing code. Except for this the proposal has no benefit but adding one more subtle syntax...

@HaloFour Ok, let me reformulate in the following way: 1. This proposal introduces change in type resolution logic that will be unexpected by most of C# developers. 2. This proposal...

I want to up this issue. We are migrating from RabbitMq to the ServiceBus and we are stuck with lack of troubleshooting features. There is no detection of routing failures....

something like ``` public async Task Listen(CancellationToken cancellation = default) { ... } public CancellationTokenSource Start(CancellationToken cancellation = defaul) { ... /// Now loop can be canceled via cancellation arg...