-
Notifications
You must be signed in to change notification settings - Fork 10.3k
IISIntegration tests in VS don't detect changes #40387
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
Comments
Moving this to the |
@HaoK Do you know how to fix this? Should we just add the |
Yeah that was how it was before I believe but Kevin wanted us to do a pass to remove that and increase the build perf... |
I think this can be closed. These projects have I also checked that, if that setting is removed, the skip detection does get correctly picked up between invocations of the test from test explorer (i.e. the incremental build scenario). |
Is there an existing issue for this?
Describe the bug
Note: I don't think release is required, but I've primarily been debugging/running in release due to some ANCM tests only working in release
I'm using VS2022 17.1.0/against main branch (with IIS installed + Admin powershell)
[SkipNonHelix("https://github.com/dotnet/aspnetcore/issues/25107")]
on line 41<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
to src\Servers\IIS\IIS\test\IIS.NewShim.FunctionalTests\IIS.NewShim.FunctionalTests.csprojI'm guessing this is might be due to StartupTests is being a file included from shared tests
<Compile Include="..\Common.LongTests\**\*.cs" />
`
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: