NserviceBus Gateway Sample - nservicebus

Has anyone managed to get the NServiceBus Gateway component to work?
The sample in v3.0 does not work out of the box like other samples.
A step by step guide or code sample will be helpful to get this component working.
Thanks

I've fixed some issues and verified that the Gateway sample in 3.0 runs ok just by hitting F5.
Please update to the latest version and give it a try.

Here's a sample of NServiceBus Gateway being used on version v3.0:
https://github.com/NServiceBus/NServiceBus/tree/master/Samples/Gateway

Related

Is Signal-R supported by NET MAUI?

I've used Signal-R in a Blazor Server app, but I don't see a way to implement it in NET MAUI. Apparently this environment doesn't support Signal-R yet but I might be wrong.
If it is, I would appreciate it if you could describe to me how to declare an IHubContext as a service in MauiProgram.cs. Thanks in advance.
I haven't tried it myself (will do later this year), but according to this project: https://github.com/matt-goldman/maui-chat it should be supported.

Problem with installing spartacussampledataaddon for use with Spartacus 3.0

I've got a problem with setting my environment to work with Spartacus. I've started by following documentation and performed all operations step by step. Finally, I've obtained working local Commerce Cloud (2005.4) instance with -spa websites showing up in the Backoffice.
Content of Backoffice
Next, I've created fresh Spartacus 3.0 using these docs and connected it to my Commerce. What I get is a storefront with non-working PDP, Search Result Page (B2B), etc. I'm getting Translation key missing 'TabPanelContainer.tabs.TabPanelContainer' in the chunk 'product' error all over the site.
PDP error
I don't know what might be the source of the problem because I'm strictly following the official documentation. Any help will be appreciated!
The addon "spartacussampledataaddon" was changed to "spartacussampledata" extension. Please download the "spartacussampledata", and try again. (https://sap.github.io/spartacus-docs/installing-sap-commerce-cloud-2005/). Also please make sure the base-site configured in Spartacus is the "spa" site.

Symfony/API Platform no UI

I am trying out the Platform API framework that works with Symfony.
I am following their docs and trying to set up the little demo API.
Everything goes OK, at least I think. When I run the server I see no UI I only see this text in my browser:
{"#context":"\/contexts\/Entrypoint","#id":"\/","#type":"Entrypoint","book":"\/books","person":"\/people","organization":"\/organizations"}
Anyone knows what goes wrong here?
I am using composer for this little demo.
Any help is very much appreciated!
Thanks in advance!
Are you sure to use the version 2 of API Platform (the v1 doesn't have a builtin UI).
To execute the V2, you need PHP 7 or superior.
Do you use the provided Docker image?

Why is not SignalR.Redis available on NuGet?

first of all this is my first question and I want to follow rules, but if I made a mistake, I am apologize :) My problem is that I want scale-out my website, which using SignalR and I wanted to download SignalR.Redis from NuGet. But it says that there is nothing like this but I found some tutorials witch talking about support for Redis in form of mentioned package on NuGet. I looking on internet for the reason of missing package, but I didnĀ“t find any information about that. Or am I doing something wrong? Can you help me, please?
SignalR Redis is not currently available. The beta for 1.1 will be coming out soon which will have the Redis scaleout package.

NServiceBus gateway setup and configuration [duplicate]

Has anyone managed to get the NServiceBus Gateway component to work?
The sample in v3.0 does not work out of the box like other samples.
A step by step guide or code sample will be helpful to get this component working.
Thanks
I've fixed some issues and verified that the Gateway sample in 3.0 runs ok just by hitting F5.
Please update to the latest version and give it a try.
Here's a sample of NServiceBus Gateway being used on version v3.0:
https://github.com/NServiceBus/NServiceBus/tree/master/Samples/Gateway