ValeraT1982 / ObjectsComparer

C# Framework provides mechanism to compare complex objects, allows to override comparison rules for specific properties and types.
MIT License
352 stars 86 forks source link

Reference not working (maybe VS issue) #15

Closed Gerardo-Sista closed 4 years ago

Gerardo-Sista commented 4 years ago

Hello, thank you for your library. I have a problem, I installed nuget package under a NETSTANDARD 2.0 class library project. It happens that in release mode your dll is copied into the bin\netstandard2.0\debug folder (and everything works fine). But in debug the dll is not copied into the bin\netstandard2.0\debug folder

I know maybe it is not related to your library but I never had this issue before. Can you please help me?

(I addded also a dummy variable to force compiler to use your library (Comparer dummycomparer;) but doesn't work).

Any help will be appreciated. Thank you.

VS2019 16.4.3 Community Edition

Gerardo-Sista commented 4 years ago

Was a VS issue, adding

true

solved the problem.

Thank you again! :)