Alex Crome

Results 110 comments of Alex Crome

My original mistake was that I expected this to be usable on Publishing as well as packable, so added the following to my `Directory.Build.Targets` file ```xml true ``` The project...

My org has a number of packages with metadata configured along the lines of ```xml Acme Inc Team Name ``` In my view it would make more sense to base...

Sorry for missing this @danielpalme . Not sure I'm allowed to share my files I'm afraid. That said, I do believe I have a variant of the the same duplicate...

Seems to be some element of timing. If I press ctrl+c in the first few seconds, it doesn't take effect. But if I press `ctrl+c` repeatedly, the cli will cancel...

Also if I wait 3 or 4 seconds before my first ctrl+c, then cancellation does get honoured.

I can still repo - `13.0.0+7512c2944094a58904b6c803aa824c4a4ce42e11`

This one I'm reproing on my personal machine, so using nuget.org. Just to check, are you running this somewhere with a lot of subdirectories. (e.g. your user profile, with say...

It definitely seems related to my working directory. `aspire run` seems ok, if I ctrl+c immediately after starting, it takes a few seconds, but then immediately quits. But with aspire...

Some of those feel a bit messy, but you could perhaps encode that via a helper extension method. i.e. instead of ```cs .WithIconSource(IconSource.NerdFonts) .WithIconName("nf-dev-postgresql"); ``` have ```cs .WithNerdFontIcon("nf-dev-postgresql"); ```

Here is a slightly more egregious example of noise - this comes from the build server where it's pulling container images for the first time, and so has a lot...