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-02Fix Japanese Era calendar tests (#27617)Krzysztof Wicher
2017-10-24Fix System.Data.Odbc configurations for support package and run ↵Santiago Fernandez Madero
UpdateVSConfigurations (#24752) * Fixed odbc configurations for compat package * Run UpdateVSConfigurations * Remove Default Configurations to help VS... comment from csproj's * Remove from System.Buffers as well
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
* Moving PlatformDetection to Corefx.Private.TestUtilities assembly The purpose of this change is to clean up all test projects instead of including the PlatformDetection code inside every test project, we’ll have it in the Corefx.Private.TestUtilities. I have refactored the PlatformDetection to split the different implementation of Windows and Linux. If we need to do more refactoring there we can do it later as needed. * Fix Linux BB * Update the xunit package reference * Fix wrong condition on one of the tests * Update the ConditionalFact/Theory to use Type as a parameter
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
* Move AssertExtensions to Corefx.Private.TestUtilities * Update csprojs * Fix Linq.Expressions uapaot build
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to ↵Hugh Bellamy
AssertExtensions (#21455) * Registry * Collections * ComponentModel * Configuration * Data * Globalization * Drawing * Diagnostics * IO * Linq * Add System.Net param names in tests * Move ArgumentExceptions in System.Private.Xml to AssertExtensions * Add System.Reflection.* ArgumentException param names * Add param names for System.Runtime* ArgumentExceptions * Add ArgumentException param names to System.Security.* * Add ArgumentException param names to System.Text.* * Add param names to ArgumentExceptions in misc projects * Add System.Threading.* ArgumentException param names * Fix missing files * Fixes for unix and netfx * Fix more failures and revert a IdnaConformance tests to avoid merge conflicts with #21463
2017-05-25Remove help VS commentsEric St. John
Many CSProjs included the comment `<!-- Help VS understand available configurations -->` These aren't handled well by the tooling that rewrites projects and weren't providing much value. Remove them.
2017-05-17Increment versions post 2.0Eric St. John
2017-05-04System.Globalization.Calendars - fix Random instances shared across threads ↵Stephen A. Imhoff
(#19278) * Remove sharing of RandomDataGenerators betwen threads. Also, the Taiwanese utilities would generate the same year/month/day every call, almost certainly not what was intended. * Update name. * Remove unused random generator. * Correct Taiwan IsLeapDay Tests Would fail every once in a while (plus explicit tests make it more obvious). * Address review comments.
2017-05-03Use same year for choosing day as for actual year.Stephen A. Imhoff
2017-04-27Get System.Globalization.Calendars.Tests working on AOTAtsushi Kanamori
The reasons are all too familiar by now...
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
Bulk update to AssertExtensions.Throws for AOT support. This doesn't disable Assert.Throws.
2017-04-10Updates how we define which key an assembly usesWes Haggard
Now instead of Use*Key a project can instead define the assembly key in the project (genreally the common dir.pops for a project) using the AssemblyKey property. The accepted values are Open, ECMA, MSFT, Test. This change allows for a repo to set the default key they want to use for projects. In corefx we have switched the default to use the Open key instead of the old BuildTools default of MSFT key. As part of this update we are explicitly setting the AssemblyKey in all the library projects (although it is really only necessary for projects that aren't the default). Also with this change we are updating all the new libraries that have not yet shipped stable (compared to our 1.1 release) and making them use the Open key. Which means that for prerelease dependencies there might be some binary breaking changes to consume. The following libraries ahven't shipped so there key is being changed from MSFT to Open: Microsoft.XmlSerializer.Generator System.CodeDom System.Configuration.ConfigurationManager System.Data.Odbc System.DirectoryServices System.DirectoryServices.AccountManagement System.DirectoryServices.Protocols System.IO.Ports System.Json System.Memory System.Net.HttpListener System.Net.Mail System.Net.ServicePoint System.Net.WebClient System.Net.WebProxy System.Private.Xml System.Private.Xml.Linq System.Security.Cryptography.Xml System.Security.Permissions System.Transactions.Local System.Web.HttpUtility
2017-03-31Fold or rename *.netstandard.cs files (#17697)Alex Perovich
* Win32.Primitives * System.Collections.Specialized * System.Diagnostics.Process * System.Globalization * System.Globalization.Calendars * System.IO * System.IO.Compression * System.IO.FileSystem * System.IO.FileSystem.Watcher * System.IO.Pipes * System.Linq.Expressions * System.Net.Primitives * System.Net.Requests * System.Net.Sockets * System.Net.WebHeaderCollection * System.ObjectModel * System.Reflection * System.Reflection.Emit * System.Resources.ResourceManager * System.Runtime * System.Runtime.Extensions * System.Runtime.Handles * System.Runtime.InteropServices * System.Security.Cryptography.X509Certificates * System.Text.Encoding * System.Text.Encoding.CodePages * System.Threading * System.Threading.Tasks * System.Threading.Thread * System.Threading.Timer * System.ValueTuple
2017-03-03Update to new Microsoft.xunit.netcore.extensions version (#16591)Santiago Fernandez Madero
*Update to new Microsoft.xunit.netcore.extensions version
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
* Cleanup netstandard conditions in csproj files * Cleanup netstandard17 ifdefs * Disable failing tests
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
Prepare uap package
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
The changes onclude some other minor clean up in the test project files
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03System.Private.CoreLib is OSGroup-specificEric St. John
Make sure that we represent System.PrivateCoreLib as OSGroup specific since it exposes different types on Windows vs Unix.
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without ↵Wes Haggard
BuildConfigurations
2017-02-01Clean up desktop ConfigurationsEric St. John
Remove all cruft from projects related to building desktop configs which now build in standard repo.
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
Exceptions for types missing from netstandard facade: - System.Data.Common - DbColumn, DbDataReaderExtensions, IDbColumnSchemaGenerator - System.Diagnostics.StackTrace - StackFrameExtensions - System.Numerics.Vectors - Vector, Vector<T> - System.Runtime.Serialization.Primitives - ISerializationSurrogateProvider - System.Runtime.Serialization.Xml - DataContractSerializerExtensions - System.Security.Cryptography.Cng - AesCng, TripleDESCng <link> - System.Threading.Overlapped - PreAllocatedOverlapped, ThreadPoolBoundHandle - System.Xml.XPath.XDocument - XDocumentExtensions
2017-02-01Updating VS ConfigurationsJose Perez Rodriguez
2017-02-01Adding missing Configurations for uapJose Perez Rodriguez
2017-01-31Merge pull request #15616 from ericstj/buildMultipleConfigurationsEric StJohn
Build multiple configurations
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-30Fix Lunisolar calendar leap month testsTarekm Mahmoud Sayed
Lunisolar calendars tests assumed these calendars doesn't have leap months which is wrong. the change is just fixng the tests
2017-01-28Disable failing GetLeapMonthTest testStephen Toub
2017-01-24Removing netstandard configurations for things that are bellow netstandard ↵Jose Perez Rodriguez
(#15373) Removing netstandard configurations for things that are bellow netstandard
2017-01-21Removing System.Private.CoreLib from TargetingPack (#15357)Jose Perez Rodriguez
Removing System.Private.CoreLib from TargetingPack
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones ↵Jose Perez Rodriguez
(#15291) Adding missing Configurations.props for refs and fixing the existing ones
2017-01-19Remove packages from NETStandard.Library 1.6Eric St. John
With one exception: System.Runtime.InteropServices.RuntimeInformation. For the rest we will no longer ship packages. Instead the types will be supported as follows: 1. In a netstandard2.0+ project via NETStandard.Library package's netstandard.dll 2. In a netstandard1.x project via NETStandard.Library package and closure which ship from servicing branches. 3. In a framework specific project via the framework's targeting pack or framework package.
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
* Add ValidateVSConfigurations * Update project config and sln files.
2017-01-12Merge master into dev/engJose Perez Rodriguez
2017-01-11Fix Calendar tests to make it run against desktop (#15056)Tarek Mahmoud Sayed
* Fix Calendar tests to make it run against desktop * rename some parameter
2017-01-11Update CoreClr, CoreFx, ProjectNTfs to beta-24911-02, beta-24911-02, ↵dotnet bot
beta-24911-00, respectively (#15071)
2017-01-11Automated rename of tfm specific filesAlex Perovich
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-11[dev/eng] Sorting and trimming Reference items in csprojs (#15035)Jose Perez Rodriguez
Sorting and trimming Reference items in csprojs
2017-01-10Update CoreClr to beta-24910-03dotnet-bot
2017-01-10Update CoreClr, CoreFx, ProjectNTfs to beta-24910-02, beta-24910-02, ↵dotnet bot
beta-24910-00, respectively (#15019)
2017-01-09Update CoreClr, CoreFx to beta-24909-03, beta-24909-02, respectivelydotnet-bot
2017-01-09Update CoreClr, CoreFx, ProjectNTfs to beta-24909-02, beta-24909-01, ↵dotnet-bot
beta-24909-00, respectively
2017-01-08Update CoreClr to beta-24908-01dotnet-bot
2017-01-07Update CoreClr to beta-24907-03dotnet-bot