-
add cli like: `dotnet new corewebforms`, so developer can setup a corewebforms projects quickly, and give a try to CoreWebForms, this will simplify the porting process.
-
### Is your feature request related to a problem? Please describe.
While launchsettings is created by some project templates, it's hard to add it retroactively to a project. The SDK should ship a lau…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
When the container runtime is not healthy, Aspire retries forever with no delay, eventually e…
-
### URL
https://dotnet.microsoft.com/en-us/learn/aspnet/microservice-tutorial/docker-image
### Operating system
Windows
### More information about your system
Windows 10 Pro 22H2
x64
### Descri…
-
### Library name and version
Azure.AI.FormRecognizer 4.1.0
### Query/Question
Goal: use custom extraction model in C# .NET console app:
```c#
var config = GetConfigurationRoot("");
var docIn…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
I have an Aspire app running two hosts and three containers:
```
1. Kafka+UI
2. RabbitMQ+UI
…
-
- [ ] Remove Swashbuckle.AspNetCore as it gets removed with >= NET 9 ( https://github.com/dotnet/aspnetcore/discussions/58103 )
- [ ] Add the new OpenApi dependencies
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Starting an aspire project (that worked just two days ago) now fails with:
```
failed to co…
-
### Type of issue
Other (describe below)
### Description
The enum values state/imply that the effect is applied on "subsequent opening of the file". This is not correct because the value can cause …
-
**Is your feature request related to a problem? Please describe.**
At the moment, it looks like it's not possible to read `RecordBatch`es of `Timestamp`s:
```csharp
using Apache.Arrow;
using Mic…