Gulshan
Gulshan
I also tried to follow this instructions but UI does not match. @notAmine and others: were you able to setup this asynchronous lambda invocation? Any idea on how to do...
A new tree view api has been added to vscode. So, this should be doable now.
Java style wildcards can be another option- ``
This may lead to a totally new (and separate?) standard library, with this as the base.
And there's also this- https://github.com/dotnet/corert/pull/4480
Any plan for readonly types(classes and structs)?
I would like to have the captured values as readonly.
Can I put the label and loop from @HaloFour 's example in the same line? ```csharp String foundValue = null; OUTERLOOP: for (int x = 0; x < xMax; x++)...
Should inferring return type for local functions in a later version of C# as mentioned here- https://github.com/dotnet/roslyn/issues/2930#issuecomment-276115005 be discussed in a separate issue?
Should the pure and impure expressions be differentiated in C#? May be that will enable some enhancements in the cases of pure expressions. Or this has been done already?