Arthur Vickers

Results 139 issues of 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...

Servicing-approved

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 {...

type-bug
area-model-building

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! ![image](https://user-images.githubusercontent.com/1430078/211017615-afbab986-6fac-4f5c-b34b-39e7e38b8202.png)

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,...

type-enhancement
area-change-tracking
composite-issue

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

type-cleanup

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...

type-bug
area-test
area-adonet-sqlite

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...

type-enhancement
area-test
area-spatial
area-sqlite
consider-for-mq

The following resource strings aren't used in tests: ### Core - [x] ArgumentPropertyNull - [ ] CannotConvertQueryableToEnumerableMethod - [x] CannotMaterializeAbstractType - [x] ComparerPropertyMismatch - [x] ContextDisposed - [ ] ExpressionParameterizationException...

type-enhancement
area-test