-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething is not working and should be fixedSomething is not working and should be fixedbuild/devopsRelates to the way that the project is built, packaged, tested, or similarRelates to the way that the project is built, packaged, tested, or similar
Milestone
Description
When adding <configSections />
elements to the application configuration file, we must only ever add them at the beginning of the file. We cannot add them partway through.
This is a problem for ZPT-Sharp right now.
The current best solution is in this StackOverflow answer. It needs to be applied to all of the NuGet package transforms which create the configSections
element.
Metadata
Metadata
Assignees
Labels
bugSomething is not working and should be fixedSomething is not working and should be fixedbuild/devopsRelates to the way that the project is built, packaged, tested, or similarRelates to the way that the project is built, packaged, tested, or similar