无法导入 NAudio.Lame
Can't import NAudio.Lame
我做不到
using NAudio.Wave;
using NAudio.Lame;
Visual Studio 说:
The type or namespace 'Lame' does not exist in the namespace 'NAudio'
我通过 NuGet 安装,然后重建、重新启动、清理并执行了所有这些操作,但仍然无法正常工作
我是 .Net 的新手,所以也许我只是错过了一些非常明显的东西。
我在 WPF 应用程序 中使用 .Net Core 3.0 和
看看https://github.com/Corey-M/NAudio.Lame/issues/33
NuGet 包尚未 "full" 为 .Net Core 做好准备。然而,作者发布了一个预发布包 v1.1.0-pre3,它对我有用。您必须配置 NuGet 以考虑预发布版本才能看到它(如果您使用 GUI)。
我做不到
using NAudio.Wave;
using NAudio.Lame;
Visual Studio 说:
The type or namespace 'Lame' does not exist in the namespace 'NAudio'
我通过 NuGet 安装,然后重建、重新启动、清理并执行了所有这些操作,但仍然无法正常工作 我是 .Net 的新手,所以也许我只是错过了一些非常明显的东西。
我在 WPF 应用程序 中使用 .Net Core 3.0 和
看看https://github.com/Corey-M/NAudio.Lame/issues/33 NuGet 包尚未 "full" 为 .Net Core 做好准备。然而,作者发布了一个预发布包 v1.1.0-pre3,它对我有用。您必须配置 NuGet 以考虑预发布版本才能看到它(如果您使用 GUI)。