Chris Blank

Results 8 comments of Chris Blank

yes. just the casual settings.json file in .vscode directory. we check it into git to provide every dev the same experience (same cops, ruleset and compile options).

on Implantation i see three possibilities: **1. Use two parameter sets** `Compile-AppInBcContainer -EnableCodeCop -rulesetFile [String] [...]` `Compile-AppInBcContainer -FromVsCodeSettings` If you use FromVsCodeSettings you can not define any of the other...

Sorry, lost focus of this topic. > How would you determine from where to load the vs code settings file? I would always use the .vscode/settings.json from Project Root. As...

i wanted to change as little as possible, hence the somewhat inelegant solution. your approach is of course better. but why shouldn't we automatically recognize the build system when loading...

@freddydk can you have another look on this?

Its about adding the module to the automation account. sorry about the bad wording. ![image](https://github.com/microsoft/navcontainerhelper/assets/18051656/328139c8-579a-4c31-9771-66402f8fa9d1) ![image](https://github.com/microsoft/navcontainerhelper/assets/18051656/f124163d-8352-4d68-bb65-36fa6bc8e43d) ![image](https://github.com/microsoft/navcontainerhelper/assets/18051656/bf67472c-0b40-4efc-9326-cf77670db41d) ![image](https://github.com/microsoft/navcontainerhelper/assets/18051656/9205273a-b0bf-4e47-837d-9b58433a06f6) or just click here: https://www.powershellgallery.com/packages/BcContainerHelper/ ![image](https://github.com/microsoft/navcontainerhelper/assets/18051656/2d26a5e7-d8cd-4f0a-8b03-1be4dec2798d)

actually it's only the container functions that have a problem with the current implementation. for example i only need the BC.SaasHelper, it works great without the whoami. Q1: would it...

Maybe we should start by adding an new alias to all command with a wrong verb. so we can do a soft migration. at some day we will change the...