- Notifications
You must be signed in to change notification settings - Fork216
This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
License
dotnet/runtimelab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo is for experimentation and exploring new ideas that may or may not make it into the maindotnet/runtime repo.Encouraging .NET Runtime Experiments describes reasons that motivated creating this repository.
Currently, this repo contains the following experimental projects:
- Utf8String - A new UTF-8 String data type in the runtime.
- FreeBSD - Port of .NET runtime to FreeBSD
- NativeAOT-LLVM - LLVM generation for Native AOT compilation (including Web Assembly)
- NativeAOT-Mint - Mono interpreter ported to Native AOT for dynamic execution support
- ManagedQuic - Fully managed implementation of QUIC protocol
- LLHTTP - a set of flexible, lower-level HTTP APIs.
- CompatibilityPackages - a set of packages which help satisfy binary dependencies of .NETFramework assemblies on .NET.
- Hot-Cold Splitting - Support the hot-cold splitting optimization in crossgen2.
- ManagedZLib - Fully managed implementation of DEFLATE algorithm and GZip/ZLib envelope formats.
- Async - Move support for async state machine generation from the C# compiler to the runtime.
- SwiftBindings - Swift bindings for .NET.
- CoreCLR Interpreter - An interpreter for CoreCLR.
You can create your own experiment, learn morehere!
- s390x - Port of .NET runtime (Mono) to the s390x architecture. The changes were upstreamed todotnet/runtime.
- DllImportGenerator - Roslyn Source Generator used for generating P/Invoke IL stubs.
- NativeAOT - .NET runtime optimized for ahead of time compilation.
- JsonCodeGen - Code generation for JSON.
- AssemblyBuilder.Save() - Prototyping the implementation of AssemblyBuilder.Save() functionality.
- Green Threads - Prototyping the implementation of green threads.
- NativeAOT for Android - Prototyping the Native AOT for Android apps and Java interop layer.
This repo should contain issues that are tied to the experiments hosted here.
For other issues, please use the following repos:
- For .NET Runtime issues, file in thedotnet/runtime repo
- For .NET SDK issues, file in thedotnet/sdk repo
- For ASP.NET issues, file in thedotnet/aspnetcore repo.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC)secure@microsoft.com. 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 theSecurity TechCenter.
Also see info about relatedMicrosoft .NET Core and ASP.NET Core Bug Bounty Program.
.NET Runtime is a.NET Foundation project.
This project has adopted the code of conduct defined by theContributor Covenant to clarify expected behavior in our community. For more information, see the.NET Foundation Code of Conduct.
.NET (including the runtime repo) is licensed under theMIT license.
About
This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.