Richard Szalay

Results 21 issues of Richard Szalay

#61 has shown that VS's publish codepath can cause problems when not using autopublish. Hopefully it's only limited to `Web$(Method)Publish`, but we should test all of the features anyway.

From #18 > Having spoken with @jeneaux, it would be good to document a third use case of " including a single set of files from outside the solution root"....

Add a test case that ensures the project works with the new csproj file format

When the Web.config file is excluded from publish, the Helix transform contains two copies of the default (ie. Web.Debug.config) transform. Specifically WPP's `WebConfigsToTransform` ends up with duplicate entries for `Web.config`...

While putting together #20, it became painfully clear that the existing build system needs some serious upgrades. There are a few major issues with the build system today: * It...

Profiles (essentially "host file fragments") would allow entire blocks of IP addresses to be saved and applied/removed from the system hosts file. Primary use case are swapping entire sets of...

Because writes to the hosts file aren't committed until `EndProcessing`, piping together write operations fail. For example, the following test fails `Set` re-reads the hosts file and doesn't find the...

The hosts format actually uses: 127.0.0.1 host.local alias1.host.local alias2.host.local - [ ] Add an Aliases property to HostEntry - [ ] Add a third parameter (`-Aliases`) to Add-HostEntry that can...

enhancement

Visual Studio's templating engine supports `$if$` conditionals in its files so it would be good to support them here. Is this something you'd be happy to accept a PR for?

enhancement