Chet Husk

Results 587 comments of Chet Husk

@CesarD take a look at the in-repo docs here: https://github.com/dotnet/templating/blob/main/docs%2FBinding-and-project-context-evaluation.md

The `buildprops` and `buildtargets` templates should ship with 7.0.200 - thank you for the suggestion!

oh hey, @am11 I didn't realize you were a domain expert here. Do you have a sample IL classlib-style project that could be used as a base for a template?...

After talking with Angelos a bit, publish profiles are both _variable_ and _complex_ - we wouldn't make a template for a 'raw' publish profile, instead we might make one for...

Simply speaking, the engine wasn't designed for this and currently doesn't support it. As a workaround, the engine will allow you into install/use templates that have been installed from a...

I'm not convinced that this is a large enough problem for us to do - we should check the things mentioned [here](https://github.com/dotnet/templating/issues/3456#issuecomment-1097145359) before going any further with this. If there...

I very strongly prefer version 3! IMO the Package Owner is the data point that conveys trust, the Package Author is less interesting, especially for NuGet.org purposes (which search is...

> but we could find some sort of metadata for the nupkg that specifies that templates are there and can be used that way We already have `PackageType` metadata to...

FAKE automatically creates binlogs for most builds that are orchestrated through FAKE, and then reads the warnings/errors directly from the binlog to prevent any parsing issues. As a result, it...

In addition, for the May release we should finally ship a version of binlogs that are forward-compatible, so you could update to the version to be released then and then...