You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Radzen.Blazor since version 5.9.0 (current 5.9.5) uses System.Linq.Dynamic.Core версии 1.6.0
Version 1.6.0 has been updated due to security issues.
Package ClosedXML.Report 0.2.10 when using System.Linq.Dynamic.Core version 1.6.0 on the command
template.Generate()
began to give an error that the System.Linq.Dynamic.Core method ParsingConfig.set_CustomTypeProvider was not found:
fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
Unhandled exception in circuit 'oTSNbTowXyf2zRggTI7Ngs0R5CSbr6dbAqXtYx59hC0'.
System.Exception: An error occurred while generating report
---> System.MissingMethodException: Method not found: 'Void System.Linq.Dynamic.Core.ParsingConfig.set_CustomTypeProvider(System.Linq.Dynamic.Core.CustomTypeProviders.IDynamicLinkCustomTypeProvider)'.
at ClosedXML.Report.Utils.XLDynamicExpressionParser.ParseLambda(ParameterExpression[] parameters, Type resultType, String expression, Object[] values)
at ClosedXML.Report.FormulaEvaluator.ParseExpression(String formula, ParameterExpression[] parameters)
at ClosedXML.Report.FormulaEvaluator.Eval(String expression, Parameter[] pars)
at ClosedXML.Report.FormulaEvaluator.Evaluate(String formula, Parameter[] pars)
at ClosedXML.Report.RangeInterpreter.EvaluateValues(IXLRange range, Parameter[] pars)
at ClosedXML.Report.RangeInterpreter.Evaluate(IXLRange range)
at ClosedXML.Report.XLTemplate.Generate()
The text was updated successfully, but these errors were encountered:
Hi.
On https://www.nuget.org/packages/ClosedXML.Report/0.2.10 on the Dependencies tab:
System.Linq.Dynamic.Core (>= 1.3.8)
Radzen.Blazor since version 5.9.0 (current 5.9.5) uses System.Linq.Dynamic.Core версии 1.6.0
Version 1.6.0 has been updated due to security issues.
Package ClosedXML.Report 0.2.10 when using System.Linq.Dynamic.Core version 1.6.0 on the command
template.Generate()
began to give an error that the System.Linq.Dynamic.Core method ParsingConfig.set_CustomTypeProvider was not found:
The text was updated successfully, but these errors were encountered: