Bouke Haarsma

Results 250 comments of Bouke Haarsma

@javiercn it doesn't work; the published file is named `.modules.json`. I'm now testing this workaround: ```xml $(AssemblyName).modules.json ```

I have added the following custom styles, which seem to work pretty ok: ```css p > div, li > div { display: inline; line-height: inherit !important; margin: 0 !important; padding:...

Not stale, just unresponsive maintainers.

Especially when things break, now with 1.5.1 to 1.6.0 where cli arguments seemingly have no effect on how clean-css is invoked.

After adding `PrivateAssets="all"` to the package reference, the repro is fixed: ``. However that didn't solve the problem, but was in fact a result of me trying to produce a...

Did you find a way around this issue, while still using a managed identity?

While waiting for official support, here's how you can achieve the same. Instead of calling `WithName`, you'd call `WithKey`. ```cs public static class AzureClientBuilderExtensions { public static IAzureClientBuilder WithKey( this...

Note that the current documentation doesn't mention this limitation.

The service connection is a service principal (there's a linked app registration).