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
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
* Add ValidateVSConfigurations * Update project config and sln files.
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
2017-01-11Manual changes for ns2.0 renameAlex Perovich
2017-01-06Merge branch master into dev/engJose Perez Rodriguez
2017-01-04Rename RuntimeReferencedAssemblyNames to ReferenceFromRuntimeEric Mellino
2017-01-04Update CoreClr to beta-24904-03dotnet-bot
2017-01-04Update CoreClr, CoreFx, ProjectNTfs to beta-24904-02, beta-24904-01, ↵dotnet-bot
beta-24904-00, respectively
2017-01-04Change how test references are resolved.Eric Mellino
* When NoTargetingPackReferences is set to 'true', then no references are added to any assemblies in the targeting pack. * Names in the RuntimeReferencedAssemblyNames item group are now used to add items into the ReferencePath group. Absolute paths of runtime assemblies are added to the list, and AssemblySearchPaths is no longer modified at all when runtime assemblies are referenced. * Fix up System.Diagnostics.Debug.Tests and System.Linq.Expressions.Tests based on the above changes. Linq.Expressions.Tests no longer references its own src project, which should fix some race conditions in the build.
2017-01-04Add Configurations.props files for test projects, include tests in ↵Eric Mellino
build.proj (#14663) * [WIP]Created src\tests.proj which is mostly building all tests * Convert test project .builds to Configuration.props * Fix test paths in targetingpack.props, move test-runtime. * Move test-runtime under external. * Rename RuntimeDir->RuntimePath in targetingpacks.props and Xunit.Runtime.depproj. * Remove test-runtime project.json from the SupplementalTestData list in dir.targets. * Remove XUnit.Runtime.depproj from tests.proj * Convert test .builds files to Configuration.props. * Revert "Convert test project .builds to Configuration.props" This reverts commit 1efc4d9a02d1c2eced0f20a544abcbcd0092f40c. * Fix compilation error in System.Collections.Concurrent.Tests * Fix condition in System.Collections ref project * Fix two more Collections test project issues * Add Configuration.props for System.Collections ref * Fix TargetGroup conditions in System.Collections.Tests.csproj. * Fix compilation problems with NameResoltion.Pal.Tests. * Fix compilation errors in SqlClient Stress tests * Fix IO.Compression.Performance tests compilation * Fix compilation and configurations of System.Net.Http.Unit.Tests.csproj. * Fix compilation issues in System.Private.Xml.Linq tests * Disable XsltScenarios.Tests project, like it was before. * Fix missing DefineConstants for System.Linq ref project. * Fix compilation of System.Net.Primitives.Pal.Tests.csproj * Fix compilation of System.Net.Primitives.UnitTests.Tests.csproj * Fix compilation of System.Security.Cryptography.Cng.Tests.csproj. * Fix compilation of System.Net.Primitives reference project * Fix compilation of System.Net.Security ref project * Fix compilation of SYstem.Net.Security.Tests.csproj * Fix configuration of X509Certificates ref project * Fix compilation errors in System.Net.Http.Unit.Tests.csproj * Fix Common.Tests.csproj * Fix System.Diagnostics.Debug.Tests.csproj * Fix Microsoft.Win32.Registry.Tests.csproj * Add runtime.native.System.Data.SqlClient.sni to external project * Fix System.Diagnostics.TraceSource.Tests.csproj * Fix System.IO.Compression.Performance.Tests.csproj * Move supplemental test data into test-runtime/project.json * Fix System.IO.FileSystem.Watcher.Tests.csproj * Fix System.IO.FileSystem.Tests.csproj * Fix System.IO.Pipes.AccessControl.Tests.csproj * Fix System.IO.MemoryMappedFiles.Tests.csproj * Fix System.IO.Pipes.Tests.csproj * Fix System.Json.Tests.csproj * Add missing supplemental test data for net security tests * Fix resource names in System.Xml.XPath.XDocument.Tests.csproj * Fix Assembly.Location test case * Fix assembly loading paths in DefaultLoadContextTest.cs * Fix issues in System.Runtime.Loader.Tests.csproj * Fix RootNamespace in ResourceManager tests * Mark OpenSSL tests as unsupported on Windows * Fix RootNamespace in System.Xml.XPath.Tests.csproj * Fix RootNamespace in System.Xml.XPath.XmlDocument.Tests.csproj * Fix System.IO.Compression.Tests.csproj * Add missing Configurations.props files for System.Net projects * Fix compilation issues in WinHttpHandler tests * Add fixes and a workaround for Linq.Expressions tests * Add workaround for System.Runtime.Tests * Use extension methods explicitly in Ref.Emit tests * Hook up test projects into build * Fix build configuration of Crypto.Primitives for netcoreapp * Enable VB tests outside Windows * Enable Mail tests outside windows * Don't run Unsafe tests outside windows * Don't build Unsafe tests outside Windows * Don't build WebServer project outside of Windows. * Fix corerun path for Unix tests. * Fix casing of 'Native' directory in NETCoreApp private pkgproj * Remove runtime-specific stuff from Xunit.Runtime.depproj * Move tests into a separate project ('tests.msbuild') which isn't built in build.proj * Remove duplicate types from NameResolution.Pal tests * Skip tests in a project if there is no compatible configuration. * Include internal socket types only on Windows in NameResolution tests * Manually fix S.R.InteropServices configurations * Rename tests.msbuild -> tests.builds * Manually fix System.Text.Encoding.Tests.csproj configuration * Manually fix System.Threading.Tests configuration * Manually clean up System.Runtime.Tests.csproj * Fix System.IO.FileSystem.Tests configurations * Manually fix System.Globalization.Tests configurations * Manually fix System.IO.Pipes.Tests configurations * Manually fix System.IO.Compression.Tests configurations * Manually fix System.Runtime.Extensions.Tests configurations * Manually fix System.IO.MemoryMappedFiles.Tests configurations * Manually fix S.Diagnostics.Process.Tests configurations * Manually fix System.ComponentModel.TypeConverter.Tests configurations * Misc PR feedback. * Use HostRunnerName instead of HostRunner in Process tests * Fix configurations for S.ServiceProcess.ServiceController.Tests * Revert to using ConfigurationErrorMsg to check if tests should be skipped. Configuration still defaults to 'Debug' even if there is no valid configuration.
2017-01-03Update CoreClr, CoreFx to beta-24903-03, beta-24903-02, respectively (#14819)dotnet bot
2017-01-03Update CoreClr, CoreFx, ProjectNTfs to beta-24903-02, beta-24903-01, ↵dotnet-bot
beta-24903-00, respectively
2017-01-03Update CoreClr to beta-24903-01dotnet-bot
2017-01-02Update CoreClr, CoreFx to beta-24902-03, beta-24902-02, respectivelydotnet-bot
2017-01-02Update CoreClr, CoreFx, ProjectNTfs to beta-24902-02, beta-24902-01, ↵dotnet-bot
beta-24902-00, respectively
2016-12-29Update CoreClr, CoreFx, ProjectNTfs to beta-24829-03, beta-24829-02, ↵dotnet bot
beta-24829-00, respectively (#14755)
2016-12-29Update CoreClr, CoreFx, ProjectNTfs to beta-24828-03, beta-24828-03, ↵dotnet bot
beta-24828-00, respectively (#14743)
2016-12-28Update CoreClr, CoreFx, ProjectNTfs to beta-24827-03, beta-24827-01, ↵dotnet-bot
beta-24827-00, respectively
2016-12-14Update CoreClr, CoreFx, ProjectNTfs to beta-24814-02, beta-24814-01, ↵dotnet-bot
beta-24814-00, respectively
2016-12-13Update CoreClr, CoreFx, ProjectNTfs to beta-24813-01, beta-24813-02, ↵dotnet-bot
beta-24813-01, respectively
2016-12-13Port first third of tests to build against the targeting pack / runtime (#14450)Eric Mellino
* Change first third of test projects to compile against targeting pack. * Add supplemental test data into an external project
2016-12-11Update CoreClr, CoreFx to beta-24811-03, beta-24811-02, respectivelydotnet-bot
2016-12-11Update CoreClr to beta-24811-02dotnet-bot
2016-12-11Update CoreClr, CoreFx to beta-24811-01, beta-24811-01, respectivelydotnet-bot
2016-12-10Update CoreClr, CoreFx to beta-24810-04, beta-24810-03, respectivelydotnet-bot
2016-12-10Update CoreFx to beta-24810-02dotnet-bot
2016-12-10Update CoreClr to beta-24810-01 (#14388)dotnet bot
2016-12-10Update CoreFx to beta-24809-03dotnet-bot
2016-12-09Update CoreClr to beta-24809-04 (#14370)dotnet bot
2016-12-09Replace "readonly static" with "static readonly"Stephen Toub
There are ~4000 occurrences in corefx of "static readonly". There are ~200 occurrences of corefx of "readonly static". Replacing all of the straggler "readonly static" cases with "static readonly" to make things consistent.
2016-12-09Update CoreClr, CoreFx to beta-24809-03, beta-24808-03, respectivelydotnet-bot
2016-12-09Update CoreClr, CoreFx to beta-24809-02, beta-24808-03, respectivelydotnet-bot
2016-12-09Update CoreClr to beta-24808-06dotnet-bot
2016-12-08Update CoreClr to beta-24808-04dotnet-bot
2016-12-08Update CoreClr to beta-24808-02dotnet-bot
2016-12-08Update CoreClr to beta-24808-01 (#14294)dotnet bot
2016-12-07Update CoreClr to beta-24807-03dotnet-bot
2016-12-07Delete project.jsonsJose Perez Rodriguez
2016-12-05Update CoreClr to beta-24805-03dotnet-bot
2016-12-05Update CoreClr to beta-24805-01dotnet-bot
2016-12-04Update CoreClr to beta-24804-03dotnet-bot
2016-12-04Update CoreClr to beta-24804-02dotnet-bot
2016-12-04Update CoreClr to beta-24804-01dotnet-bot
2016-12-03Update CoreClr to beta-24803-03dotnet-bot
2016-12-03Update CoreClr to beta-24803-01dotnet-bot
2016-12-02Update CoreClr to beta-24802-03 (#14168)dotnet bot
2016-12-02Update CoreClr, ProjectNTfs to beta-24802-02, beta-24802-00, respectivelydotnet-bot
2016-12-01Update CoreClr to beta-24801-03dotnet-bot
2016-12-01Update CoreClr, ProjectNTfs to beta-24801-02, beta-24801-00, respectivelydotnet bot
2016-11-30Update CoreClr to beta-24730-03dotnet-bot
2016-11-30Update CoreClr, ProjectNTfs to beta-24730-02, beta-24730-00, respectivelydotnet-bot