From f8032396de13c97cabdf20c83150bcea8dab562a Mon Sep 17 00:00:00 2001 From: Jordi Date: Thu, 14 Sep 2023 01:09:52 +0200 Subject: [PATCH] Make the method public so it can be used by other extension packages (or custom client-implementations) --- src/FakeXrmEasy.Core/XrmFakedContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FakeXrmEasy.Core/XrmFakedContext.cs b/src/FakeXrmEasy.Core/XrmFakedContext.cs index 6a823bca..e37282da 100644 --- a/src/FakeXrmEasy.Core/XrmFakedContext.cs +++ b/src/FakeXrmEasy.Core/XrmFakedContext.cs @@ -490,7 +490,7 @@ protected IOrganizationService GetFakedOrganizationService(XrmFakedContext conte /// /// The entity logical name of the entity /// An early-bound record dif the context is already using early-bound entity records, a late bound entity otherwise - internal Entity NewEntityRecord(string logicalName) + public Entity NewEntityRecord(string logicalName) { if (_proxyTypesAssemblies.Any()) {