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

Support C# properties in generated proxies #94

Open
tjaskula opened this issue Feb 13, 2021 · 0 comments
Open

Support C# properties in generated proxies #94

tjaskula opened this issue Feb 13, 2021 · 0 comments
Labels
enhancement New feature or request good for first contribution Help wanted. It's a good issue to get your foot on the ladder help wanted Extra attention is needed proxy-generation Related issue to Proxy Generator

Comments

@tjaskula
Copy link
Contributor

For example a protocol like that:

public interface IEntity1
    {
        ICompletes<Entity1State> DefineWith(string name, int age);

        ICompletes<Entity1State> Current { get; }

        void ChangeName(string name);

        void IncreaseAge();
    }

Will not generate the correct handler for Current property because they are not supported

@tjaskula tjaskula added enhancement New feature or request help wanted Extra attention is needed good for first contribution Help wanted. It's a good issue to get your foot on the ladder proxy-generation Related issue to Proxy Generator labels Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good for first contribution Help wanted. It's a good issue to get your foot on the ladder help wanted Extra attention is needed proxy-generation Related issue to Proxy Generator
Projects
None yet
Development

No branches or pull requests

1 participant