George
George
Oh I see - it is a Roslyn issue. Sorry for the comment then. Hopefully they will address it soon.
> In short, use implicit conversion sparingly and do not do expensive or complicate works within it. I find them extremely useful, especially for "smart" arguments, where the _caller_ may...
> My friend, can you share your comments here? Personally, fully qualifying interfaces is not something I would find useful, but I understand that for some developers it may be...
Thank you for looking into this so quickly. I think then in my particular case it would be: > savegames from 64-bit version doesn't really work in 32-bit version and...
> When changing the default values of optional2, should not we take care for the Foo called within A and B since the change of default optional2 might alter the...
Thank you for the suggestion on case 1. Yes, I have tried it, but it is a pretty bad experience and prone to errors, as you may accidentally confirm signature...
Wow! You are so fast! This looks great!!! The only addition I would like to see is that perhaps it could be adjusted slightly with modifier keys (similar to how...
Unfortunately VS crashed on the first try: ``` Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArgumentException at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetSemanticModel(Microsoft.CodeAnalysis.SyntaxTree, Boolean) at...
Still crashes: ``` Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArgumentException at Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.CheckSyntaxNode(Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode) at Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetSymbolInfo(Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax, System.Threading.CancellationToken) at Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetSymbolInfoFromNode(Microsoft.CodeAnalysis.SyntaxNode, System.Threading.CancellationToken) at...
Now it did not crash :) I will keep on using it and let you know if I encounter any issues. Thank you for such a great work! I also...