You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into an issue where the DeepClone it seems to be cloning static fields, is this intentional? I can't see why you would ever clone a static field as all instances will be updated.
We ran into an issue where the DeepClone it seems to be cloning static fields, is this intentional? I can't see why you would ever clone a static field as all instances will be updated.
Issue seems to be here:
fasterflect/Fasterflect/Fasterflect/Extensions/Services/CloneExtensions.cs
Line 65 in 41be82c
Seems like Flags.StaticInstanceAnyVisibility should be Flags.InstanceAnyVisibility instead.
The text was updated successfully, but these errors were encountered: