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-05-17Increment versions post 2.0Eric St. John
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-04-06Update VS configurationsKrzysztof Wicher
2017-04-06Exclude Some Files when Building uapaot (#17962)Shin Mao
* Exclude some files when building uapaot. * Fixed paths in projects for RefelctionOnly. * Change uapaot to uap in config. * Update VS Configurations.
2017-02-17Update configs and solutionsEric St. John
Update theses that have become out of sync.
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
Prepare uap package
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
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-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-25Fix P2P reference Configuration selectionEric St. John
Previously we'd always choose Configuration for P2Ps based on BuildConfiguration. This was incorrect and could result in netstandard configurations building against netcoreapp references. Fix this by doing configuration selection in the referencing project. I've also added hooks to build all configurations. To do this from a traversal set /p:BuildAllConfigurations=true. To do this from a project build with /t:BuildAll.
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-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-11Update CoreClr, CoreFx, ProjectNTfs to beta-24911-02, beta-24911-02, ↵dotnet bot
beta-24911-00, respectively (#15071)
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex 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, 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-07Update CoreClr, CoreFx to beta-24907-02, beta-24907-02, respectivelydotnet-bot
2017-01-07Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively ↵dotnet bot
(master) (#14944) * Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively * Fix build break due to version updates
2017-01-06Merge pull request #14877 from sepidehMS/FixXmlXmlLinqDesktopTestFailsSepideh Khoshnood
Fix Xml and Xml.Linq Desktop test failures
2017-01-06Update CoreFx to beta-24906-02 (#14932)dotnet bot
2017-01-06Update CoreClr, CoreFx, ProjectNTfs to beta-24906-01, beta-24906-01, ↵dotnet-bot
beta-24906-00, respectively
2017-01-06Fix System.Xml.XDocument configuration and have its new API tests run only ↵sepidehMS
on netcoreapp1.1
2017-01-06Merge branch master into dev/engJose Perez Rodriguez
2017-01-05Update CoreFx to beta-24905-02 (#14892)dotnet bot
2017-01-05Update CoreFx, ProjectNTfs to beta-24905-01, beta-24905-00, respectively ↵dotnet bot
(#14882)
2017-01-04Update CoreClr, CoreFx, ProjectNTfs to beta-24904-02, beta-24904-01, ↵dotnet-bot
beta-24904-00, respectively
2017-01-03Merge pull request #14774 from sepidehMS/AddAsyncXLinqLoadSaveSepideh Khoshnood
Add async XLinq document/element loading and saving
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-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-31Add async XLinq document/element loading and savingsepidehMS
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-20Use netcoreapp and netstandard for targetgroups (#14616)chcosta
* Use netcoreapp and netstandard for targetgroups * Add configurations for some reference projects
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