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-07-08Update license headers (#38793)Stephen Toub
2020-06-09Enable calling get_runtime_delegate from app context (#37473)Sean Hall
2020-05-16Build an apphost with hostfxr and hostpolicy linked in (#36230)Vladimir Sadov
2020-05-08Revert "Build an apphost with hostfxr and hostpolicy linked in (#35368)" (#36...Santiago Fernandez Madero
2020-05-06Build an apphost with hostfxr and hostpolicy linked in (#35368)Vladimir Sadov
2020-04-08Single-File: Process bundles in the framework (#34274)Swaroop Sridhar
2020-03-28.NET Core to .NET branding changes (#33694)Jan Kotas
2020-01-15hostfxr_get_native_search_directories must fail when given command line for a...Vitek Karas
2019-11-22Update error on failure to execute when SDK could not be resolved (#163)Elinor Fung
2019-10-14Self contained component fx validation (dotnet/core-setup#8367)Vitek Karas
2019-09-07Use RapidJSON instead of Casablanca to parse JSON dataLeandro Pereira
2019-08-08Skip framework validation for secondary components loaded into a self-contain...Elinor Fung
2019-07-10Implement roll-forward policies for .NET Core SDK resolution. (dotnet/core-se...Peter Huene
2019-07-10Skip pal::realpath() error logging while probing directoriesLeandro Pereira
2019-06-06Avoid interwoven output in host context tests that run an app and (dotnet/cor...Elinor Fung
2019-06-05Specify calling convention for hostfxr/hostpolicy exports (dotnet/core-setup#...Elinor Fung
2019-05-29Add hostfxr_initialize_for_dotnet_command_line entry point (dotnet/core-setup...Elinor Fung
2019-05-26Move command line parsing into separate file (out of fx_muxer.cpp) (dotnet/co...Elinor Fung
2019-05-08Allow getting contract for previously initialized hostpolicy (dotnet/core-set...Elinor Fung
2019-05-06Native hosting: validate frameworks and properties when initializing secondar...Elinor Fung
2019-05-02Add host context-based entry points for native hosting (dotnet/core-setup#5859)Elinor Fung
2019-04-30Enable additional build warnings on Unix (dotnet/core-setup#6071)Omair Majid
2019-04-25Add trace flush to error writer propagation (dotnet/core-setup#6053)Vitek Karas
2019-04-24Remove the --roll-forward-on-no-candidate-fx from command line help (dotnet/c...Vitek Karas
2019-04-20Roll forward (dotnet/core-setup#5691)Vitek Karas
2019-04-14Move creating hostpolicy context and coreclr out of run functions (dotnet/cor...Elinor Fung
2019-04-12Split getting init info for app/lib into separate helper function from execut...Elinor Fung
2019-04-01Move files only used for hostpolicy under hostpolicy subdirectory (dotnet/cor...Elinor Fung
2019-03-29Refactor FX resolution into its own class (dotnet/core-setup#5582)Vitek Karas
2019-03-27FX resolution small cleanup (dotnet/core-setup#5544)Vitek Karas
2019-03-25Fix framework ordering if graphs (dotnet/core-setup#5542)Vitek Karas
2019-03-21Update licence info (dotnet/core-setup#5258)Nikita Potapenko
2019-03-20IJW Host (dotnet/core-setup#5185)Jeremy Koritzinsky
2019-03-09Split libhost.h into multiple headers and cleanup (dotnet/core-setup#5391)Vitek Karas
2019-02-28Update src/corehost/cli/fxr/fx_muxer.cppKathleen Dollard
2019-02-28Improve missing framework error messageSteve MacLean
2019-02-19Fix product name included in the binaries (dotnet/core-setup#5203)Jan Kotas
2019-02-13Simplify computation of oldest framework reference (dotnet/core-setup#5142)Vitek Karas
2019-02-12COM Activation host (dotnet/core-setup#4577)Aaron Robinson
2019-02-06Remove code duplication when enumerating framework locations (dotnet/core-set...Vitek Karas
2019-01-24Improves the URLs reported in errors from the host (dotnet/core-setup#5030)Vitek Karas
2019-01-02Fix usage message for `--roll-forward-on-no-candidate-fx` (dotnet/core-setup#...Vitek Karas
2018-11-10Introduce the component dependency resolution entry point. (dotnet/core-setu...Vitek Karas
2018-10-11Updating the help messages; modifying tests. (dotnet/core-setup#4632)John Beisner
2018-09-14Add graph support for multiple shared frameworks (dotnet/core-setup#4538)Steve Harter
2018-08-14Avoid extra search of multilevel dir when it is the same as dotnet root (dotn...Steve Harter
2018-06-02Move SDK resolution to separate fileNick Guerrera
2018-05-05Update the SDK muxer behavior (dotnet/core-setup#4118)John Beisner
2018-03-28Remove extra whitespace in host help output (dotnet/core-setup#3913)Steve Harter
2018-03-27Add support for framework-dependent apphost (dotnet/core-setup#3888)Steve Harter