dsaf
dsaf
Wouldn't C# become a graveyard of dead markup/transport languages? We barely dodged the JSON bullet. Please support this via IDE only.
String enums in three years are better than discriminated unions in six years.
Together with exhaustiveness checks this will render existing switch statement pretty much legacy?
@CyrusNajmabadi well maybe initially but those could be added going forward.
Does it mean that existing ```enum```s will be updated to be somehow open? Otherwise the terminology is confusing.
I have the same issue. In my case it's important that it works well every time. I try to like diagrams-as-code but it looks like good ol' static SVG will...
So, what is the terminology: ```module``` or ```assembly```? Can I have many modules per assembly? Is C# ```module``` same as as F# ```module``` same as .NET ```module```? > [Obsolete("This attribute...
In that case custom attributes should be shown as well #711. They can materially affect the behavior of the class and thus are as important to show as standard attributes.
@Pilchie Yes, I want to see them: 1) `CSharpPackage` is an exception rather than a rule. Even the team member commented that attributes are abused: ``` csharp // TODO(DustinCa): Put...