-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to more recent .NET version #75
Comments
|
|
|
That response parser that uses reflection could be re-written to use a source generator. |
With TS5 around the corner, it is questionable if some of the work is worth investing. I doubt that TS5 will use the same crappy protocol. At least I hope that they will migrate to something more sane, like JSON-RPC. |
TS5 is only a client rework, the server is the same. |
That's what I heard as well, but is that assured? It would actually be pretty pointless, if they'd just copy some UI stuff from discord. So I am assuming that some server functionality will be added as well. |
They keep a lot vague, but I was in the TS5 beta and the client connects just fine to TS3 servers. EDIT:
|
Could we still target .NET Standard 1.3? I know it's old, but there are a lot of users using .NET FW. I'll evaluate if we can target Standard 2.0 and use more recent .NET features. |
Yeah, should also work, you're basically just limiting your access to the 'nice' newer apis, but other than that probably no problems. |
What benefits could we have when migrating to a more recent .NET version (most likely .NET 6)?
The text was updated successfully, but these errors were encountered: