We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests are needed for these missing cases:
--aspire-version
--xunit-version <v2|v3|v3mtp>
ServiceDefaults
AppHost
cc @joperezr @DamianEdwards @RussKie
The text was updated successfully, but these errors were encountered:
What's the procedure for testing the templates?
Sorry, something went wrong.
See tests/Aspire.Workload.Tests/README.md. Essentially:
tests/Aspire.Workload.Tests/README.md
./build.sh -pack
dotnet build tests/workloads.proj
tests/Aspire.Workload.Tests
Ok this is me - i had blanked on there being tests.
I added ServiceDefaults, and AppHost project templates to the list. cc @RussKie should be a good way to get into the templates tests.
danmoseley
No branches or pull requests
Tests are needed for these missing cases:
--aspire-version
parameter--xunit-version <v2|v3|v3mtp>
parameterServiceDefaults
project templateAppHost
project templatecc @joperezr @DamianEdwards @RussKie
The text was updated successfully, but these errors were encountered: