summaryrefslogtreecommitdiff
path: root/src/binder/assemblybinder.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-116/+106
2018-08-24Very small cleanup of various comments and code formatting (#19665)Vitek Karas1-12/+0
2017-08-17Fix AssemblyName(string) constructor's version parsing (#13373)Koundinya Veluri1-27/+55
2017-05-10Allow users to enable automatic NI bind fallback via command-line (#11485)Jonghyun Park1-2/+2
2017-05-03Fix Binder NI to IL fallback (#11341)Steve MacLean1-6/+11
2017-04-27[WIP] Enable binding to CoreLib as NI image (#11040)Gaurav Khanna1-16/+11
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-8/+8
2016-05-20Enable overriding of TPA assembliesGaurav Khanna1-3/+7
2016-05-17Revert "Enable overriding assemblies from TPA"Gaurav Khanna1-7/+3
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-13/+13
2016-05-15Enable overriding assemblies from TPAGaurav Khanna1-3/+7
2016-03-22Delete legacy netcf compat support (part 2)Jan Kotas1-77/+24
2016-03-09Delete dead codeJan Kotas1-8/+8
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)1-1/+10
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-21Add support for AssemblyResolution when an assembly is not found in a given L...Gaurav Khanna (CLR)1-8/+4
2015-11-11Fix a couple of issues involving assembly loadingKoundinya Veluri1-2/+16
2015-10-07correct word spellingあまみや ゆうこ1-1/+1
2015-09-30Merge pull request #1651 from kouvel/TpaPktFixKoundinya Veluri1-9/+1
2015-09-30Remove the need for the PKT to match when binding to an assembly on the TPA listKoundinya Veluri1-9/+1
2015-09-25Use PathString type to allocate large path strings on linux scenario.Lakshmi Priya Sekar1-4/+1
2015-09-09Allow loading assemblies on the TPA list without specifying a versionKoundinya Veluri1-38/+10
2015-08-24Run code under long paths on UnixJeremy Kuhne1-3/+3
2015-04-29Fix warnings introduced by crossgenJohn Chen (CLR)1-0/+2
2015-04-01Fix next round of warning typesJan Vorlicek1-62/+1
2015-02-04Fixed typosPascal Borreli1-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2082