microsoft/WPFDXInterop

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

KnewHow opened this issue · 4 comments

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?

My windows system is Windows11 and VS version is VS2022

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?

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

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?