How can we help you today? How can we help you today?
iblazhko-tw

Activity overview

Latest activity by iblazhko-tw

Merging assembly attributes
We use EntityFramework6 database-first approach, and have mappings defined in a separate assembly. I am trying to merge this mappings assembly into main assembly, without obfuscation, here is the s...
0 followers 0 comments 0 votes
Private field name is not mangled in merged assembly
I have following code in a dependency assembly:using AppDomainTest.Contracts; using AppDomainTest.Implementation2; using System; namespace AppDomainTest.Implementation3 { [Serializable&#93...
2 followers 3 comments 0 votes