You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
I encountered some issues when trying to run the Publish60Hosted_Works test. I have removed Skip = "The Runtime pack resolves to 8.0 instead of 9.0" and made some modifications, but there are still errors on Ubuntu and OSX. However, this test passes on Windows.
Error Message:
Expected collection to be empty because the generated manifest should match the expected baseline.
For ${ProjectPath}\Client\wwwroot\css\app.css: Expected manifest Identity of css/app.qu51q8el4h.css but found css/app.huxwljmsg5.css.
Attempted Solutions and Results:
I tried the following steps to update my SDK and regenerate the baseline, but the problem persists:
dotnet clean
.\restore.cmd or ./restore.sh
.\build.cmd ./build.sh
.\eng\dogfood.cmd or . ./eng/dogfood.sh
Then, using the dogfood SDK, I ran the .\src\RazorSdk\update-test-baselines.ps1 script.
Runtime Environment:
OS Name: Windows
OS Version: 10.0.19045
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.100-preview.5.24307.3\
.NET workloads installed:
Configured to use loose manifests when installing new manifests.
[aspire]
Installation Source: VS 17.11.35017.193
Manifest Version: 9.0.0-preview.2.24163.9/9.0.100-preview.1
Manifest Path: C:\Program Files\dotnet\sdk-manifests\9.0.100-preview.1\microsoft.net.sdk.aspire\9.0.0-preview.2.24163.9\WorkloadManifest.json
Install Type: Msi
We missed adding KnownWebAssemblySdkPack into OverrideAndCreateBundledNETCoreAppPackageVersion so it was pointing to an older version in the BundledVersion.props in the test layout.
Fix that and add some checks so we don't miss this again the next time we add a Known*Pack entry.
Fixes#44886Fixes#42145
Issue Description:
I encountered some issues when trying to run the Publish60Hosted_Works test. I have removed
Skip = "The Runtime pack resolves to 8.0 instead of 9.0"
and made some modifications, but there are still errors on Ubuntu and OSX. However, this test passes on Windows.Error Message:
Expected collection to be empty because the generated manifest should match the expected baseline.
For ${ProjectPath}\Client\wwwroot\css\app.css: Expected manifest Identity of css/app.qu51q8el4h.css but found css/app.huxwljmsg5.css.
Attempted Solutions and Results:
I tried the following steps to update my SDK and regenerate the baseline, but the problem persists:
Then, using the dogfood SDK, I ran the .\src\RazorSdk\update-test-baselines.ps1 script.
Environment Information:
The text was updated successfully, but these errors were encountered: