v1.1.0
- InheritDoc processing is now disabled by default for debug builds. It can be explicitly enabled with the
InheritDocEnabled
MSBuild property. - The assembly resolver has been rewritten to create a proper closure over the reference assemblies from the build target. The previous version still allowed assemblies from the MSBuild host to be resolved, creating potential mismatches between the reference and the resolved assembly.
- Member matching logic has been relaxed to allow name-only matches on
modreq
andmodopt
types since these are now commonly used to support C# features and are matched only by name there.
*Due to a packaging glitch, I had to re-publish to NuGet, which required a version number bump. There was no code change from v1.1.0 to the 1.1.1 package version on nuget.org.