Henry

Results 16 comments of Henry

any example of where case; "where xx is not null","where xx>yyy" ?

as referenced link [https://github.com/PrismLibrary/Prism/issues/2058](url) use whe ms ILog instead.

` protected override void RegisterTypes(IContainerRegistry containerRegistry) { var serilogLogger=Log.Logger = new LoggerConfiguration() .MinimumLevel.Debug() .WriteTo.File(path: "AppLog\\Log.log", encoding: Encoding.UTF8) .CreateLogger(); var appLogger = new SerilogLoggerProvider(serilogLogger).CreateLogger("App"); containerRegistry.RegisterInstance(appLogger); } ` ` private readonly ILogger...

旧版 ![image](https://user-images.githubusercontent.com/1329895/154393902-5320a9e1-d877-42d2-b1ff-3c0a676f3f61.png) 新版参考0.2.2 install ![image](https://user-images.githubusercontent.com/1329895/154394019-d46439e0-0519-44d3-8c6a-6606c8560781.png) 看起来旧版把js包在里面,新版独立出来要外面去引用了

https://github.com/ant-design-blazor/ant-design-charts-blazor/pull/50

angularjs is dead,so is the repo

I think just you just need to add the js lib in the index.html as some already exists