Henry Zhao
Henry Zhao
I'm still seeing the same issue with 6.0.401. When passing in: ``` dotnet pack foo.csproj --no-build --no-restore -o C:\tmp -c Release /p:NuspecFile=foo.nuspec -p:NuspecProperties=\"Version=1.0.41566;configuration=Release;Id=Foo;Description=Foo\" ``` I receive the following error: C:\Program...
Seconded: I've also come to the realisation today that the database call within the `IsUserHandleOwnerOfCredentialIdAsync callback` of the example in the README is redundant since as you mentioned, the UserHandle...
Seeing the same as @gnarroway-bullish with v2.9.5+f943664 where: * `suspend: false` in git does not appear in the desired Argo CD manifest * `suspend: true` in git syncs as `suspend:...
/remove-lifecycle stale
I am getting this error with `passCredentials: true` (and I need it). I've got an app-of-apps containing Foo API where passCredentials is set, and the subchart links to the external...
Love the support for opaque Kubernetes secrets to be imported into ACM. However, we use cert-manager to generate TLS Kubernetes secrets, and we have to build our own translation layer...
Also having this issue on v2.9.5+f943664, where the sync was happy when the desired manifest has `resources.limits.cpu: 1000m` and the live manifest has `resources.limits.cpu: '1'`. But something made it unhappy...
Based on this comment, it's intentional. ``` // We do not represent any of the "counter" style .NET meter types as counters because // they may be re-created on the...
Just saw this too: https://github.com/prometheus-net/prometheus-net/issues/462#issuecomment-1869113970
Hi @sandersaares, just wondering if you knew how to add .NET 9 support to the Azure Pipeline? I'm hoping you manage it 🤞