Prepping for EF Core 6: Removed Z prefix to extension namespace

This commit is contained in:
Koen Bekkenutte
2021-11-05 05:30:35 +08:00
parent fa2e34c7bb
commit 3a065a3674
3 changed files with 3 additions and 7 deletions
@@ -1,6 +1,6 @@
using EntityFrameworkCore.Projectables.Infrastructure;
using EntityFrameworkCore.Projectables.Infrastructure.Internal;
using ZEntityFrameworkCore.Projectables.Infrastructure.Internal;
using EntityFrameworkCore.Projectables.Infrastructure.Internal;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using System;
@@ -12,11 +12,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
// The Z in the namespace is not a typo
// We need to make sure that this extension is registered last.
// see: https://github.com/dotnet/efcore/issues/26071
namespace ZEntityFrameworkCore.Projectables.Infrastructure.Internal
namespace EntityFrameworkCore.Projectables.Infrastructure.Internal
{
public class ProjectionOptionsExtension : IDbContextOptionsExtension
{
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using EntityFrameworkCore.Projectables.Infrastructure.Internal;
using ZEntityFrameworkCore.Projectables.Infrastructure.Internal;
using EntityFrameworkCore.Projectables.Infrastructure.Internal;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;