-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[.NET 8] Warning: "Found version-specific or distribution-specific runtime identifiers" #2244
Comments
This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label. |
This appears due to RHEL/CentOS 7 specific binaries under |
Okay, thank you for the update! |
I'm running into the same thing with a fairly large project with many thousands of lines of code. It's the only warning I have in the project :) Are there any side-effects to the above mentioned work around? |
@exedor The linked .NET 8 documentation does mention that
but the workaround should be good at least for the .NET 8 lifetime, and hopefully by the end of it we will have removed the binaries that trigger the warning. |
This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label. |
Internal work item ref. 6718573. A possible target is soon after the CentOS 7 EOL on June 30. |
This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label. |
This has been fixed in the Speech SDK 1.40.0 release out now. |
Describe the bug
Including the Microsoft.CognitiveServices.Speech NuGet package yields a build warning.
Note this is similar (but not identical) to #2170. As I mentioned over there, instead of listing many RIDs, I am now only seeing centos7-x64.
To Reproduce
Expected behavior
No warnings!
Version of the Cognitive Services Speech SDK
Microsoft.CognitiveServices.Speech v1.34.1.
Platform, Operating System, and Programming Language
Thanks for your time!
The text was updated successfully, but these errors were encountered: