dotnet / dotnet/aspnetcore

Functional test assets do not re-publish in VS inner loop

Open
#9,693 4 comments 0 reactions 0 assignees View on GitHub
affected-very-few area-networking severity-nice-to-have task
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

A recent build change modified functional test assets like `src/Servers/testassets/ServerComparison.TestSites` to publish as part of the build. This is working well for CI, but it doesn't work for inner-loop development.

Repro:
1. run src/Servers/build.cmd
1. Open src/Servers/FunctionalTests.sln in VS.
1. Run the tests
1. Edit the test site such that the test should fail and run the tests again. Your changes will not be applied.

This makes debugging and updating the test assets difficult in the inner dev loop.

@jkotalik

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.