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
2021-07-06Revive #48505 (#54914)Viktor Hofer
2021-06-30Remove some redundant / unused binplace directories (#54890)Eric StJohn
2021-06-29Add NetCoreAppCurrent configuration to libs (Phase 1) (#54544)Viktor Hofer
2021-06-22ArPow stage 1: local source-build infrastructure (#53294)Michael Simons
2021-06-21Allow mono samples to build and run again (#54089)Aleksey Kliger (λgeek)
2021-06-11Update dotnet SDK to 6.0 Preview 4 (#53808)Viktor Hofer
2021-05-26Generate targets files that throws for unsupported netstandard applicable tfm...Viktor Hofer
2021-05-26Disable workload resolver until we support it (#53226)Viktor Hofer
2021-05-20React to MSBuild Traversal and NoTargets SDK updates (#52895)Viktor Hofer
2021-05-19Stop reading TargetFramework prop in props files (#52897)Viktor Hofer
2021-05-14Move copy of Crossgen2 tasks/targets to runtime repo and build composite imag...David Wrighton
2021-04-30Add Infra for porting lib only packages to use dotnet pack instead of pkgproj...Anirudh Agnihotry
2021-04-19Fix ./build.sh --portableBuild falseOmair Majid
2021-04-15Create a nuget package for RuntimeConfigParser (#51240)Fan Yang
2021-04-14Simplify mibc usage in the build (#50536)David Wrighton
2021-04-12Use nuget standardized properties (#51014)Viktor Hofer
2021-04-03Make Microsoft.NETCore.Platforms pack from CSProj (#50468)Eric StJohn
2021-03-19Introduce `iossimulator` RIDs, and convert as needed (#49305)Jo Shields
2021-03-19Enable the latest managed pgo data (#49793)David Wrighton
2021-03-18Remove arcade packaging workaround (#49613)Viktor Hofer
2021-03-17Add msbuild task to generate binary runtimeconfig format (#49544)Fan Yang
2021-03-03Remove Deterministic setting which is already the default (#49021)Viktor Hofer
2021-03-02Fix Armel crossgen failing during pack (#45058)Thad House
2021-03-01Fix crossgen2 shared framework name and clean-up (#48917)Viktor Hofer
2021-02-25Remove duplicated ILLink PackageReference and update target version of the SD...Viktor Hofer
2021-02-23Revert "Fix installer build on Alpine (#48505)" (#48651)Viktor Hofer
2021-02-23Fix installer build on Alpine (#48505)Adeel Mujahid
2021-02-23Set nuspec packaging properties correctly (#48625)Viktor Hofer
2021-02-22Delete publish-final.proj and clean-up installer.tasks unused files (#48598)Viktor Hofer
2021-02-17Update incremental servicing condition for pkgs (#48330)Viktor Hofer
2021-02-13Move corehost under src/native (#48071)Adeel Mujahid
2021-02-10Fix DisableSourceLink value (#47931)Viktor Hofer
2021-02-08Add Mac Catalyst (iOS API, Mac ABI) runtime (#47823)Jo Shields
2021-02-05Remove the src/mono/netcore directory, move its contents to src/mono. (#47847)Zoltan Varga
2021-01-22Disable sourcelink locally consistently (#47297)Viktor Hofer
2021-01-15Remove all dependencies on the old sharedfx tooling. (#47015)Jeremy Koritzinsky
2021-01-06set BuildingInsideOfficialBuild (#46615)Anirudh Agnihotry
2021-01-05move netcore platforms and targets to csproj (#46474)Anirudh Agnihotry
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-09Remove hardcoded paths to *AppBuilder task dlls (#45838)Alexander Köplinger
2020-12-08December infra rollout - remove duplicated 'src' from coreclr subrepo (src/co...Tomáš Rylek
2020-12-04Use NetCoreAppToolCurrent TFM for *AppBuilders (#45591)Alexander Köplinger
2020-11-19Consolidate RID and native file naming in MSBuild scripts (#43804)Adeel Mujahid
2020-10-08Add initial support for Apple Silicon (#40435)Steve MacLean
2020-10-01Add an option to keep native debug symbols (#39203)Omair Majid
2020-09-29[Android] Make AndroidAppBuilder "dotnet build" friendly (#42597)Egor Bogatov
2020-09-18Fix handling of repo analyzers and warnings-as-errors (#42272)Stephen Toub