-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
InvalidOperationException during build #78
Comments
can you provide a minimal code sample that will reproduce this error? |
Unfortunately not, because I don't know what's causing this to happen. The Debug output is not very informative and only tells me what I copied above. |
@FantasyTeddy just released 0.11.4 |
Unfortunately my guess was incorrect, I still have this exception in two of my projects with the new version... |
Could you create a repository with your code? |
Note: It seems that error message is only used for:
|
The code base I am working with is business code from our company which unfortunately cannot be made public. I can do some digging if you give me some hints how I can get more information about this exception. |
I have the same issue, my repository is OS: https://github.com/csoltenborn/GoogleTestAdapter See build instructions in the Wiki... |
@csoltenborn is this still an issue? |
Sorry, can't comment on that - I moved on to different things...
Meir Blachman ***@***.***> schrieb am So., 28. Mai 2023,
04:18:
… @csoltenborn <https://github.com/csoltenborn> is this still an issue?
—
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACWCQDYMQDV6LZOIYAKJFTXIJVUDANCNFSM4FQGJHEQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Description
In some of my projects I get the following error when building:
My guess is that the following
IsEmpty
check should happen beforePeek()
:fluentassertions.analyzers/src/FluentAssertions.Analyzers/Utilities/FluentAssertionsCSharpSyntaxVisitor.cs
Lines 74 to 78 in 686a33b
If you need me to provide more information, let me know how and I will see what I can do.
Versions
The text was updated successfully, but these errors were encountered: