|
|
7 anos atrás | |
|---|---|---|
| .. | ||
| Internal | 21fca52b3d Move ResourceManager to shared CoreLib. (dotnet/coreclr#22249) | 7 anos atrás |
| Interop | 7d53edefa2 Remove code that was moved to System.Native (dotnet/corert#6932) | 7 anos atrás |
| Microsoft | 34619669a5 Replace Interop.ReadDir.cs with Interop.ReadDir.cs from System.IO.FileSystem (#21622) | 7 anos atrás |
| System | 2e267dfa80 Move Array to shared partition (dotnet/coreclr#22321) | 7 anos atrás |
| README.md | ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) | 7 anos atrás |
| System.Private.CoreLib.Shared.projitems | a4681c14d9 Fix CoreLib to include PasteArguments.Unix.cs correctly (#22453) | 7 anos atrás |
This directory contains the shared sources for System.Private.CoreLib. These are shared between dotnet/corert, 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 *.CoreRT.cs/*.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.