Add test for new _Instance but removing if option is used

This commit is contained in:
Adam Hathcock
2024-06-03 14:41:30 +01:00
parent 6391515c19
commit 36840265ca
11 changed files with 82 additions and 14 deletions
@@ -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; }
@@ -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; }
@@ -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; }