websocket-sharp icon indicating copy to clipboard operation
websocket-sharp copied to clipboard

NuGet update?

Open milutinke opened this issue 3 years ago • 6 comments

The package was last updated on 7/3/2016, can we get an update? Thanks.

milutinke avatar Oct 20 '22 12:10 milutinke

I have the same comment. I was really surprised that there is active development here, but nuget was last updated in 2016. Can you please update it?

t0r0 avatar Oct 24 '22 09:10 t0r0

It will be also nice to make the assembly project targeting netstandard2.0, net452 and maybe older frameworks. (Made it in my own fork, but such Nuget from author would be better).

apdevelop avatar Nov 22 '22 18:11 apdevelop

I also approve of this issue. Seems like the project is still being updated very frequently.

Jxlle avatar Jan 06 '23 09:01 Jxlle

In the meantime, I created a new recompiled version of the latest websocket-sharp code, now compatible with newer .net (core) versions. This is for my personal use but might be interesting to other people.

Jxlle avatar Jan 06 '23 10:01 Jxlle

+1 please

Gandalf-Le-Dev avatar Feb 25 '23 22:02 Gandalf-Le-Dev

You can clone, compile and reference dll directly to try most recent version.

The nuget-version from STA is from 2016. There are other nuget-versions from the same repository (not sure, it seems so, while my code, after update to work with referenced dll is continuing working when installing such nuget-packes) , e.g from UCan927 (Last updated 4/19/2022).

Unfortunately there are new bugs and some changes looks like WIP.

I dislike change to HttpServer.AddWebSocketService with Action<T> overload instead of Func<T> prevents me from using constructor dependency injection.

I dislike commit history style, it's totally non-informative.

sinatrocious avatar May 17 '23 08:05 sinatrocious