Arthur Vickers
Arthur Vickers
# January 19, 2023 ## Highlights ### .NET 8 and EF8 The highly requested feature [_Raw SQL queries for unmapped types_](https://github.com/dotnet/efcore/issues/10753) is now included in the 30+ enhancements ready for...
This is a port of #30080 Fixes #29952 **Description** The field `_idlePoolGroups` was being used outside the lock. **Customer impact** `ArgumentOutOfRangeException` exceptions when using Microsoft.Data.Sqlite, even without connection pooling. **How...
Instead, it is just ignored. Reference navigations will cause validation to fail. Code: ```C# public class Blog { public string? Name { get; set; } public virtual List Posts {...
We have reached 30,000 combined issues and PRs in this repo. Let's celebrate by posting words of thanks to the team and community! 
This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on,...
Today we are excited to share with you [the plan for Entity Framework Core 8](https://docs.microsoft.com/ef/core/what-is-new/ef-core-8.0/plan). This issue contains a quick summary of the plan and acts as a place for...
See the code added for event IDs and logger extensions in https://github.com/aspnet/EntityFramework/pull/8288
Microsoft.Data.Sqlite.SqliteException : SQLite Error 1: 'no such table: Data'. ``` Stack trace at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db) in /_/src/Microsoft.Data.Sqlite.Core/SqliteException.cs:line 64 at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements(Stopwatch timer)+MoveNext() in /_/src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs:line 499 at Microsoft.Data.Sqlite.SqliteCommand.GetStatements(Stopwatch timer)+MoveNext() in...
Split off from #22138. The released version doesn't work and the fix doesn't seem like it's going to be released anytime soon. Note: see test issue in https://github.com/dotnet/efcore/issues/27662. If we...
The following resource strings aren't used in tests: ### Core - [x] ArgumentPropertyNull - [ ] CannotConvertQueryableToEnumerableMethod - [x] CannotMaterializeAbstractType - [x] ComparerPropertyMismatch - [x] ContextDisposed - [ ] ExpressionParameterizationException...