Skip to content

Commit

Permalink
Add ServiceProvider to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Finlinson committed Oct 31, 2023
1 parent da0ed39 commit 101f3dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Plugin/IExtendedPluginContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.Xrm.Sdk;
using System;
using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.PluginTelemetry;

namespace Xrm
Expand All @@ -25,6 +26,8 @@ public interface IExtendedPluginContext : IPluginExecutionContext, IExtendedExec
/// </summary>
string PostImageAlias { get; }

IServiceProvider ServiceProvider { get; }

/// <summary>
/// Pipeline stage for the context
/// </summary>
Expand Down

0 comments on commit 101f3dc

Please sign in to comment.