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-18Move hostfxr API comments into header file. (#38019)Sean Hall
2020-06-16Implement hdt_get_function_pointer (#37696)Sean Hall
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-04-08Single-File: Process bundles in the framework (#34274)Swaroop Sridhar
2020-01-15hostfxr_get_native_search_directories must fail when given command line for a...Vitek Karas
2019-07-10Implement roll-forward policies for .NET Core SDK resolution. (dotnet/core-se...Peter Huene
2019-06-05Specify calling convention for hostfxr/hostpolicy exports (dotnet/core-setup#...Elinor Fung
2019-05-30Add load_assembly_and_get_function_pointer (dotnet/core-setup#6494)Steve MacLean
2019-05-29Add hostfxr_initialize_for_dotnet_command_line entry point (dotnet/core-setup...Elinor Fung
2019-05-09Add support for call to Register/Unregister COM delegate (dotnet/core-setup#6...Aaron Robinson
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-06.NET Core WinRT Host (dotnet/core-setup#5527)Jeremy Koritzinsky
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-12COM Activation host (dotnet/core-setup#4577)Aaron Robinson
2018-12-19Host UI errors (dotnet/core-setup#4844)Vitek Karas
2018-12-05Add new export to hostpolicy and hostfxr to redirect error output (dotnet/cor...Vitek Karas
2018-08-16New hostfxr API to support new MSBuild SDK resolver scenarios (dotnet/core-se...Nick Guerrera
2018-06-02Move SDK resolution to separate fileNick Guerrera
2018-04-11Avoid logging to stderr when pal::get_symbol fails (dotnet/core-setup#4010)Steve Harter
2018-03-27Add support for framework-dependent apphost (dotnet/core-setup#3888)Steve Harter
2018-02-03Update doc for hostfxr_get_native_search_directories (dotnet/core-setup#3666)Steve Harter
2018-01-30Add native API to hostpolicy that returns the native probe dirs for ASP.NET (...Steve Harter
2017-09-11Add version.c file when building corehost on unix.Eric Erhardt
2017-05-09Adds long path support in the hostRama Krishnan Raghupathy
2017-05-03removing cwd for the lookup of shared fx and sdkRama Krishnan Raghupathy
2017-04-25Export SDK resolutionNick Guerrera
2017-02-27trace::flush() calls added.Caio Cesar Saldanha Maia Orejuela Kinelski
2016-07-18Revert "Merge pull request dotnet/core-setup#212 from schellap/sig-host"Senthil
2016-07-16Comments and struct fixesSenthil
2016-07-16Resource validation and hash calculationSenthil
2016-07-13Pipe through the muxer exe typesSenthil
2016-05-21Initial Cut of files brought over from CLI.Bryan