You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to contribute. Are you interested in adding dotnet 9 as a build target ?
Also, are you interested in dropping .net framework and .net standard support ?
The main benefits would be :
Wider async support for IO operations (using File.WriteAllBytesAsync and File.ReadAllLinesAsync for exemple)
Recent c# langage features like file scoped namespaces.
The text was updated successfully, but these errors were encountered:
Hi!
I'd like to contribute. Are you interested in adding dotnet 9 as a build target ?
Also, are you interested in dropping .net framework and .net standard support ?
The main benefits would be :
Wider async support for IO operations (using File.WriteAllBytesAsync and File.ReadAllLinesAsync for exemple)
Recent c# langage features like file scoped namespaces.
The text was updated successfully, but these errors were encountered: