Abel Braaksma
Abel Braaksma
As an alternative, you can use the key combinations Alt+Up and Alt+Down. This will move the file through the adjacent other files. I find that it's usually the simplest/quickest way,...
Verified, operators seem to lead to an error in the rename box. I'll mark this as bug, though one could argue it is a feature improvement.  It also counts...
> Just to mention that there are different layout pathways for intra-assembly and inter-assembly XMLDocs. I can add that this (the ignored ``) fails inter-assembly, even inter-source-file. Intra-assembly is broken...
@tlhintoq, this fix works for C#, but not for F#, I'm afraid.
@vzarytovskii I'd love to tackle this. Do you happen to know off-hand where this is located? Otherwise, I'll search around a bit.
Found it, and reported: https://github.com/dotnet/project-system/issues/9469. This changed was introduced in 2022 without any mention of F# in https://github.com/dotnet/project-system/pull/7982 and https://github.com/dotnet/project-system/pull/8004.
> Is there any known workaround or fix available to see all the warnings for my f# solution in visual studio? Yes @MatthijsPrent. Set the warning level to 5 (you...
I'd expect this to work with struct DUs, where it is currently required to add redundant labels that you'll never use in practice. Having this for records is nice, but...
@Tarmil, I'm just wondering, but why is that illegal? Why is `this` not fully initialized? Or put in other words, from an OO perspective, where is `this` initialized such that...
@kekyo, that won't work, because a DU case with the same name can be in scope (which is not a type name from F# perspective), or an active pattern. Also,...