如何安装 OxyPlot NuGet 包?
How to Install OxyPlot NuGet Package?
美好的一天。我正在尝试在我的 Visual Studio 2015 中安装 OxyPlot NuGet 包。但是,我没有成功。我将使用它在我的 Xamarin.Forms 便携式应用程序中创建饼图。
首先我安装了 OxyPlot.Core v1.0.0-unstable2100 ,然后 OxyPlot v1.0.0-unstable2100 ,但是当我尝试安装我需要的最后一个 OxyPlot.Xamarin.Forms 时,它提示错误
Unable to find a version of 'OxyPlot.Core' that is compatible with 'OxyPlot.WindowsForms 1.0.0-unstable2100 constraint: OxyPlot.Core (= 1.0.0-unstable2100)', 'OxyPlot.Wpf 1.0.0-unstable2100 constraint: OxyPlot.Core (= 1.0.0-unstable2100)', 'OxyPlot.Xamarin.Forms 1.0.0-unstable1983 constraint: OxyPlot.Core (= 1.0.0-unstable1983)'.
您认为这背后的原因是什么?
安装OxyPlot包有顺序吗?我需要先安装哪个包?
感谢您的帮助。
请看:http://www.oxyplot.org/announcements/nuget-packages
要使用这些包,您必须添加 myget 源 https://www.myget.org/F/oxyplot 作为包源。
NuGet无需按特定顺序安装任何东西。所需的任何类型的依赖项都将自动下载。换句话说,当您将 OxyPlot.Xamarin.Forms
-package 添加到您的项目时,OxyPlot.Core
的修正版本也会被添加。
OxyPlot.Xamarin.Forms
-package 也可以在官方 nuget.org NuGet feed 上找到,但由于它是预发行版,请确保您选择了 Include Prerelease 在 Manage NuGet Packages window 中选择 Visual Studio。
我刚刚测试过它,它似乎可以工作。祝你好运!
美好的一天。我正在尝试在我的 Visual Studio 2015 中安装 OxyPlot NuGet 包。但是,我没有成功。我将使用它在我的 Xamarin.Forms 便携式应用程序中创建饼图。
首先我安装了 OxyPlot.Core v1.0.0-unstable2100 ,然后 OxyPlot v1.0.0-unstable2100 ,但是当我尝试安装我需要的最后一个 OxyPlot.Xamarin.Forms 时,它提示错误
Unable to find a version of 'OxyPlot.Core' that is compatible with 'OxyPlot.WindowsForms 1.0.0-unstable2100 constraint: OxyPlot.Core (= 1.0.0-unstable2100)', 'OxyPlot.Wpf 1.0.0-unstable2100 constraint: OxyPlot.Core (= 1.0.0-unstable2100)', 'OxyPlot.Xamarin.Forms 1.0.0-unstable1983 constraint: OxyPlot.Core (= 1.0.0-unstable1983)'.
您认为这背后的原因是什么?
安装OxyPlot包有顺序吗?我需要先安装哪个包?
感谢您的帮助。
请看:http://www.oxyplot.org/announcements/nuget-packages
要使用这些包,您必须添加 myget 源 https://www.myget.org/F/oxyplot 作为包源。
NuGet无需按特定顺序安装任何东西。所需的任何类型的依赖项都将自动下载。换句话说,当您将 OxyPlot.Xamarin.Forms
-package 添加到您的项目时,OxyPlot.Core
的修正版本也会被添加。
OxyPlot.Xamarin.Forms
-package 也可以在官方 nuget.org NuGet feed 上找到,但由于它是预发行版,请确保您选择了 Include Prerelease 在 Manage NuGet Packages window 中选择 Visual Studio。
我刚刚测试过它,它似乎可以工作。祝你好运!