Skip to content

Commit

Permalink
Make the method public so it can be used by other extension packages …
Browse files Browse the repository at this point in the history
…(or custom client-implementations)
  • Loading branch information
jordimontana82 committed Sep 13, 2023
1 parent 148f073 commit f803239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FakeXrmEasy.Core/XrmFakedContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ protected IOrganizationService GetFakedOrganizationService(XrmFakedContext conte
/// </summary>
/// <param name="logicalName">The entity logical name of the entity</param>
/// <returns>An early-bound record dif the context is already using early-bound entity records, a late bound entity otherwise</returns>
internal Entity NewEntityRecord(string logicalName)
public Entity NewEntityRecord(string logicalName)
{
if (_proxyTypesAssemblies.Any())
{
Expand Down

0 comments on commit f803239

Please sign in to comment.