Mauro Servienti

Results 71 comments of Mauro Servienti

While working on something else (#1643), we had to find a way to prevent endpoints from trying to deploy the infrastructure/topology. We crafted a spike (https://github.com/Particular/NServiceBus.AmazonSQS/pull/1665) that does that. It's...

/cc @andreasohlund @timbussmann @mikeminutillo

Thanks for raising this, @BenSaneckiCJ. I'm sorry for the issue you're facing. I think I know where the problem is. We have a `TopicCache` to prevent those scenarios from happening....

@BenSaneckiCJ, I cannot reproduce the issue on 5.7, and 5.6.x is [out of support](https://docs.particular.net/nservicebus/upgrades/supported-versions#transport-packages-nservicebus-amazonsqs), when NOT using the hybrid mode. Are you using the hybrid pub/sub mode?

@markphillips100 would you mind having a look at https://github.com/ServiceComposer/ServiceComposer.AspNetCore/pull/278? I have a feeling that it's too simple and I'm missing something obvious.

If we had https://github.com/ServiceComposer/ServiceComposer.AspNetCore/issues/247, would this be obsolete?

## Combining attribute routing ![image](https://user-images.githubusercontent.com/1325611/111163487-6ec9a300-859d-11eb-9784-a053fb3d468c.png)

@markphillips100 technically speaking https://github.com/ServiceComposer/ServiceComposer.AspNetCore/pull/278/commits/ddf2378e66615bf4cc480d5ca51675b3721ba202 is a breaking change which should be released as 2.0.0, I see no issues in postponing this to the next major release; with the current design...

Scratch https://github.com/ServiceComposer/ServiceComposer.AspNetCore/pull/278#issuecomment-799527897 Mark, the forward "/" has to be trimmed from the template. I do really need to dive a bit in the way they do it, I'm spending too...

Mark, given that I know nothing about Blazor, would you be able to put together a basic sample that I can use to understand what is this about?