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.

Add support .NET Portable or .NET Standard.

See original GitHub issue

Can’t add NAudio as a NuGet dependency for the following cases:

  1. .NET Portable (Xamarin.Forms) project:
Could not install package 'NAudio 1.8.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.0,Profile=Profile24', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
  1. .NET Standard
Package NAudio 1.8.0 is not compatible with netstandard1.4 (.NETStandard,Version=v1.4). Package NAudio 1.8.0 supports:
  - net35 (.NETFramework,Version=v3.5)
  - win8 (Windows,Version=v8.0)
One or more packages are incompatible with .NETStandard,Version=v1.4.
Package restore failed.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

8reactions
korchak-aleksandrcommented, Apr 29, 2019

@markheath Is it possible to release the stable version 1.9.0 ? Or any planned date of release?

7reactions
markheathcommented, Jun 20, 2018

there’s a .NET Standard build in the works (look at the netstandard branch) which I’m hoping will be used for NAudio 1.9. It doesn’t support all the classes in the regular .NET framework version of NAudio, but it does allow a lot of the library to be used from .NET core or other .NET Standard 2.0 platforms

Read more comments on GitHub >

github_iconTop Results From Across the Web

NET Standard
.NET Standard is a formal specification of .NET APIs that are available on multiple .NET implementations. The motivation behind .NET Standard ...
Read more >
What is .Net Standard? How it is different from .Net Core ...
Net Standard is a specification which dictates what the Base Class Libraries of different .Net platforms should implement to unify the Base Class...
Read more >
Understanding the .NET ecosystem: The introduction of . ...
In this article, previously part of my new book, we look at .NET Standard, look at why it was created, and discuss its...
Read more >
.NET Standard Explained: How To Share Code
Portable Class Libraries are another way of sharing code between projects. Runtimes, like .NET Core, implement .NET Standard. Specific runtime ...
Read more >
Difference between .Net Core, Portable, Standard ...
Net Compact - This is a completely different .NET framework with its own unique API. It is completely incompatible with any other framework,...
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