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
My particular case is related to Telerik reporting components.
Reporting attempts to resolve service IReportServiceConfiguration which leads to CompositionRootTypeExtractor execution, which fails due type load exception. Indeed, some of the types can not be loaded on linux, but it still should be ok.
Is it acceptable to add try/catch and fall back to TypeLoadException.Types?
The text was updated successfully, but these errors were encountered:
My particular case is related to Telerik reporting components.
Reporting attempts to resolve service
IReportServiceConfiguration
which leads toCompositionRootTypeExtractor
execution, which fails due type load exception. Indeed, some of the types can not be loaded on linux, but it still should be ok.Is it acceptable to add try/catch and fall back to
TypeLoadException.Types
?The text was updated successfully, but these errors were encountered: