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

Fixed Condition Error #788

Merged
merged 3 commits into from
Jan 13, 2023
Merged

Fixed Condition Error #788

merged 3 commits into from
Jan 13, 2023

Conversation

samtrion
Copy link
Contributor

@samtrion samtrion commented Jan 9, 2023

error : Specified condition "$(CSharpier_Check)" evaluates to "" instead of a boolean. C:\Users\<username>\.nuget\packages\csharpier.msbuild\0.21.0\build\CSharpier.MsBuild.targets

This error makes it impossible to unload and reload projects in a Multi Project Solution.

```
error  : Specified condition "$(CSharpier_Check)" evaluates to "" instead of a boolean.  C:\Users\<username>\.nuget\packages\csharpier.msbuild\0.21.0\build\CSharpier.MsBuild.targets
```
Copy link
Owner

@belav belav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran into this once or twice when working on a different issue recently but wasn't sure how to reproduce it reliably and then forgot about it. Thanks for the contribution!

Src/CSharpier.MsBuild/build/CSharpier.MsBuild.targets Outdated Show resolved Hide resolved
@samtrion samtrion requested a review from belav January 9, 2023 21:40
@belav belav merged commit d66ce8f into belav:master Jan 13, 2023
@belav belav added this to the 0.22.0 milestone Jan 13, 2023
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 this pull request may close these issues.

None yet

3 participants