uon-nuget / UoN.ExpressiveAnnotations.NetCore

Annotation-based conditional validation library.
Other
29 stars 12 forks source link

#214 Concurrent validation using RequiredIfAttribute throws NullReferenceException #33

Open xhafan opened 1 year ago

xhafan commented 1 year ago

Fixing ExpressiveAttribute temporarily setting PropertyType to null on a shared attribute instance, causing other threads to throw NullReferenceException

xhafan commented 1 year ago

This is fixing this issue: https://github.com/jwaliszko/ExpressiveAnnotations/issues/214