David Hunter
David Hunter
Is there any intent to support mixed mode assemblies, those containing unmanaged code in il-repack? This would be very useful even if only one input assembly was allowed to contain...
Currently the header files in include/ipr, for example include/ipr/lexer are not in the CMakeLists.txt file. This means they do not appear in a generated Visual Studio project. If you do...
There seems to be a copy of the 32 bit libnethost.lib and header files inside ExcelDna.Host. An alternative would be to reference them from the SDK install tree. I don't...
Hi this is a suggestion to simplify the build process and make it work better for multi targeting. Rather than embed the c# Assemblies in the output DLL/XLL of the...
This is a possible implementation of issue #396
I have a project that creates a NuGet package and it all works as expected. However I did just notice that the .nupkg file gets overwritten every time I do...
Hi, Currenly the test programs include stuff before they include the header of the view they are testing I.E. ``` #include #include #include #include "tl/chunk.hpp" #include "tl/to.hpp" #include "tl/enumerate.hpp" ```...
Note I'm pretty new with ranges and concepts so I may be doing something dumb. This is with VS 17.1 Preview 2. I have used zip_view for a few things...
I recently ran into the error `"ILMerge.Merge: The assembly 'Foo' was not merged in correctly. It is still listed as an external reference in the target assembly."` There are a...
As far as I know ILMerge does not accept mixed mode assemblies, those containing unmanaged code. I have some assemblies created using C+/CLI and would like to merge them. I...