

19·
4 months agoA lot of the C# ecosystem is open source (thank goodness), but the official debugger isn’t, hence it only being available in the proprietary version of VSCode.
Just a dorky trans woman on the internet.
My other presences on the fediverse:
• @copygirl@fedi.anarchy.moe
• @copygirl@vt.social
A lot of the C# ecosystem is open source (thank goodness), but the official debugger isn’t, hence it only being available in the proprietary version of VSCode.
Then you should also override Equals(object)
, GetHashCode
, and implement IEquatable<T>
.
Thankfully a lot of the usual boilerplate code can be avoided using a record
class or struct:
public record Person(string Name, uint Age);
Is this not what the “active” sorting does?
The “Arch cult’s” holy book, the ArchWiki, states the following pretty clearly:
Mention of one’s use of the AUR for their needs doesn’t need to come with a disclaimer.
People who don’t read or don’t use their brain are going to keep not doing so, regardless.