📅 Week 50



📅 Week 49


How To Delete A Local Git Tag

[Git]

When working with the git source code control system, it is fairly standard practice to attach a label to a specific commit, typically for later reference and retrieval.


📅 Week 48


Writing A Generic Operating System method-level attribute for xUnit in C# & .NET

[C#, .NET, xUnit]

In a series of previous posts (“Writing A Windows-only method-level attribute for xUnit in C# & .NET”, “Writing A macOS-only method-level attribute for xUnit in C# & .NET”, and “Writing A Linux-only method-level attribute for xUnit in C# & .NET”), we looked at how to write attributes that we can decorate unit tests that we want to be run only under a particular operating system using the xUnit test framework.




📅 Archives ...