#osd600
Read more stories on Hashnode
Articles with this tag
What is this "open source" everyone is talking about? Prior to enrolling in OSD600, I deeply believed that people who worked on influential repos like...
Goals In 0.4, I'm planning to contribute more to libraries/frameworks that are closed to me. Enhance Telescope: With the recent setup of the...
Publish on Nuget.org The general idea is to create a nuget file .nupkg and push that file onto https://www.nuget.org/. All the info about the package...
Setup github actions To setup github actions, just add YAML files inside .github/workflows directory at the root of your project. Here is a little...
Setup MS Test According to .NET documentation for testing, there are three most popular .NET testing frameworks: xUnit, NUnit and MSTest. I don't have...
Formatter: dotnet-format Installation: https://github.com/dotnet/format At the moment, dotnet-format is going to be a part of the next .NET SDK 6. The...