Add test for new _Instance but removing if option is used
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
||||
{
|
||||
public partial interface IClientContext
|
||||
{
|
||||
new global::Microsoft.SharePoint.Client.ClientContext _Instance { get; }
|
||||
global::Microsoft.SharePoint.Client.ClientContext _Instance { get; }
|
||||
|
||||
global::ProxyInterfaceSourceGeneratorTests.Source.PnP.IWeb Web { get; }
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
||||
{
|
||||
public partial interface ISecurableObject : global::ProxyInterfaceSourceGeneratorTests.Source.PnP.IClientObject
|
||||
{
|
||||
new global::Microsoft.SharePoint.Client.SecurableObject _Instance { get; }
|
||||
global::Microsoft.SharePoint.Client.SecurableObject _Instance { get; }
|
||||
|
||||
[Microsoft.SharePoint.Client.RemoteAttribute]
|
||||
global::ProxyInterfaceSourceGeneratorTests.Source.PnP.ISecurableObject FirstUniqueAncestorSecurableObject { get; }
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
||||
{
|
||||
public partial interface IWeb : global::ProxyInterfaceSourceGeneratorTests.Source.PnP.ISecurableObject
|
||||
{
|
||||
new global::Microsoft.SharePoint.Client.Web _Instance { get; }
|
||||
global::Microsoft.SharePoint.Client.Web _Instance { get; }
|
||||
|
||||
[Microsoft.SharePoint.Client.RemoteAttribute]
|
||||
string AccessRequestListUrl { get; }
|
||||
|
||||
Reference in New Issue
Block a user