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

RCS0034 False positive #1347

Closed
daze99 opened this issue Jan 8, 2024 · 0 comments · Fixed by #1351
Closed

RCS0034 False positive #1347

daze99 opened this issue Jan 8, 2024 · 0 comments · Fixed by #1351

Comments

@daze99
Copy link

daze99 commented Jan 8, 2024

Product and Version Used:
Roslynator 4.8.0

Steps to Reproduce:

public interface IBaseInterface<TType, TKey>
    where TType : class
    where TKey : struct, IEquatable<TKey>
{
}

public interface IInterface<TType, TKey> : IBaseInterface<TType, TKey>
    where TType : class
    where TKey : struct, IEquatable<TKey>
{
}

Actual Behavior:
The line public interface IInterface<TType, TKey> : IBaseInterface<TType, TKey> produces a false positive.

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

Successfully merging a pull request may close this issue.

2 participants