Přemek Vysoký
Přemek Vysoký
Does not seem to 100% work: https://github.com/dotnet/dotnet/pull/1147 or https://github.com/dotnet/dotnet/pull/1139
I verified in the logs and we're preventing several PRs per day from opening now
Okay, it seems to work fine. The suspected PRs actually had other changes in them (other package bumps)
@danmoseley the reason was that Entra applications do not respect nested groups so only the top-level members in a group get the permission. However, I can see the SG you...
@Meir017 @flcdrg this one I believe is now one of the largest shortcomings of the library at the moment.
> is this correct? Yes
Agreed that `Conditioned` has gotten quite messy. There are two places where we store the actual values inside (`Definition` and `Definitions`) and it has to do with how it has...
Thanks for the suggestion. This is something that could be interesting. I wonder what is the full set of cases when this can be used: - No default value -...
Maybe we just need a method on the `variables` member which would accept job/stage/step names? So instead of `variables["foo"]` we would have `variables.FromStep(..)`? Or maybe we extend the `VariableReference` so...
I wonder how would this be built into the dev workflow. I think a pre-commit hook is too aggressive but maybe I haven't had a good one. Once you reach...