Corefx

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
Alternatives To Corefx
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Corefx17,8574,0076,87610 months ago40December 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
Runtime12,7232,4678,93319 hours ago117July 11, 20238,337mitC#
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
Microsoft Authentication Library For Js3,173210a day ago79August 11, 2023105mitTypeScript
Microsoft Authentication Library (MSAL) for JS
Winafl2,146
a month ago141apache-2.0C
A fork of AFL for fuzzing Windows binaries
Windows_hardening1,963
7 days ago11mitPowerShell
HardeningKitty and Windows Hardening settings and configurations
Wcf1,6451611,087a day ago62May 18, 2023246mitC#
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
Microsoft Authentication Library For Dotnet1,2622864252 days ago129July 24, 2023205mitC#
Microsoft Authentication Library (MSAL) for .NET
Msrc Security Research1,251
3 days ago7cc-by-4.0Python
Security Research from the Microsoft Security Response Center (MSRC)
Awesome Azure Architecture1,198
15 days agocc0-1.0
AWESOME-Azure-Architecture - https://aka.ms/AwesomeAzureArchitecture
Labs939
5 years ago10Python
Vulnerability Labs for security analysis
Alternatives To Corefx
Select To Compare


Alternative Project Comparisons
Readme

.NET Core Libraries (CoreFX)

Build Status

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).

.NET Core

Official Starting Page: https://dotnet.microsoft.com/

How to Engage, Contribute and Provide Feedback

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.

Issue Guide

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.

Contributing Guide

We welcome contributions! Many people all over the world have helped make this project better. You'll want to check out:

Useful Links

Community

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.

Reporting security issues and security bugs

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 Foundation

.NET Core is a .NET Foundation project.

There are many .NET related projects on GitHub.

  • .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
  • ASP.NET Core home - the best place to start learning about ASP.NET Core.

CoreFX Project

Daily Builds

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.

License

.NET (including the runtime repo) is licensed under the MIT license.

Popular Security Projects
Popular Microsoft Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Sharp
Security
Microsoft