Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning CS0109: The member '***._Instance' does not hide an accessible member. The new keyword is not required. #71

Open
StefH opened this issue Apr 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@StefH
Copy link
Owner

StefH commented Apr 28, 2024

//----------------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by https://github.com/StefH/ProxyInterfaceSourceGenerator.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//----------------------------------------------------------------------------------------

#nullable enable
using System;

namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
{
    public partial interface IClientContext
    {
        new global::Microsoft.SharePoint.Client.ClientContext _Instance { get; } // ⭐

        global::ProxyInterfaceSourceGeneratorTests.Source.PnP.IWeb Web { get; }

        global::Microsoft.SharePoint.Client.Site Site { get; }

        global::Microsoft.SharePoint.Client.RequestResources RequestResources { get; }

        global::System.Version ServerVersion { get; }

        global::Microsoft.SharePoint.Client.FormDigestInfo GetFormDigestDirect();

        void ExecuteQuery();

        global::System.Threading.Tasks.Task ExecuteQueryAsync();
    }
}
#nullable restore
@StefH StefH added the bug Something isn't working label Apr 28, 2024
@StefH StefH self-assigned this Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant