ILMerge and NHibernate?

210 Views Asked by At

I know I am not allowed to merge NHibernate to my "commercial" software but what with merging all assemblies required by NHibernate directly to NHibernate.dll?

1

There are 1 best solutions below

0
On BEST ANSWER

You might be able to do that, technically, but in most cases, embedding assemblies as resources is more likely to product working results than is using ILMerge.

Even the author of ILMerge admitted that he might have never written ILMerge if he had known how to do assembly embedding.

Much more detail at: https://stackoverflow.com/a/8964905/63225