-
Notifications
You must be signed in to change notification settings - Fork 789
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
Up to date checking in build #797
Comments
Yes, I can see that ... thanks for the bug report. |
@pavelhritonenko does the same thing happen in C#? |
@forki yes it looks to me like it does. |
Another (related?) strange behavior: - <None Include="app.config" />
+ <None Include="app.config">
+ <SubType>Designer</SubType>
+ </None> |
Ok so the bug is more general. I assumed this since Vasily's PR didn't
|
i think this was already fixed ( #11 ), see my comment in #374 (comment) let me check for regression, but i think is by design the behaviour of c# |
also #388 ( content in up to date cause rebuild ) |
When last changed item in project is app.config Visual Studio rebuilds that project on every build.
Steps to reproduce (Visual Studio 2015 Update 1):
The text was updated successfully, but these errors were encountered: