Henry
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...
旧版  新版参考0.2.2 install  看起来旧版把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