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
Using global.json to control the specific sdk being used, when the sdk is 3.1.100, the report is created normally. When sdk is 3.2.100, the report fails to create with the following stacktrace:
2020-03-27T06:45:54: Sequence contains no elements
2020-03-27T06:45:54: at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at Palmmedia.ReportGenerator.Core.Plugin.ReflectionPluginLoader.CreateAssemblyLoader() in C:\Users\jarmen\Downloads\ReportGenerator-master\ReportGenerator-master\src\ReportGenerator.Core\Plugin\ReflectionPluginLoader.cs:line 118
at Palmmedia.ReportGenerator.Core.Plugin.ReflectionPluginLoader..ctor(IReadOnlyCollection`1 plugins) in C:\Users\jarmen\Downloads\ReportGenerator-master\ReportGenerator-master\src\ReportGenerator.Core\Plugin\ReflectionPluginLoader.cs:line 39
at Palmmedia.ReportGenerator.Core.Generator.GenerateReport(IReportConfiguration reportConfiguration, Settings settings, RiskHotspotsAnalysisThresholds riskHotspotsAnalysisThresholds) in C:\Users\jarmen\Downloads\ReportGenerator-master\ReportGenerator-master\src\ReportGenerator.Core\Generator.cs:line 100
For some reason, in ReflectionPluginLoader.CreateAssemblyLoader typeof(IAssemblyLoader).IsAssignableFrom(t) returns false. Generator is being run using ReportGenerator msbuild task
The text was updated successfully, but these errors were encountered:
Using global.json to control the specific sdk being used, when the sdk is 3.1.100, the report is created normally. When sdk is 3.2.100, the report fails to create with the following stacktrace:
For some reason, in ReflectionPluginLoader.CreateAssemblyLoader typeof(IAssemblyLoader).IsAssignableFrom(t) returns false. Generator is being run using ReportGenerator msbuild task
The text was updated successfully, but these errors were encountered: