Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Corefx | 17,857 | 4,007 | 6,876 | 10 months ago | 40 | December 03, 2019 | ||||
This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime | ||||||||||
Runtime | 12,723 | 2,467 | 8,933 | 19 hours ago | 117 | July 11, 2023 | 8,337 | mit | C# | |
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. | ||||||||||
Microsoft Authentication Library For Js | 3,173 | 210 | a day ago | 79 | August 11, 2023 | 105 | mit | TypeScript | ||
Microsoft Authentication Library (MSAL) for JS | ||||||||||
Winafl | 2,146 | a month ago | 141 | apache-2.0 | C | |||||
A fork of AFL for fuzzing Windows binaries | ||||||||||
Windows_hardening | 1,963 | 7 days ago | 11 | mit | PowerShell | |||||
HardeningKitty and Windows Hardening settings and configurations | ||||||||||
Wcf | 1,645 | 161 | 1,087 | a day ago | 62 | May 18, 2023 | 246 | mit | C# | |
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services. | ||||||||||
Microsoft Authentication Library For Dotnet | 1,262 | 286 | 425 | 2 days ago | 129 | July 24, 2023 | 205 | mit | C# | |
Microsoft Authentication Library (MSAL) for .NET | ||||||||||
Msrc Security Research | 1,251 | 3 days ago | 7 | cc-by-4.0 | Python | |||||
Security Research from the Microsoft Security Response Center (MSRC) | ||||||||||
Awesome Azure Architecture | 1,198 | 15 days ago | cc0-1.0 | |||||||
AWESOME-Azure-Architecture - https://aka.ms/AwesomeAzureArchitecture | ||||||||||
Labs | 939 | 5 years ago | 10 | Python | ||||||
Vulnerability Labs for security analysis |
This repo contains the library implementation (called "CoreFX") for .NET Core. It includes System.Collections, System.IO, System.Xml, and many other components. The corresponding .NET Core Runtime repo (called "CoreCLR") contains the runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, and many other components. Runtime-specific library code (System.Private.CoreLib) lives in the CoreCLR repo. It needs to be built and versioned in tandem with the runtime. The rest of CoreFX is agnostic of runtime-implementation and can be run on any compatible .NET runtime (e.g. CoreRT).
Official Starting Page: https://dotnet.microsoft.com/
Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.
If you are having issues with the "full" .NET Framework (also called "Desktop"), the best way to file a bug is the Report a Problem tool, which is integrated with the VS Developer Community Portal; or through Product Support if you have a contract.
Each issue area has one or more Microsoft owners, who are listed here. There's also some information there about how we use issues in this repo.
We welcome contributions! Many people all over the world have helped make this project better. You'll want to check out:
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.
Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.
.NET Core is a .NET Foundation project.
There are many .NET related projects on GitHub.
Daily builds of .NET Core components are published to dotnet-blob feed (https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json). The latest version number of each library can be seen in that feed. Currently, there is no website to visualize the contents of the feed, so in order to do so, you have to use a NuGet feed explorer, like Visual Studio.
Note: See officially supported OS versions.
.NET (including the runtime repo) is licensed under the MIT license.