Skip to content
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

[wasm] Wasm.Build.Tests: cannot test net5.0 projects with rc* sdk currently #59538

Closed
radical opened this issue Sep 23, 2021 · 3 comments · Fixed by #61276
Closed

[wasm] Wasm.Build.Tests: cannot test net5.0 projects with rc* sdk currently #59538

radical opened this issue Sep 23, 2021 · 3 comments · Fixed by #61276
Labels
arch-wasm WebAssembly architecture area-Build-mono disabled-test The test is disabled in source code against the issue
Milestone

Comments

@radical
Copy link
Member

radical commented Sep 23, 2021

5.0.11 packages are not published to nuget.org yet, so this can't be tested with 6.0.100-rc.2.21472.15 yet.

error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.browser-wasm with version (= 5.0.11)
error NU1102:   - Found 1110 version(s) in dotnet6 [ Nearest version: 6.0.0-alpha.1.20423.5 ]
error NU1102:   - Found 20 version(s) in nuget.org [ Nearest version: 6.0.0-preview.1.21102.12 ]
Failed to restore

Re-enable the tests when this is fixed.

@radical radical added arch-wasm WebAssembly architecture area-Build-mono labels Sep 23, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Sep 23, 2021
@ghost
Copy link

ghost commented Sep 23, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

5.0.11 packages are not published to nuget.org yet, so this can't be tested with 6.0.100-rc.2.21472.15 yet.

error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.browser-wasm with version (= 5.0.11)
error NU1102:   - Found 1110 version(s) in dotnet6 [ Nearest version: 6.0.0-alpha.1.20423.5 ]
error NU1102:   - Found 20 version(s) in nuget.org [ Nearest version: 6.0.0-preview.1.21102.12 ]
Failed to restore

Re-enable the tests when this is fixed.

Author: radical
Assignees: -
Labels:

arch-wasm, area-Build-mono

Milestone: -

@radical radical removed the untriaged New issue has not been triaged by the area owner label Sep 24, 2021
@lewing lewing added this to the Future milestone Sep 27, 2021
@radical radical added the disabled-test The test is disabled in source code against the issue label Sep 30, 2021
@kendrahavens
Copy link

For anyone running into this, lowering the .NET sdk version with the global.json will grab the previous packages that didn't have an error.

global.json at project root:

{
  "sdk": {
    "version": "5.0.401"
  }
}

@pavelsavara
Copy link
Member

Should be good now ?
https://www.nuget.org/packages/Microsoft.NETCore.App.Runtime.browser-wasm/5.0.11

radical added a commit to radical/runtime that referenced this issue Nov 9, 2021
radical added a commit that referenced this issue Nov 10, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2021
radical added a commit to radical/runtime that referenced this issue Feb 7, 2022
Fixes dotnet#61067
Fixes dotnet#59538

(cherry picked from commit 43c3e9a79a241d044f747373bf483da23807afff)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono disabled-test The test is disabled in source code against the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants