About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: ilmerge
ILMerge alternative with embedded resources for class library
In my previous post I pointed out how to implement the Jeffrey Richter alternative to ILmerge on WPF applications. Now I want to show you how to do this with class libraries using module initializers tool from Einar Egilsson. Again … Continue reading →
Posted in Development
|
Tagged .NET, asp.net, class libraries, class library, embedded resources, ilmerge, injectmoduleinitializer, jeffrey richter, public static void
|
Leave a comment
ILMerge alternative with embedded resources
We use ILMerge to merge a lot of assemblies to a single one for simpler deployment. The result is not compatible with Mono and has issues with WPF. “… ILMerge works only on Windows-based platforms. It does not yet support … Continue reading →
Posted in Development
|
Tagged AssemblyResolve, build action, DispatcherUnhandledException, embedded resource, ilmerge, Just-In-Time Debugger, mono, solution explorer, WPF
|
3 Comments