-
# Context
One of the friction points that we have around databases in .NET Aspire is that for local development we don't automatically create the databases for the user. In deployment scenarios we of…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
If we create a React and ASP.NET Core project with Typescript in Visual Studio and pres…
-
# Trending repositories for C#
1. [**Unity-Technologies / megacity-metro**](https://github.com/Unity-Technologies/megacity-metro)
__Megacity-Metro: a thrilling shooter game, using…
-
Subscribe to this issue and stay notified about new [weekly trending repos in C#](https://github.com/trending/c%23?since=weekly)!
-
**REGRESSION INFO:** Work in Aspire 8.2.1
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 8.0.402
3. Install Aspire 9.0 RC1 [9.0.0-preview.4.24479.1]
**REPRO STEPS**
1.…
-
`CancellationTokenSource` guidance recommends disposing of the CTS once it is no longer used. However, after disposal the `Token` property throws `ObjectDisposedException` when accessed:
https://gi…
-
The following test failed in one of my PRs. Looked unrelated to my change, but its also only occured once so creating this issue to track.
https://github.com/dotnet/aspire/blob/cc9c8f3e657fb19b02cb…
-
When looking at traces, it's hard to back track to the original information when trying to track down a potential problem:
This is because HTTP client is the one creating the activity and the s…
-
Subscribe to this issue and stay notified about new [daily trending repos in C#](https://github.com/trending/c%23?since=daily)!
-
### Describe the feature.
#### Is your feature related to a problem? Please describe.
I want to enable transactional sessions in an existing application which uses EFCore 8. I'm using DbContext [p…