I can't seem to find this information anywhere. The 2.5 docs have a backwards compatibility page, but the 3.0 pages do not.
Any help here would be greatly appreciated.
I have run a 2.5 client against the 3.0 database and everything seems to work. I would like to get an official answer on this though.
In case anyone wants to know: the 3.0 client does not seem to work against a 2.5 server.
Related
Apologies if this is a stupid question, I've been looking into this for hours and have gotten myself really confused by the different framework versions and by the current state of SignalR.
I've got an asp.net core 1.1 web application (.NET Framework) currently targetting net462, and I wish to add websocket functionality to this using SignalR. I've tried adding the MyGet feed (https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json) but can't add Microsoft.AspNetCore.SignalR, even though this seems to be the recommended course of action. I wondered if this was because of an incompatibility between SignalR and net462, but SignalR targets netstandard1.3 which as far as I can tell should be compatible with net462.
Can anyone point me in the right direction?
I made two silly mistakes here, posting just in case it helps anyone else:
The correct feed url was: https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json
I didn't notice there was a 'Package source' dropdown
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?
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.
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
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