c# - Strip migration resources from entity framework assembly -


i wondering if there way strip generated resources of entity framework migrations.

i have project 400 migrations , generated dll size 25 mb. seems migrations resources make of size.

it's not big deal when publish project online, have publish 3 instances (production, beta test , demo version). each instance have 5 associated webjobs depend on big assembly.

so in total have 6 * 3 * 25 = 450mb upload of data on slow connection migration.

if reduce size of assembly, publish process faster.

any idea ?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -