dataobjects-net icon indicating copy to clipboard operation
dataobjects-net copied to clipboard

Resolves #340 - Succeed removing backing field when backing field does not exist

Open yanismnsr opened this issue 1 year ago • 0 comments

I am in the same team as the person who created this issue : https://github.com/DataObjects-NET/dataobjects-net/issues/340. We thought the problem would disappear after migrating to .NET8 but we're still having it with version 7.1.1

The ORM seems to try weaving already weaved dlls. The problem occurs randomly in our solution. The solution everytime is to remove the obj folder, restore dependencies, and rebuild.

I'm wondering if telling the weaver that removing backing field is done successfully (which's made in this PR) when the field does not exist anyway would be a good solution ?

yanismnsr avatar Feb 05 '25 15:02 yanismnsr