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
fixes(configuration): Not unique exporter for exporter type (#1796)
* fixes(configuration): Not unique exporter for exporter type
* fixes(configuration): Assembly Config Attribute Priority
Assembly-level configuration attributes must have a lower priority than class to allow overriding their behavior.
* feat(configuration): Add property ConfigAnalyse to IConfig
* feat(configuration): Implements IConfig.ConfigAnalyse
* feat: Display ConfigAnalyse on Benchmark Summary
* feat(configuration): Implement test
* feat: omit 'Config Issues' header if there are no any issues.
* fixes: Renamed ConfigAnalyse in ConfigAnalysisConclusion
result.Insert(i,dependency);// All the exporter dependencies should be added before the exporter
164
+
else
165
+
{
166
+
AddWarning($"The {dependency.Name} is already present in the configuration. There may be unexpected results of {result[i].GetType().Name}.");
167
+
}
118
168
119
169
result.Sort((left,right)=>(leftisIExporterDependencies).CompareTo(rightisIExporterDependencies));// the case when they were defined by user in wrong order ;)
0 commit comments