Rafael Lillo
Rafael Lillo
Hi, Is there any way where I can remove an prefix from route before proxy it? > GIVEN The following code will proxy all GET requests made to http://:/other/service/.* to...
Hi, This PR is a draft to show the work to allow us to migrate to .NET 6, so was dropped support for .NET Framework and .NET Standard. I also...
Hi, I have implement Multi Select Month, I add 2 new properties. MultiSelect: boolean Separetor: string if Multiselect is active, will accept select multi month and will put on input...
Hi, I'm testing source code generation with NServiceBus, so I have a constructor where I receive some parameter that I want to use `ConfigureHowToFindSaga` but those parameter is null, apparently...
Hi, I my project I think about using this project, but in that project I'm using [NodaTime](https://nodatime.org), would be nice if dotnet-avro has support for it. I think I'll implement...
Test case for https://github.com/nhibernate/nhibernate-core/issues/1189
Hi, PR to fixes: https://github.com/npgsql/npgsql/issues/3850
Hi, Today in my non-prod env I'm facing Amazon.SQS.Model.QueueDoesNotExistException and I don't know which queue NServiceBus is trying to access The call stack: ``` Amazon.SQS.Model.QueueDoesNotExistException: The specified queue does not...
I had change project to .NET Standard 2.0, I need test, how can I test my code?