Skip to content

Fix problems when adding ConfigSections #214

@craigfowler

Description

@craigfowler

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

No one assigned

    Labels

    bugSomething is not working and should be fixedbuild/devopsRelates to the way that the project is built, packaged, tested, or similar

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions