Different scenarios when a referenced assembly in .NET Core project won't be loaded

53 Views Asked by At

I know for example if any type in a referenced assembly is used by the project this assembly won't be loaded.And this reference is used in the build time(for example using a constant in that assembly).Can you please enumerate the different scenarios when we use a referenced assembly and it is not loaded by the project like the example of the constant that I gave. and what we call this type of dependencies please.

0

There are 0 best solutions below