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

NUnit1001 compains about DateOnly parameters #820

Open
Dreamescaper opened this issue Dec 31, 2024 · 0 comments · May be fixed by #821
Open

NUnit1001 compains about DateOnly parameters #820

Dreamescaper opened this issue Dec 31, 2024 · 0 comments · May be fixed by #821

Comments

@Dreamescaper
Copy link
Member

    [TestCase("2024-09-25")]
    [TestCase("2024-09-26")]
    [TestCase("2024-09-27")]
    public async Task TestDateOnly(DateOnly expectedDate)
    {
...
    }

NUnit1001 is triggered here, even though it works perfeclty fine if I disable this analyzer.

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

Successfully merging a pull request may close this issue.

1 participant