Unknown6656
Unknown6656
I have the same issue with .NET core 2.2 publishing on Win10-x64 for Linux-x64.
Sure thing, take your time :)
Yes, I can understand your design choises; they are completely sensible. I opened this discussion less because I wanted a new feature or raise an issue ... it was rather...
Well, I'm always happy to propose potential features (even though I know that they can be a lot of work sometimes). I'm currently thinking about transitioning some older projects away...
This issue is still reproducable in the newest version (v. 6.0.1).
Ah nevermind, I missed that #24 is already open
Does this proposal also include list decomposition? e.g. (syntax debatable): ```csharp List my_list = .....; { int first, int second, .., int last } = my_list; ```
If possible, I'd like to see not only `do`, but also a whole lot more query ""keywords"" added to the LINQ Query syntax. I often find myself having to write...
> Operators can even be "defined" in C# using the `System.Runtime.CompilerServices.SpecialNameAttribute` and so this is largely just an artificial limitation of the language. Hm, I could not get the following...
Ahh, I see. Thanks for clearing that one up!