-
**REGRESSION INFO**: Also reproduced on VS 17.10.0 Preview 4 [including .NET Aspire 8.0.0-preview.5.24201.12]
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install VS 17.10.0 Preview …
-
If creating a `HttpClient` in `WASM` mode, the endpoint remains unchanged like `apiservice` and never gets replaced with the real value when running in the browser. Works fine in `InteractiveServer` …
-
I implemented the following in the Program.cs of the AppHost project. Then the dashboard looks like the image.
```
var builder = DistributedApplication.CreateBuilder(args);
var cache = builder.…
-
## Bug Report
I've been trying to install using install.sh and with the operator-sdk, the last one reports all when well but in both case I end up with:
```
Normal RequirementsUnknown 27m …
-
# Chapter Overview
Linkerd's architecture is made up of two distinct pieces. The data plane, which you learned about in the last chapter, and the control plane which is covered in this chapter.
…
-
**What happened**:
Deployment definition using Manifest ([components.yaml](https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.4/components.yaml) file from Release page) and Helm…
-
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install VS 17.10 GA FB
- Web workload
- Includes Aspire 8.0.0
3. Install Aspire 8.0.1 workload
- Apply feed for Asp…
-
In .NET Aspire preview 5 and 6 the following behavior was observed with the starter template project with the following modification inside the AppHost `Program.cs` file:
```
var apiService = buil…
-
### What happened?
We have observed a situation that looks to be a race condition whereby we have a watch on `CustomResourceDefinitions` and when we see an `added` event for a new one, we perform a l…
-
```kotlin
@Composable
fun CoverImage(albumRelativePath: String, modifier: Modifier = Modifier) {
var imageBitmap by remember { mutableStateOf(null) }
imageBitmap?.let {
Image(bitm…