Hacktoberfest for .NET Developers (C# Edition)

Hacktoberfest for .NET 2021

Hacktoberfest is celebrated during the month of October when open-source software enthusiasts, beginners, and the developer community participate by contributing to open-source projects. This is its 8th year and since then, it has been growing every year. Thousands of developers, creators and opensource maintainers have been doing a commendable job in educating the beginners, guiding fellow developers or learning from others, on day to day basis. Opensource is truly amazing!

Although I created CognitiveRocket repo for the purpose of sharing my demos, slide decks etc. but I still remember submitting my first ever pull request on my friend’s (James Mann) repo which later became one of the reasons to start Bot Builder Community Project and to enable all the Microsoft Bot Framework enthusiasts and developers to join hands together to build fantastic tools for everyone. 🛠

As I recently registered for the Hacktoberfest, I thought to look for the projects of my interest and skillset (as a C# developer) where I can contribute my time and effort. Hence, I thought to share with you as well, in case you also want to participate in the similar projects.

Please note that this list is not exhaustive so it’s a high chance that you may find a better project of your interest than something from this list. Just click on the project name and it will directly take you to the appropriate issues (with the exception of first one).

SentimentAnalyzer

SentimentAnalyzer is an on-device (offline) .NET Standard library to find out what customers think of your brand or topic by analyzing raw text for clues about positive or negative sentiment. I created this library 2 years back using ML.NET and I try to keep it updated enough so that it does not break for anyone who is using it. This library can be used by any of your .NET apps be it your bot, mobile, web or even an IoT app.

As it hit around 10,000 downloads from NuGet package manager, I moved it to a separate project for better maintainability.

There’s already an issue opened as an enhancement with the appropriate tags, please feel free to contribute.

grok.NET

Cross platform .NET grok implementation as a NuGet package.

Bot Builder Community

A collection of repos led by the community, containing extensions, including middleware, dialogs, recognizers and more for the Microsoft Bot Framework SDK.

Uno Platform

The only platform for building native mobile, desktop and WebAssembly with C#, XAML from a single codebase. Open source and professionally supported.

Azure Functions OpenAPI Extensions

This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties.

dotnet/Rosyln

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

dotnet/Maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

dotnet/Docs

The official Microsoft .NET repo that contains documentation. While it’s not directly related to your development stack, I think it is still good (and active for Hacktoberfest).

MudBlazor

Blazor Component Library based on Material design. The goal is to do more with Blazor, utilizing CSS and keeping Javascript to a bare minimum.

MaterialDesignInXamlToolkit

Comprehensive and easy to use Material Design theme and control library for the Windows desktop. Built in with XAML & WPF, for C# & VB.NET.

Silk.NET

The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX bindings library your mother warned you about.

FluentAssertions

A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.


As I wrote earlier, this is not an exhaustive list, it’s just I recently came across and found out that they are willing to accept the contributions and mark them as hacktober-accepted.

If you think I should include your repo or something which you have found interesting, please let me know and I will add it to the list.

Keep hacking.