fscheck / FsCheck

Random Testing for .NET
https://fscheck.github.io/FsCheck/
BSD 3-Clause "New" or "Revised" License
1.17k stars 156 forks source link

Merge PropertiesAttribute through nested types/modules #590

Closed kurtschelfthout closed 3 years ago

kurtschelfthout commented 3 years ago

Closes #394

Pretty easy change given we already had hierarchical merging of configuration through Properties/PropertyAttribute through Assembly -> Class -> Method level. At that point skipping any intermediate modules or types just seemed counter-intuitive.