Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-7.0

Is the "C# Language Specifications" updated for C# 6.0 or 7.0 yet?

c# c#-6.0 c#-7.0

Why does the C# 'is' operator give a correct result when comparing two boolean values and should I use it?

c# c#-7.0

Local Function Compiler Error in ASP.NET Web Application in VS2017 [duplicate]

How to write a method that can handle Task and ValueTask?

c# c#-7.0

How to create named reference-type tuples?

Add XML documentation for named elements in ValueTuple

The "is" type pattern expression for null check

c# c#-7.0

TFS 2015 build template cannot build C#7 features

Should we always return by ref if we can?

Why does the C# 7 discard identifier _ still work in a using block?

c# .net visual-studio cil c#-7.0

C# 7.0 Tuple Deduction

c# tuples c#-7.0

C# 7 switch case with null checks

Why can I ref return an item of an array that only exists inside the method?

ref c#-7.0

Is the sort order of System.ValueTuple officially specified, and where?

c# c#-7.0 valuetuple

Using Tuple in VS2017, build failed but show no Error

Why this compiler error when mixing C# ValueTuple and dynamic

c# dynamic roslyn c#-7.0

Can I simplify this C# 7 switch statement to not re-state the type?

c# pattern-matching c#-7.0

How to enable c# 7 features on Unity3D projects