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

Implement ws start RID inferring #3

Open
mrtank opened this issue Sep 20, 2021 · 0 comments
Open

Implement ws start RID inferring #3

mrtank opened this issue Sep 20, 2021 · 0 comments

Comments

@mrtank
Copy link
Member

mrtank commented Sep 20, 2021

Infer the RID that is wsfscservice published with on the current platform from RuntimeIdentifier property

That would mean choose win-x64 from

win7-x64    win7-x86
       |   \   /    |
       |   win7     |
       |     |      |
    win-x64  |  win-x86
          \  |  /
            win
             |
            any

from above RIDs. Fail for any.

https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json may be of help. Possible RIDs have to be mapped to win-x64/linux-x64/linux-musl-x64, or what wsfscservice is actually published to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant