Paket warning: Could not detect any platforms from 'uap10.0.10240'
See original GitHub issueInstalling the latest version of NAudio (at the time of writing, version 1.9.0) using Paket yields the following warnings:
Could not detect any platforms from 'uap10.0.10240' in 'C:\Users\jwost\source\repos\StageForge\packages\NAudio\NAudio.nuspec', please tell the package authors
Could not detect any platforms from 'UAP10.0.10240' in 'C:\Users\jwost\source\repos\StageForge\packages\NAudio\NAudio.nuspec', please tell the package authors
Could not detect any platforms from 'uap10.0.10240' in 'C:\Users\jwost\source\repos\StageForge\packages\NAudio\lib\uap10.0.10240\NAudio.dll', please tell the package authors
My project doesn’t target UAP, it targets .Net framework 4.8. They seem to be harmless however as the project still compiles successfully and runs without issues. I’m honestly not sure what this warning means but it may be a symptom of something deeper.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Could not detect any platforms from 'UAP10.0.16299'
Installing a netcore project using paket, I get the following error messages: Could not detect any platforms from 'UAP10.0.16299' in System.Reflection.
Read more >release-notes
Support for UAP v10.0.10240 - https://github.com/fsprojects/Paket/pull/3875 ... PERFORMANCE: If Paket didn't download a package, then it will no longer try ...
Read more >[RTFACT-20469] Support v3 endpoint to work with "paket ...
Problem statement: Unable to resolve the NuGet packages via Artifactory by using Nuget v3 endpoint to work with "paket" dependency manager.
Read more >NuGet Error NU1101
Examine the project's dependencies in Visual Studio to be sure you're using the correct package identifier and version number. Check your NuGet.
Read more >Paket 7.2.1
A dependency manager for .NET with support for NuGet packages and git repositories. Why Paket? NuGet did not separate out the concept of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I mean, I’ve just been ignoring the warning and haven’t run into any issues yet. So I have no idea what the root cause is here. I’ve also been getting this kind of thing in other packages with .Net 5 recently (different platform warning, too – i.e. not “uap10.x”).
Not really sure what that actually means. To be honest, I’d like to ditch the UAP support from the core NAudio assemblies, but taking it out of WASAPI would have been a pain