question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Paket warning: Could not detect any platforms from 'uap10.0.10240'

See original GitHub issue

Installing 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:open
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jwostycommented, Dec 28, 2020

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”).

0reactions
markheathcommented, Dec 29, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found