Posts
Sort by recent activity
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...
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]...