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
2022-05-23Fix native sourcelink support (#69598)Juan Hoyos
2022-03-17Surface native sourcelink on CoreCLR native PDBs for easier dump debugging (#...Juan Hoyos
2022-03-04Run trim analyzer (#65870)Sven Boemer
2022-02-24sfx+oob split, shim project refactoring, P2PsViktor Hofer
2022-02-17Avoid additional AssemblyInfo output file (#65465)Viktor Hofer
2022-02-12Don't use Targets* helper properties in libs (#64500)Viktor Hofer
2021-06-08Add PlatformNeutralAssembly property for targeted builds of cross platform as...Buyaa Namnan
2021-04-20Refactor build to use SupportedOSPlatforms instead of IsWindowsSpecific (#51450)Jeff Handley
2021-04-15Don't call into unsupported APIs on build targets which don't support quic (#...Marek Safar
2021-04-05Update ref assemblies libraries unsupported on mobile (#50616)Marek Safar
2021-03-31Resolve unknown platform name warnings (#50193)Buyaa Namnan
2021-03-25Include the iOS, Android, and macCatalyst supported platforms (#50143)Jeff Handley
2021-03-18Annotate System.Diagnostics.Process APIs throwing PNSE on iOS/tvOS (#49354)Maxim Lipnin
2021-02-26Refactor how we generate some assembly attributes. (#48766)Eric StJohn
2021-02-19Annotate framework assemblies as trimmable (#48428)Sven Boemer
2021-02-04 Update the analyzer version in runtime and enable the TFM attributes on brow...Buyaa
2020-12-28Avoid deferred Arcade importing (#46397)Viktor Hofer
2020-12-15Make EventLog work without .NETFramework (#45884)Eric StJohn
2020-12-15Enable Supported attributes from sdk for non browser build, fix related warni...Buyaa
2020-11-26Handle unsupported browser warnings (#43363)Buyaa
2020-11-06Use targetPlatformMoniker for net5.0 and newer tfms (#43965)Anirudh Agnihotry
2020-10-17Fix new warnings (#43097)Buyaa
2020-08-13[browser] Mark APIs as unsupported on browser (#40612)Maxim Lipnin
2020-08-05Mark System.Security.Cryptography.OpenSsl as unsupported on Windows, fixes #4...Adam Sitnik
2020-08-05Mark existing Windows-specific APIs without a version number, fixes #40095 (#...Adam Sitnik
2020-08-05Rename MinimumOSPlatformAttribute and RemovedInOSPlatformAttribute (#40371)Adam Sitnik
2020-07-17mark Windows-specific APIs as such (#39265)Adam Sitnik
2020-07-14Add NeutralResourcesLanguageAttribute to corefx libraries (#39135)Tarek Mahmoud Sayed
2020-05-04Enable dotnet test in libraries (#35285)Viktor Hofer
2020-05-02Fix CoreCLR incremental builds (#35732)Jan Kotas
2020-04-25CoreCLR versions cleanup (#35327)Jan Kotas
2020-03-28.NET Core to .NET branding changes (#33694)Jan Kotas
2020-03-15Fixing the sourcelink failure for embeded files (#33521)Anirudh Agnihotry
2019-11-09Cleanup MSBuild conditional operators to be all in lowercase (dotnet/corefx#4...Santiago Fernandez Madero
2019-10-29Prepare corefx for repo consolidation (dotnet/corefx#42175)Viktor Hofer
2019-03-03Project msbuild syntax cleanup (dotnet/corefx#35686)Viktor Hofer
2019-02-22Use the .NET Core product version for informational version description (dotn...Jan Kotas
2019-02-19Fix product name included in the binaries (dotnet/corefx#35408)Jan Kotas
2019-01-29Remove buildtools imports from Directory.Build.* (dotnet/corefx#34001)Eric StJohn
2019-01-18Renamed Microsoft.VisualBasic to Microsoft.VisualBasic.Core (dotnet/corefx#34...Fred Silberberg
2018-10-29Fix a couple typos in commentsWes Haggard
2018-10-29Switch to arcade versioningWes Haggard