Conversation
|
Looking at the logs the only thing that looks odd is https://github.com/Particular/NServiceBus.AzureFunctions.InProcess.ServiceBus/pull/866/checks#step:12:135 but then later we can see that the HTTP request to initiate the test works but then nothing more happens. Is it possible to check if there are some messages in the servicebus namespace used by the test? |
|
I can repro this locally. The httptrigger is invoked and I can see a message in the input queue but it doesn't get processed so it seems like the binding isn't triggering a receive of the message. |
|
Seems like things start up but the generated servicebus trigger is not detected. |
|
On master it does get picked up: but not on this branch |
5ba447c to
fe271c1
Compare
...s.AzureFunctions.InProcess.ServiceBus/NServiceBus.AzureFunctions.InProcess.ServiceBus.csproj
Outdated
Show resolved
Hide resolved
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
The emulator fails with
So it seems like something is still referencing net6? |
|
Seems to be Azure/azure-functions-host#10575 I have applied the mentioned workaround |
This PR updates the repo to a new major version that works with NServiceBus 9.
It also makes changes to combine analyzer and source generator projects, similar to the changes made to the Worker package: Particular/NServiceBus.AzureFunctions.Worker.ServiceBus#391