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-02-10Move DllImportGenerator to use DisableRuntimeMarshalling for its blittable cl...Jeremy Koritzinsky
2021-09-28Enable running analyzers on DllImportGenerator and Microsoft.Interop.SourceGe...Elinor Fung
2021-09-15Merge branch 'main' of https://github.com/dotnet/runtime into merge-mainJeremy Koritzinsky
2021-08-11Make sure rid specific libs projs get packaged (#57193)Viktor Hofer
2021-08-10Automatically generate .NETStandard compat errors (#57057)Viktor Hofer
2021-08-09Move corehost.proj to corehost directory (#57036)Adeel Mujahid
2021-08-06Fix duplicate license files in msi packages (#56959)Steve Pfister
2021-08-06Clean-up pkgproj leftovers in libs and apply fixes (#56899)Viktor Hofer
2021-07-29Merge branch 'main' of github.com:dotnet/runtime into feature/use-dllimport-g...Jeremy Koritzinsky
2021-07-06port system.diagnostics.performanceCounter (#55134)Anirudh Agnihotry
2021-06-11Merge remote-tracking branch 'upstream/main' into HEADElinor Fung
2021-05-26Generate targets files that throws for unsupported netstandard applicable tfm...Viktor Hofer
2021-05-10Basic infrastructure to enable DllImportGenerator (#52486)Elinor Fung
2021-01-08Glob include files based on project extension (VS) (#46702)Viktor Hofer
2020-12-31Allow incremental servicing of packages and more packaging infra cleanup (#46...Viktor Hofer
2020-12-28Avoid deferred Arcade importing (#46397)Viktor Hofer
2020-12-25Consolidate packaging properties (#46331)Viktor Hofer
2020-12-23Set IsPackable and validate PackageDescription (#46329)Viktor Hofer
2020-12-22Inline package descriptions and remove descriptions.json files across the rep...Viktor Hofer
2020-12-17Add Wasm AOT steps into WasmApp.targets (#46081)Steve Pfister
2020-12-15Updating darc dependencies and enabling closure (#45781)Anirudh Agnihotry
2020-11-13Fix trimming linker tests (#44613)Santiago Fernandez Madero
2020-10-08Add a new net6.0 TargetFramework (#42709)Anirudh Agnihotry
2020-08-15Update analyzers and various fixes to be able to build with latest RC1 SDK (#...Santiago Fernandez Madero
2020-06-08Allow individual projects to override LangVersion (#37512)Eric Erhardt
2020-05-04Enable dotnet test in libraries (#35285)Viktor Hofer
2020-04-28Remove GeneratedAssemblyInfoFile workaround (#35558)Viktor Hofer
2020-03-21Fix LangVersion for C# projects (#33868)Stephen Toub
2020-03-15Fixing the sourcelink failure for embeded files (#33521)Anirudh Agnihotry
2020-03-04Move MSBuild projects out of the native build scripts (#31701)Jeremy Koritzinsky
2019-12-13Local live-live builds (#494)Jeremy Koritzinsky
2019-12-01Converge common msbuild properties and targets (#338)Viktor Hofer
2019-11-14Initial runtime repository structuredotnet-bot