Replies: 2 comments 1 reply
-
|
Well, I change the tests to another project because on the same project for some reason Rider can't detect the tests on the Tests Explorer |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@Zarpyk try v1.55 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it normal that TUnit0031 appear anywhere even if it's not a test?
I use the System.Timers.Timer that the Elapsed event require a void method and the analyzers show TUnit0031 on it when I use async.
I know I can disable it using #pragma, but it feel weird that you need to disable it every time you use async void when the library is for testing.
(I'm using Rider)
Beta Was this translation helpful? Give feedback.
All reactions