Jacob Viau

Results 138 comments of Jacob Viau

Is this a web application? When running C# web projects via f5, the web.config from your source is used directly and *not* the transformed web.config SlowCheetah puts in the output...

@dlee1964 I believe this issue and #69 are the same. I would like to point out slow-cheetah is not the correct place for XDT/XSD issues. Slow-cheetah uses XDT, but does...

@dlee1964 as far as it concerns slow-cheetah, these are the same issue. The differences between them are in areas slow-cheetah is not responsible for. The issue is with the project...

I think this could be a feature to have metadata that allows for custom transform names that map back to a configuration. Example: ``` xml web.config True Debug ```

I am not sure if we want to support this behavior officially in slow-cheetah. It is only a partial solution and introduces other issues such as #64

This is a tricky subject, and I am worried about our host making unilateral decisions on what is an "unhealthy" worker. For the original problem statement, I see two different...

Lets also get a review from @fabiocav if he has time.

While we do reference these older functions, this is a compile time reference only. At runtime, the host will be loading up to date versions of these DLLs, so there...

> Why not just add a framework reference and remove old Nuget packages We do not want to bring in the entire AspNetCore framework as that will adversely impact function...

Bringing in the full framework reference definitely could adversely impact cold start. We are also no longer bringing in the most minimal dependencies - which as a framework ourselves is...