greuelpirat / DeepCopy

Inject deep copy constructors into C# types
MIT License
13 stars 3 forks source link

Does not work on dotnet core 2.2 #19

Closed s-krawczyk closed 4 years ago

s-krawczyk commented 4 years ago

Tried to use it on dotnet core. But without success. Your tests in AppVeyor are executed by full framework not dotnet core. when you try to run this by dotnet.exe all fails. found it in my project. Spent some time to investigate and here is the result. Can you try it?

image

greuelpirat commented 4 years ago

hm. my test run had no fails:

image

I know the build-tests are incomplete. But I was just happy to make work :-)

s-krawczyk commented 4 years ago

That's strange. I can reproduce this on build agents. Other people computers etc.. Any proposition how we can investigate this?

greuelpirat commented 4 years ago

first I will try to get the core-tests running on AppVeyor. I will have a look this weekend.

greuelpirat commented 4 years ago

I have updated the build and the tests run now for core as well. and are successful.

greuelpirat commented 4 years ago

I close this