News

.NET Team Developer Seeks Help for Easy 'Up-for-Grabs' Issues

.NET coder? Have some free time? Ever wonder about helping out with open source? Want to get started on some low-hanging fruit?

If you can check off all those, Tanner Gooding has a deal for you.

The developer on the .NET Libraries team, working on Hardware Intrinsics and Numerics, tweeted the following yesterday (April 1):

"If you've ever wanted to contribute to .NET and say you helped improve the runtime or framework, we have 411 'up-for-grabs' issues: https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs

These issues are generally things that would be great for external contributors to get started on and the dev team is happy to answer questions and help provide guidance on what is needed and how an issue might best be resolved.

So consider taking a look and grabbing something that looks interesting to you!

https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs+label%3Aarea-System.Numerics has some pretty easy ones available too"

Or, for graphically oriented readers:

The Tweet
[Click on image for larger view.] The Tweet (source: Twitter).

The 411 issues run the gamut of areas, ranging from System.Numerics to CoreLib-mono to Setup, with a particularly low-hanging item in the latter area reading: "Rename ThirdPartyNotices.txt to THIRD-PARTY-NOTICES.txt" (something even this reporter might be able to muster up on a good day).

Doing some simple sorting on the 411 issues reveals the following:

  • The most-commented issue among the 411 open items reads: "Collection<T> and ObservableCollection<T> do not support ranges," opened on Aug. 13, 2016.
  • The issue with the most "thumbs-up" reactions reads: "Support System.DirectoryServices.Protocols on Linux/Mac," opened Oct. 24, 2017.
  • The newest issue reads: "System.Numerics.Matrix4x4.Invert has no SIMD acceleration," opened April 1.
  • The oldest issue reads: "String comparer for sorting numeric strings logically," opened Jan. 11, 2015.
  • The least recently updated issue reads: "need way to configure per-test xunit attributes," opened Nov. 22, 2016.

In response to a question about helping out with a specific issue, Gooding tagged the owners for its area and pointed to this list of areas and their owners for the runtime project.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube