-
Notifications
You must be signed in to change notification settings - Fork 12
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
Avoid usage of Thread.Sleep : Devices #844
Avoid usage of Thread.Sleep : Devices #844
Conversation
36569a9
to
c7fb1d4
Compare
_ = this.mockDialogService.Setup(c => c.Close(It.Is<DialogReference>(x => x == mockDialogReference))); | ||
|
||
_ = this.mockSnackbarService.Setup(c => c.Add("One or more validation errors occurred", Severity.Error, null)).Returns((Snackbar)null); | ||
_ = this.mockSnackbarService.Setup(c => c.Add(It.IsAny<string>(), Severity.Error, null)).Returns((Snackbar)null); |
Check warning
Code scanning / CodeQL
Useless upcast
f485a3e
to
ada1d7c
Compare
Codecov Report
@@ Coverage Diff @@
## main #844 +/- ##
==========================================
+ Coverage 82.93% 83.19% +0.25%
==========================================
Files 149 153 +4
Lines 5234 5277 +43
==========================================
+ Hits 4341 4390 +49
+ Misses 893 887 -6
Continue to review full report at Codecov.
|
d909e31
to
ab7ab95
Compare
Description
What's new?
What kind of change does this PR introduce?