Skip to content

C# 8 support for .NET. (Improvements, including documentation, are welcome)

License

Notifications You must be signed in to change notification settings

mterwoord/csharp-8-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuget (with prereleases)

C# 8 support for .NET.

Improvements, including documentation, are welcome.

Initial focus is on making await foreach and async using working.

Getting started

In your .NET 4.5.2 or .NET 4.6 (4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 have not yet been tested), add a reference to the nuget package TerWoord.CSharp8Support. Then set the C# language level support to 8.0. If you don't have the .NET core 3 sdk installed, you will also need to install the current preview of the Microsoft.Net.Compilers package, so make sure you have the preview compiler.

About

C# 8 support for .NET. (Improvements, including documentation, are welcome)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published