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

Report.Method(...)'s do not work correctly #39

Closed
jafsuen opened this issue Sep 8, 2020 · 2 comments
Closed

Report.Method(...)'s do not work correctly #39

jafsuen opened this issue Sep 8, 2020 · 2 comments
Labels

Comments

@jafsuen
Copy link

jafsuen commented Sep 8, 2020

        Report.If(true, "some message");
        Report.If(false, "some message");
        Report.IfNot(true, "some message");
        Report.IfNot(false, "some message");
        Report.Fail("some message");
        Report.Fail();

It seems that Report.* have no any result.

@AArnott
Copy link
Owner

AArnott commented Sep 8, 2020

I'm afraid Report does not work (at all). It was a bug I found and fixed in Microsoft.VisualStudio.Validation, which is where most of my effort goes nowadays. Feel free to switch to that.

@AArnott AArnott added the bug label Sep 8, 2020
@AArnott
Copy link
Owner

AArnott commented Sep 25, 2020

Fixed in v2.5 by #40

@AArnott AArnott closed this as completed Sep 25, 2020
@AArnott AArnott changed the title Does Report.Method(...) work correctly? Report.Method(...)'s do not work correctly Sep 25, 2020
AArnott added a commit that referenced this issue May 2, 2023
Update coverlet.msbuild to 2.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants