|
|
před 6 roky | |
|---|---|---|
| .. | ||
| Internal | 0abee2baf5 Switch from IndexOf(string) to Contains(string) for better readability and performance (#38757) | před 6 roky |
| Interop | f532f93ea6 Enable stylecop warnings 1205, 1212, and 1617 (dotnet/corefx#39941) | před 6 roky |
| Microsoft | f532f93ea6 Enable stylecop warnings 1205, 1212, and 1617 (dotnet/corefx#39941) | před 6 roky |
| System | f532f93ea6 Enable stylecop warnings 1205, 1212, and 1617 (dotnet/corefx#39941) | před 6 roky |
| README.md | ee64a8364f Delete dead uapaot code (dotnet/corefx#38330) | před 6 roky |
| System.Private.CoreLib.Shared.projitems | 68872c4a60 Use AssemblyLoadContext from shared partition (dotnet/corert#7570) | před 6 roky |
This directory contains the shared sources for System.Private.CoreLib. These are shared between mono/mono, dotnet/coreclr and dotnet/corefx.
The sources are synchronized with a mirroring tool that watches for new commits on either side and creates new pull requests (as @dotnet-bot) in the other repository.
Code in the shared directory should have no code specific to CoreCLR, CoreRT or CoreFX. Parts of classes that need to have different implementations on different runtimes should use partial classes and *.CoreCLR.cs/*.CoreFX.cs files in the non shared portion. Code that is different based on platform (Windows/Unix) is fine to leave in the shared portion. Remember to follow the style guidelines.
Once the mirror PR is created there is a chance that the new code will require changes to get a clean CI. Any changes can be added to the PR by checking out the PR branch and adding new commits. Please follow the following guidelines for modifying these PRs.