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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-10[release/5.0] Update dependencies from dotnet/arcade (#43185)dotnet-maestro[bot]
2020-08-29Switch Markup property to XmlNode?[]? to reflect it can contain null elements...David Cantú
2020-08-29Port nullability annotations to refs XmlDocument and XmlSerializer (#41474)David Cantú
2020-08-29Switch text param to nullable in WriteProcessingInstructionAsync (#41481)David Cantú
2020-08-29Port nullability annotations to System.Xml.ReaderWriter contract (#41083)David Cantú
2020-08-29Globally enable nullability in XML (#41438)Krzysztof Wicher
2020-08-29Nullable: System.Xml, part 7 (Serialization) (#41261)Krzysztof Wicher
2020-08-29Change nullability of public IXmlNamespaceResolver parameters where appropria...David Cantú
2020-08-29Enable nullability on System.Xml.XPath (#41060)David Cantú
2020-08-29Add nullability annotations to System.Private.Xml.Linq project (#40744)David Cantú
2020-08-15Nullable: System.Xml, part 6 (XSLT minus XSLT.Runtime) (#40368)Krzysztof Wicher
2020-08-10use new OperatingSystem APIs in test projects that target NetCoreAppCurrent o...Adam Sitnik
2020-08-10check for Null returned from Assembly.GetEntryAssembly (#40598)Manish Godse
2020-08-07Add nullability annotations for *XPath* files in Xml/Dom and Xml/Xsl (#40295)David Cantu
2020-07-30Add nullability annotations to XPath*files in Xml/Cache (#40114)David Cantu
2020-07-28Add nullability annotations to files in XPath folder (#39821)David Cantu
2020-07-25Nullable: System.Xml, part 5 (XmlDocument) (#39691)Krzysztof Wicher
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-22Remove BundleDir/PublishDir at the end of ArchiveTests to save disk space (#3...Alexander Köplinger
2020-07-18Add Convert.ToHexString/FromHexStringNicolas Portmann
2020-07-18Mark Obsoletions for .NET 5 (#39269)Jeff Handley
2020-07-12Cleanup dead code under undefined constants (#39155)Adeel Mujahid
2020-07-09Fix remaining license headers (#38953)Stephen Toub
2020-07-08Update license headers (#38793)Stephen Toub
2020-06-30Remove some stale pragma warning disables (#38551)Stephen Toub
2020-06-26Fix CA1805 for unnecessary initialization of fields (#38410)Stephen Toub
2020-06-25Remove lots of NoWarns from .csproj files (#38161)Stephen Toub
2020-06-23Add Netcoreapp ridless config to System.Private.Uri And System.Private.Xml (#...Anirudh Agnihotry
2020-06-20[libraries] Properly skip thread failing WASM tests (#38089)Mitchell Hwang
2020-06-19Stop ignoring CS1573 in multiple projects (#38094)Stephen Toub
2020-06-19Change Activity Default IdFormat to W3C (#37686)Tarek Mahmoud Sayed
2020-06-18Add support to map test support files to wasm vfs in WasmAppBuilder (#37938)Santiago Fernandez Madero
2020-06-18Fix nullable annotation on IEnumerator.Current (#37969)Stephen Toub
2020-06-17Fix XML .tt/.ttinclude files to match sources (#37771)Krzysztof Wicher
2020-06-17Nullable: System.Xml, part 4 (schema) (#37724)Krzysztof Wicher
2020-06-17[libraries] Add ConditionalFact to wasm failing tests (#37822)Mitchell Hwang
2020-06-17Remove some stale nullable suppressions / TODOs (#37978)Stephen Toub
2020-06-03Merge pull request #37182 from krwq/nullable-xml-3Krzysztof Wicher
2020-06-03Apply code fixes from recently added analyzers (#36097)Prashanth Govindarajan
2020-06-02apply feedbackKrzysztof Wicher
2020-05-30Nullable: System.Xml, part 3Krzysztof Wicher
2020-05-19Checking strings against length seem to have better perf (#36443)Youssef Victor
2020-05-19Prefix protected fields with underscore for the internal XmlRawWriter (#35759)Roman Marusyk
2020-05-15Fix argument exception warnings on runtime (#35717)buyaa-n
2020-05-12Apply CA1835 - Prefer memory overloads for Stream.ReadAsync/WriteAsync (#35941)Carlos Sanchez Lopez
2020-05-12Merge pull request #35683 from krwq/nullable-xml-2Krzysztof Wicher
2020-05-11Adding unit test to provoke exception using Sch_WhiteSpaceRestriction… (#35...mrj001
2020-05-01Strip the ILLinkTrim.xml file from System.Private.Xml (#35547)Eric Erhardt
2020-05-01Nullable: System.Xml, part 2Krzysztof Wicher
2020-04-30Invalid derivation of fixed fractionDigits (#34973)mrj001