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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events