Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-03-20Share common props file for manual shimsWes Haggard
Share common props file for the manual shims. Add GenFacadesForceZeroVersionSeeds=true so that the assembly references for the shims are set to 0.0.0.0 so that they will correctly unify up and support multiple versions of OOB packages like SqlClient.
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past ↵Santiago Fernandez Madero
packages (#25921) * Add System.Drawing.Common to netcoreapp vertical * Make System.Data.Odbc be able to build for netcoreapp vertical * Add netcoreapp to System.Diagnostics.PerformanceCounter * Add netcoreapp to System.Diagnostics.EventLog * Run UpdateVSConfigurations * Change Contains('netcoreapp') to StartsWith('netcoreapp') * Include netcoreapp.depproj only when BuildAllConfigurations == true * Change tests to netcoreapp from netcoreapp2.0 for vertical
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
* Add serializable attribute and typeforward and adding serialization impl * Expose ZLibException in impl assembly * Remove deserialization negative tests * Adding tests for exceptions * Adding SqlError data to base exception data table * System Data Facade * Add netfx471 blob diffs for Hashtable and ListDictionary * Build Microsoft.NETCore.App.deps.json after manual shims * Disable currently failing uap/uapaot tests because of shim assembly load errors