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

Introduce GenerateIfDirectiveAttribute #493

Merged
merged 6 commits into from
Jan 20, 2022

Conversation

mayuki
Copy link
Member

@mayuki mayuki commented Jan 20, 2022

namespace TempProject
{
    [GenerateIfDirective("MYDEBUG || DEBUG")]
    public interface IMyService : IService<IMyService>
    {
        UnaryResult<Nil> A(MyDebugObject a, MyDebugObject b);
    }

    [MessagePackObject]
    public class MyDebugObject
    {
    }
}

@mayuki mayuki merged commit 4959c64 into master Jan 20, 2022
@mayuki mayuki deleted the feature/GeneratorImproveIfDirective branch January 20, 2022 04:34
AntonC9018 pushed a commit to AntonC9018/MagicOnion that referenced this pull request Sep 13, 2022
…fDirective

Introduce GenerateIfDirectiveAttribute
AntonC9018 pushed a commit to AntonC9018/MagicOnion that referenced this pull request Sep 13, 2022
…fDirective

Introduce GenerateIfDirectiveAttribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant