microsoft / WPFDXInterop

Repo for WPF DX Interop support
MIT License
307 stars 98 forks source link

I can't find this package in the NuGet package Manager #46

Open KnewHow opened 1 year ago

KnewHow commented 1 year ago

Today, I use this package , I open the NuGet Package Manager and type Microsoft.Wpf.Interop.DirectX. I find I can't search this package, But the NuGet package Manager give me another package: TqkLibrary.Wpf.Interop.DirectX, Why? The Microsoft.Wpf.Interop.DirectX has been discarded?

KnewHow commented 1 year ago

My windows system is Windows11 and VS version is VS2022

KnewHow commented 1 year ago

I can find it when choose include prerelease, the I can compile success my project, but when I run, it give me an error: FileNotFoundException: 未能加载文件或程序集“Microsoft.Wpf.Interop.DirectX.dll”或它的某一个依赖项。找不到指定的模块 Why? Can you help me to solve this problem? But I use the TqkLibrary.Wpf.Interop.DirectX lib, I can success compile and run. Why?

tqk2811 commented 1 year ago

Today, I use this package , I open the NuGet Package Manager and type Microsoft.Wpf.Interop.DirectX. I find I can't search this package, But the NuGet package Manager give me another package: TqkLibrary.Wpf.Interop.DirectX, Why? The Microsoft.Wpf.Interop.DirectX has been discarded?

Microsoft.Wpf.Interop.DirectX is pre-release
You must check the checkbox here image

KnewHow commented 1 year ago

I have install the package and compile it success, but when I run it, it give me an "FileNotFoundException: 未能加载文件或程序集“Microsoft.Wpf.Interop.DirectX.dll”或它的某一个依赖项。找不到指定的模块" Why? Would you help me to solve it?