Blazor服务器端的以下代码
Observable.FromEventPattern(NavigationManager, nameof(NavigationManager.LocationChanged))
.Subscribe(_ => {});
抛出
System.IO.FileNotFoundException:'无法加载文件或程序集 'System.Runtime.InteropServices.WindowsRuntime,版本= 4.0.0.0, 文化=中性,PublicKeyToken = b03f5f7f11d50a3a'。系统无法 找到指定的文件。'
为什么引发异常以及如何避免它?