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-08-11modifies flaky Microsoft.Win32 test (#40673)Maryam Ariyan
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-18Mark Obsoletions for .NET 5 (#39269)Jeff Handley
2020-07-17mark Windows-specific APIs as such (#39265)Adam Sitnik
2020-07-16Improve SuppressGCTransitionAttribute docs (#39410)Jan Kotas
2020-07-08Update license headers (#38793)Stephen Toub
2020-06-30Disable P/Invoke analyzer (#38550)Stephen Toub
2020-06-26Fix CA1805 for unnecessary initialization of fields (#38410)Stephen Toub
2020-05-11Use TargetFramework conditions consistently in libraries (#35956)Viktor Hofer
2020-05-06Change netcoreapp5.0 to net5.0 (#35176)Viktor Hofer
2020-05-04Remove TargetsNet* from the runtime repo (#35589)Anirudh Agnihotry
2020-04-28Remove Targets* instances from .props files (#35353)Anirudh Agnihotry
2020-04-25Use attribute Link syntax for Common files (#35436)Marcus Turewicz
2020-04-08Rename CoreFx.Private.TestUtilities and reference it in slns (#34656)Viktor Hofer
2020-02-19Update all issues in source code to point to runtime (#32349)Santiago Fernandez Madero
2020-02-14fixing the order of targetFrameworks to show appropriate files in the VS (#32...Anirudh Agnihotry
2020-02-14API review URL should be HTTPS, not HTTP (#32281)Levi Broderick
2020-02-11add fromPackage to exclude properties (#32063)Anirudh Agnihotry
2020-02-09Delete [SuppressMessage(...)] attributes for old/defunct/unused rules (#31966)Stephen Toub
2020-02-07Addressing Minor Cleanup (#31845)Anirudh Agnihotry
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-01-22Unify CoreLib interop files (#1914)Jan Kotas
2020-01-18More renames of full framework to .NET Framework (#1900)Jan Kotas
2020-01-18Address more issue numbers in the code (#1888)Stephen Toub
2020-01-16Change all ActiveIssues to use Uris instead of numbers (#1768)Stephen Toub
2020-01-11Annotate Microsoft.Win32.SystemEvents for nullable reference types (#1621)Stephen Toub
2020-01-04Fix Environment.UserInteractive on Windows (#1234)Dan Moseley
2020-01-03Move most of CoreLib interop under Common (#1247)Jan Kotas
2019-12-27Replace GetDirectoryNameOfFileAbove with GetPathOfFileAbove where possible (#...Jan Kotas
2019-12-16Remove usage of TargetGroup where possible (#899)Viktor Hofer
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-11-26Corrected spelling (#278)Stuart Lang
2019-11-14Fix test build of test project that referenced corefx shared corelib directly...Santiago Fernandez Madero
2019-11-14Fix CodeAnalysis.ruleset path (#35)Viktor Hofer
2019-11-13Update CoreLib path for consolidation (dotnet/corefx#42577)Viktor Hofer
2019-11-12Fix StyleCop rule SA1129 ("Do not use default value type constructor") (dotne...Stephen Toub
2019-11-11Bumping the assembly version to 5.0.0.0 (dotnet/corefx#41723)Anirudh Agnihotry
2019-11-09Cleanup MSBuild conditional operators to be all in lowercase (dotnet/corefx#4...Santiago Fernandez Madero
2019-10-27Remove versionless netstandard target group (dotnet/corefx#41984)Viktor Hofer
2019-10-24Fix non-netcoreapp buildsStephen Toub
2019-09-09Remove ProjectGUIDs from project files and Project and Name attributes from P...Viktor Hofer
2019-09-02Disable TimerElapsedSignaled (dotnet/corefx#40742)Viktor Hofer
2019-08-29changing netcoreapp targetframework from 3.0 to 5.0 and adding support for ta...Anirudh Agnihotry
2019-08-14Make many fields readonly or const across corefx (dotnet/corefx#40298)Stephen Toub
2019-08-08Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-08-01Enable several StyleCopAnalyzers (dotnet/corefx#39921)Stephen Toub
2019-07-12Fix allocations in SystemEvents (dotnet/corefx#39312)Jeremy Kuhne
2019-07-08Fix p/invoke declaration of GetUserObjectInformationW (dotnet/corefx#39285)Michal Strehovský
2019-06-19Disable InvokeOnEventsThreadRunsAsynchronously test on netfx (dotnet/corefx#3...Stephen Toub
2019-05-04Fix deadlock in SystemEventsTests.CreateTimerTests (dotnet/corefx#37426)Stephen Toub