-
Hello,
Thanks for this awesome package :)
Please I'm facing an issue when I call an api after each sms sent (success or failed), the sms sent but the api point never called,
Here my code :
```
…
-
in my aspire project : https://github.com/neozhu/cleanaspire
what should I do? Please give me some advice.
```c#
builder.Services.AddHttpClient("apiservice", client =>
{
// This URL uses "https+h…
-
### Describe the bug
When launching the AppHost with dotnet watch and applying a rude edit, the project has to restart.
After the restart any changes made to a blazor app, aren't shown on the browse…
-
Fetch event handler is recognized as no-op. No-op fetch handler may bring overhead during navigation. Consider removing the handler if possible.
assetsCache.ts:30 dotnet Loaded 21.94 MB resourcesThis…
-
# newrelic-k8s-metrics-adapter-apiservice Secret is not getting created
When you download Helm Template secret is missing
helm template newrelic-k8s-metrics-adapter newrelic-k8s-metrics-adapt…
-
Using this project https://github.com/dotnet/aspire/tree/main/playground/mongo/Mongo.AppHost, running dotnet watch and making 3 edits to this line https://github.com/dotnet/aspire/blob/8abcdf7c7c5e2f0…
-
**What happened**:
I ran:
helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/
helm upgrade --install metrics-server metrics-server/metrics-server
what I saw:
1)…
-
### Report
I installed keda in EKS 1.29 using helm chart via terraform, using the following snippet:
```
resource "helm_release" "keda" {
name = "keda"
namespace = "keda"
reposito…
-
ApiManager和ApiService这个类怎么没有呢?还是有点不太明白
-
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 8.0.401
3. Install Aspire 8.2.0
4. Install azd[1.10.1] and git[2.46.1]
**REPRO STEPS**
1. Open CMD, create an Aspire Start…