I want to use only the adapter dictionary from Castle Core 2.5.2 in an old application that already uses Castle Core 1.2. Is there a way to get around the common parts of these libraries, except compiling only the dictionary from the source?
I will try to upgrade Castle.Core to 2.5.2 first, but your problem is that it will drag other dependencies. You can try compiling the DictionaryAdapter from the source, it is pretty independent of the rest of Castle.Core, so this should not be a big problem.
VS2010, ilmerge, DictionaryAdapter, , , Castle.Core.Smtp : Castle.Core.dll 2.5.2.0 Castle Castle252, Castle.Core 1.2.0.0 -
DictionaryAdapter
Castle.Core.Smtp
Castle.Core.dll
Castle
Castle252
Castle.Core
.NET?
Source: https://habr.com/ru/post/1784569/More articles:How to use a 32-bit COM object from a 64-bit process? - javaRedirectFromLoginPage() не обновляет User.Identity.Name - asp.netInstalling gdal-config on my Linux - gdalSmall refactoring in a Java Swing application causes a significant slowdown - javaComparing list items - typesjava- choosing the execution time of a block of code - javaConverting a byte array from small to large or vice versa - endiannessHow to close iPad application in Objective-C? - iphoneExecute a batch file in C # - c #How to import the source code of an Android application project into Eclipse? - androidAll Articles