Upgrade C# on client-side

I would love to have new C# (.net standard 2) on the client-side as well not only on the server side.

1 Like

Huh?

‘The new C#’ (i.e. C# 9) is entirely independent from the framework reference assemblies.

Any more specific needs?

I meant the APIs as well. Because on .net framework 4.5.2 you cant use .net standard 2 libraries.

1 Like

Okay, but what libraries are you expecting to use that are safe to use on client i.e. don’t have any system dependencies outside of a sandbox?

“just update the framework” won’t happen as it’s not “4.5.2” either currently but is a custom framework subset more similar to Silverlight 5 with some extra APIs added however based on a more modern runtime and some CoreFX bits.