CSharp7Features
CSharp7Features copied to clipboard
New C# 7.0 features in Visual Studio 2017 RC
Results
3
CSharp7Features issues
Sort by
recently updated
recently updated
newest added
Tuples are actually mutable. As detailed here: [https://docs.microsoft.com/en-us/dotnet/articles/csharp/tuples]() > All the ValueTuple types are mutable structs. Each member field is a public field. That makes them very lightweight. However, that...
enhancement
Generalized Async Return requires the `System.Threading.Tasks.Extensions` NuGet package and Tuples requires the `System.ValueTuple` NuGet package. The cheat sheet should mention those two things.
enhancement