CsWinRT icon indicating copy to clipboard operation
CsWinRT copied to clipboard

Even with a 'private' projection, contract types are generated as public instead of internal

Open jevansaks opened this issue 2 years ago • 0 comments

Contracts seem to be unconditionally generated as public. Generated code shows up as this even if <CsWinRTPrivateProjection>true</>

    [global::Windows.Foundation.Metadata.ContractVersion(1u)]
    public enum FooContract
    {
    }

jevansaks avatar Jan 04 '24 18:01 jevansaks