CZEMacLeod / MSBuild.SDK.SystemWeb

This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.
MIT License
151 stars 8 forks source link

Incorporated New BindingRedirect Generation #36

Closed leusbj closed 2 years ago

leusbj commented 2 years ago

This feature offers consuming projects to choose from "Preview", "Overwrite", and "None" behaviors

This is related to #34

CZEMacLeod commented 2 years ago

I've merged this in and released Version 4.0.77. I will need to use some of the same technique in the Razor Class Library SDK, but I want to understand more of how the feature is implemented in the core code to see if we can avoid the XmlPeek XmlPoke method used just now.