Jonny Bekkum

Results 12 issues of Jonny Bekkum

As described on [EF Core Advanced Performance Topics](https://docs.microsoft.com/en-us/ef/core/performance/advanced-performance-topics) the DbContext could/should also be configured with EnableThreadSafetyChecks(false). ``` public EntityFrameworkCoreNoChangeTrackingBencher(string connectionString) : base(e => e.SalesOrderId, usesChangeTracking: false, usesCaching: false) { var...

RawBencher.csproj does not compile a new clone of repository as there is checks for packages that no longer exist in packages folder. In my new clone of repository and using...

The Quick start sample in Readme.md gives the impression that boolean parameter can be specified with either a true or false value. However my attemps have given the following: -...

Using EF Core 7.0.0-rc.2.22464.4 Database provider: Microsoft.EntityFrameworkCore.SqlServer IDE: VisualStudio 2022 v17.3.4 OS: Windows 11 Memory is still referenced for IdentityMap in StateManager after DbContexts have been returned to DbContextPool using...

customer-reported

Using EF Core 6.0.5 and Microsoft.Data.SqlClient 4.1.0 running in Azure AppService and SqlAzure database. After enabling DbContextFactory we se excessive memory usage in our application. The context pool is as...

type-bug
area-perf
Servicing-consider
customer-reported
area-query

i18n should also support ASP.NET Core on both .NET Core (netstandard1.6) and .NET 4.5.1 and higher (the same platforms supported by ASP.NET Core). These apps will always run in Kestrel...

Enhancement

also clean up the cache dependencies and remove System.Web.Caching from ITranslationRepository. ``` using System.Web.Caching; // TODO: this above dependency is unfortunate and should be removed. // That would involve a...

Feature Request

We use Jed (https://slexaxton.github.io/Jed/) for gettext/i18n in javascript on the client side and need a way of transferring translations for the clients language as JSON data. Thee is also several...

Feature Request

Hope I18N project will support OWIN pipeline without dependencies on the "old" IIS hosting/pipeline. This would also add support for self hosted apps.

Feature Request

Using EF Core 7.0.0-rc.2.22472.11 (also same in v7.0.0-rtm.22504.12) When JSon child object has a column named Id (f.ex of type Int) the materialization will throw: **System.ArgumentException**: 'Expression of type 'System.Object'...

type-bug
Servicing-consider
consider-for-current-release
customer-reported
area-model-building
area-json
punted-for-8.0