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 for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube