-
#### Problem
We have run at least twice into issues by accidentally using the [AsyncEnumerator.MoveNextAsync](https://github.com/dotnet/reactive/blob/fefe75993de542bc8dc6e01287fce0956a6770ab/Ix.NET/So…
-
Probably arises from #1012
After upgrading all packages to latest 8.0.* with MSSQL, the project builds fine, but on running:
An unhandled exception occurred while processing the request.
SqlEx…
-
The `CsvWriter.WriteRecordsAsync` overload for `IAsyncEnumerable` creates an `IAsyncEnumerator` but does not dispose implementations not implementing `IDisposable`. When using EF Core with streaming r…
-
### Overview
To implement an IncrementalLoadingCollection, you need:
1. [IIncrementalSource](https://github.com/CommunityToolkit/dotnet/blob/main/src/CommunityToolkit.Common/IncrementalLoadingCo…
-
Would you like to use `System.Linq.Async` instead of `AsyncEnumerator`?
-
Hey!
**What happened**:
While running the .NET 8 application I got the error:
`Npgsql.PostgresException (0x80004005): 42P01: relation "configurations" does not exist`.
The error is thrown when…
-
Disclaimer: This might have been because I migrated posts manually, but I am not entirely sure. They seem to render completely fine in the UI from what I can see, but I am getting application exceptio…
-
I tried to start a query from an inline collection using `DbContext.FromExpression`. It is translates to SQL mostly correctly, but then the query is ordered by an `_ord` column that wasn't added to th…
-
### Package
Sentry.AspNetCore
### .NET Flavor
.NET Core
### .NET Version
8.0.8
### OS
Windows
### SDK Version
4.9.0
### Self-Hosted Sentry Version
_No response_
### Steps to Reproduce
Una…
-
When multiple requests are sent to the system at the same time,
There are 2 exceptions I received from the system
The fisrt:
Message: An exception has been raised that is likely due to a transie…