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

SA1015 in generic attribute [MyAttribute<int>] #3487

Closed
virzak opened this issue Apr 22, 2022 · 1 comment · Fixed by #3494
Closed

SA1015 in generic attribute [MyAttribute<int>] #3487

virzak opened this issue Apr 22, 2022 · 1 comment · Fixed by #3494

Comments

@virzak
Copy link

virzak commented Apr 22, 2022

The following code throws SA1015 and it shouldn't.

    [MyAttribute<int>]
    public double MyDouble { get; set; }
@sharwell sharwell added the c# 11 label Apr 22, 2022
@bjornhellander
Copy link
Contributor

I can fix this.
I assume we want a new test project for c# 11?

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