Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.43 KB | None | 0 0
  1. SetUp method failed. SetUp : System.InvalidOperationException : Failed to start the tests host. 3 exceptions were thrown.
  2. #1: Error reading metadata custom attribute of type “JetBrains.Application.Settings.SettingsEntryAttribute, JetBrains.Platform.ReSharper.Shell, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325” in assembly “JetBrains.Platform.ReSharper.TextControl, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”. Could not read the custom attribute constructor actual parameter value for parameter #0 named DefaultValue of type MetadataClassType(System.Object).
  3.  
  4. --- EXCEPTION #1/2 [TypeLoadException]
  5. Message = “Error reading metadata custom attribute of type “JetBrains.Application.Settings.SettingsEntryAttribute, JetBrains.Platform.ReSharper.Shell, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325” in assembly “JetBrains.Platform.ReSharper.TextControl, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”. Could not read the custom attribute constructor actual parameter value for parameter #0 named DefaultValue of type MetadataClassType(System.Object).”
  6. ExceptionPath = Root.InnerException
  7. ClassName = System.TypeLoadException
  8. HResult = COR_E_TYPELOAD=80131522
  9.  
  10. --- Outer ---
  11.  
  12. --- EXCEPTION #2/2 [LoggerException]
  13. Message = “Error reading metadata custom attribute of type “JetBrains.Application.Settings.SettingsEntryAttribute, JetBrains.Platform.ReSharper.Shell, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325” in assembly “JetBrains.Platform.ReSharper.TextControl, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”. Could not read the custom attribute constructor actual parameter value for parameter #0 named DefaultValue of type MetadataClassType(System.Object).”
  14. ExceptionPath = Root
  15. ClassName = JetBrains.Util.LoggerException
  16. InnerException = “Exception #1 at Root.InnerException”
  17. HResult = COR_E_APPLICATION=80131600
  18. StackTraceString = “
  19. at JetBrains.Util.Logging.Logger.LogException(Exception ex)
  20. at JetBrains.Application.Parts.MetadataPartsCatalogue.<>c__DisplayClass8.<.ctor>b__1(IncompleteAttributeArgs args)
  21. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  22. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  23. at JetBrains.DataFlow.Signal`1.Fire(TValue value)
  24. at JetBrains.Metadata.Reader.Impl.CustomAttributeBlobDecoder.ReadBlob(IBlob blob)
  25. at JetBrains.Metadata.Reader.Impl.MetadataCustomAttribute.ReadBlobIfNeeded()
  26. at JetBrains.Metadata.Reader.Impl.MetadataCustomAttribute.get_InitializedProperties()
  27. at JetBrains.Application.Parts.PartHelpers.CreatePartAttribute(IMetadataCustomAttribute attribute, IPartCatalogueFactory typeFactory)
  28. at JetBrains.Application.Parts.PartHelpers.CreateAttributes(IMetadataEntity entity, IPartCatalogueFactory typeFactory)
  29. at JetBrains.Application.Parts.PartHelpers.CreatePartMember(IMetadataTypeMember member, IPartCatalogueFactory typeFactory)
  30. at JetBrains.Application.Parts.PartHelpers.CreateMembers(IMetadataTypeInfo entity, IPartCatalogueFactory typeFactory)
  31. at JetBrains.Application.Parts.PartHelpers.<>c__DisplayClassa.<CreateType>b__9()
  32. at JetBrains.Application.Parts.FlyweightPartFactory.CreateType(String fullName, PartCatalogueAssembly assembly, Func`1 baseTypes, Func`1 genericArgs, Func`1 attributes, Func`1 members)
  33. at JetBrains.Application.Parts.PartHelpers.CreateType(IMetadataTypeInfo type, IPartCatalogueFactory typeFactory)
  34. at JetBrains.Application.Parts.MetadataPartsCatalogue.<>c__DisplayClass8.<.ctor>b__2(IMetadataTypeInfo type)
  35. at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
  36. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  37. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  38. at JetBrains.Application.Parts.MetadataPartsCatalogue.<>c__DisplayClass8.<.ctor>b__0(Lifetime lifetime)
  39. at JetBrains.DataFlow.Lifetimes.Using(Action`1 F)
  40. at JetBrains.Application.Parts.MetadataPartsCatalogue..ctor(IList`1 assemblyLocations, IPartCatalogueFactory typeFactory, Func`2 FCreateAdditionalResolvers)
  41. at JetBrains.Application.Parts.CachedPartCatalogueUtil.CreateMetadataPartsCatalogueCached(IList`1 locations)
  42. at JetBrains.Application.IApplicationDescriptorEx.CreatePartCatalogForConfiguration(IApplicationDescriptor product, IList`1 configurations)
  43. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<InitEnvironmentContainer>b__4(Lifetime lifetimeProduct, IApplicationDescriptor product)
  44. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  45. at JetBrains.Util.Logging.Logger.Catch(Action action)
  46. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  47. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  48. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  49. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  50. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  51. at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie)
  52. at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie)
  53. at JetBrains.TestShell.Infra.JetTestHost..ctor(Lifetime lifetime, IApplicationDescriptor testDescriptor, IHostCommandLine cmdline)
  54. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.RunEnvironment(Lifetime lifetime, FileSystemPath startupPath)
  55. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__1(Lifetime lifetime)
  56. at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime)
  57. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  58. at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext)
  59. at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext)
  60. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__0()
  61. at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
  62. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.SetUp()
  63. at KaVE_VsFeedbackGenerator_Rs8TestsAssembly.SetUp() in c:\TeamCity-BuildAgent\work\8bed1f4758a8fe21\KaVE.VsFeedbackGenerator\KaVE.VsFeedbackGenerator.RS8Tests\Properties\AssemblyInfo.cs:line 47
  64. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  65. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  66. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  67. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  68. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture, Object[] args)
  69. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture)
  70. at NUnit.Core.TestSuite.DoOneTimeSetUp(TestResult suiteResult)
  71. at NUnit.Core.TestSuite.RunSuite(EventListener listener, ITestFilter filter)
  72. at NUnit.Core.TestSuiteThread.RunTest()
  73. at NUnit.Core.TestThread.RunTestProc()
  74. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  75. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  76. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  77. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  78. at System.Threading.ThreadHelper.ThreadStart()
  79.  
  80. #2: Could not read settings key entry. Property Description of type System.String was not found
  81.  
  82. --- EXCEPTION #1/2 [KeyNotFoundException]
  83. Message = “Property Description of type System.String was not found”
  84. ExceptionPath = Root.InnerException
  85. ClassName = System.Collections.Generic.KeyNotFoundException
  86. Data.SettingsKeyClassType = “JetBrains.TextControl.ErrorStripe.ErrorStripeSettings, JetBrains.Platform.ReSharper.TextControl, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
  87. Data.MemberName = ErrorStripeAnchoring
  88. Data.MemberKind = PartCatalogueTypeMember
  89. HResult = COR_E_KEYNOTFOUND=80131577
  90. Source = JetBrains.Platform.ReSharper.ComponentModel
  91. StackTraceString = “
  92. at JetBrains.Application.Parts.PartCatalogueAttribute.GetProperty[T](String name)
  93. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries_CatalogType_Member_EntryScalar(SettingsKey newcomerKey, PartCatalogueTypeMember member, PartCatalogueAttribute partattribute)
  94. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries_CatalogType_Member(SettingsKey newcomerKey, PartCatalogueTypeMember member)
  95. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries_CatalogType(SettingsKey newcomerKey, ILogger logger)
  96.  
  97. --- Outer ---
  98.  
  99. --- EXCEPTION #2/2 [LoggerException]
  100. Message = “Could not read settings key entry. Property Description of type System.String was not found”
  101. ExceptionPath = Root
  102. ClassName = JetBrains.Util.LoggerException
  103. InnerException = “Exception #1 at Root.InnerException”
  104. HResult = COR_E_APPLICATION=80131600
  105. StackTraceString = “
  106. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries_CatalogType(SettingsKey newcomerKey, ILogger logger)
  107. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries(IEnumerable`1 keysJustCreated, ILogger logger)
  108. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew(Dictionary`2 mapTypeToSettingsKey, Dictionary`2 settingsTypesFromCatalogs, ILogger logger, InternKeyPathComponent interned)
  109. at JetBrains.Application.Settings.SettingsSchemaCollector.EnsureValidCache()
  110. at JetBrains.Application.Settings.SettingsSchemaCollector.GetKey(Type typeSettingsClass)
  111. at JetBrains.Application.Settings.SettingsSchema.GetKey(Type typeSettingsClass)
  112. at JetBrains.Application.Settings.SettingsSchema.GetKey[TKey]()
  113. at JetBrains.Application.ActivityTrackingNew.ActivityTrackingSettings..ctor(Lifetime lifetime, WebProxySettingsReader proxySettings, ISettingsStore store, IThreading threading)
  114. at JetBrains.TestFramework.Components.ActivityTracking.ActivityTrackingTestSettings..ctor(Lifetime lifetime, WebProxySettingsReader proxySettings, ISettingsStore store, IThreading threading)
  115. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  116. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  117. at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  118. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  119. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  120. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  121. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  122. at JetBrains.Application.Components.SignatureResolution.BindArguments(List`1 argumentDescriptors)
  123. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  124. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  125. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  126. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  127. at JetBrains.Application.Components.SignatureResolution.BindArguments(List`1 argumentDescriptors)
  128. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  129. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  130. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  131. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  132. at JetBrains.Application.Components.SignatureResolution.BindArguments(List`1 argumentDescriptors)
  133. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  134. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  135. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  136. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  137. at JetBrains.Application.Components.SignatureResolution.BindArguments(List`1 argumentDescriptors)
  138. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  139. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  140. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  141. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  142. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  143. at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
  144. at JetBrains.Application.Components.ComponentStorage.Compose()
  145. at JetBrains.Application.Components.ComponentContainer.Compose()
  146. at JetBrains.Application.Env.RunsProducts.RunProduct(Lifetime lifetimeProduct, IApplicationDescriptor product, IEnumerable`1 enumProgramConfigurationsProviders, JetEnvironment environment, IDictionaryEvents`2 productsNonComposed, IDictionaryEvents`2 productsComposed)
  147. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass1f.<Init_RunWhenAllowed>b__1e(Lifetime lifetimeProduct, IApplicationDescriptor product)
  148. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  149. at JetBrains.Util.Logging.Logger.Catch(Action action)
  150. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  151. at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
  152. at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__0(Action`1 handler)
  153. at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
  154. at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
  155. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  156. at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
  157. at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
  158. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
  159. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler)
  160. at JetBrains.Application.Env.RunsProducts.Init_RunWhenAllowed(Lifetime lifetimeRWLocked, IShellLocks locks, IEnumerable`1 enumShellConfigProviders, JetEnvironment environment, ICollectionEvents`1 productsAllowedToRun, DictionaryEvents`2 productContainersNonComposed, DictionaryEvents`2 productContainersComposed)
  161. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass2.<.ctor>b__0(Lifetime lifetimeRWLocked)
  162. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1c.<WithRWLockedLifetime>b__15()
  163. at JetBrains.Application.IShellLocksEx.ExecuteWithWriteLock(IShellLocks thіs, Action F)
  164. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1a.<WithRWLockedLifetime>b__12()
  165. at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
  166. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<WithRWLockedLifetime>b__11(Action F)
  167. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1c.<WithRWLockedLifetime>b__14()
  168. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  169. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<WithRWLockedLifetime>b__13(LifetimeDefinition lifetimeRWLockedDefinition, Lifetime lifetimeRWLocked)
  170. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  171. at JetBrains.Application.Env.RunsProducts.WithRWLockedLifetime(Lifetime lifetime, IShellLocks locks, Action`1 FInRWLockedLifetime)
  172. at JetBrains.Application.Env.RunsProducts..ctor(Lifetime lifetime, IShellLocks locks, IEnumerable`1 enumShellConfigProviders, IEnumerable`1 arReportsProductsAllowedToRun, JetEnvironment environment, RunningProducts runningProducts)
  173. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  174. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  175. at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  176. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  177. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  178. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  179. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  180. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  181. at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
  182. at JetBrains.Application.Components.ComponentStorage.RegisterDescriptors(Lifetime lifetime, IList`1 descriptors)
  183. at JetBrains.Application.Components.ComponentContainer.RegisterDescriptors(Lifetime lifetime, IList`1 descriptors)
  184. at JetBrains.Application.Components.ComponentContainer.<RegisterSource>b__2(Lifetime lifetime, IEnumerable`1 descriptors)
  185. at JetBrains.Application.Extensibility.CatalogueComponentSource.<>c__DisplayClass4.<View>b__1(Lifetime catalogLifetime, IPartsCatalogue catalogue)
  186. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  187. at JetBrains.Util.Logging.Logger.Catch(Action action)
  188. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  189. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  190. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  191. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  192. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  193. at JetBrains.DataFlow.CollectionEvents`1.AddRange(IEnumerable`1 items)
  194. at JetBrains.Application.Parts.PartsCatalogueSet.AddCatalogues(IEnumerable`1 catalogues)
  195. at JetBrains.Application.Parts.PartsCatalogueSet.<>c__DisplayClass2.<Add>b__0()
  196. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  197. at JetBrains.Application.Parts.PartsCatalogueSet.Add(Lifetime lifetime, IPartsCatalogue[] catalogues)
  198. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<>c__DisplayClass9.<InitEnvironmentContainer>b__6(Lifetime lifetimeCatalog, IPartsCatalogue catalog)
  199. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  200. at JetBrains.Util.Logging.Logger.Catch(Action action)
  201. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  202. at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
  203. at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__0(Action`1 handler)
  204. at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
  205. at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
  206. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  207. at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
  208. at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
  209. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
  210. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler)
  211. at JetBrains.DataFlow.CollectionEvents`1.View(Lifetime lifetime, Action`2 viewer)
  212. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<InitEnvironmentContainer>b__5(Lifetime lifetimeProduct, IApplicationDescriptor product)
  213. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  214. at JetBrains.Util.Logging.Logger.Catch(Action action)
  215. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  216. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  217. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  218. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  219. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  220. at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie)
  221. at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie)
  222. at JetBrains.TestShell.Infra.JetTestHost..ctor(Lifetime lifetime, IApplicationDescriptor testDescriptor, IHostCommandLine cmdline)
  223. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.RunEnvironment(Lifetime lifetime, FileSystemPath startupPath)
  224. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__1(Lifetime lifetime)
  225. at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime)
  226. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  227. at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext)
  228. at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext)
  229. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__0()
  230. at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
  231. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.SetUp()
  232. at KaVE_VsFeedbackGenerator_Rs8TestsAssembly.SetUp() in c:\TeamCity-BuildAgent\work\8bed1f4758a8fe21\KaVE.VsFeedbackGenerator\KaVE.VsFeedbackGenerator.RS8Tests\Properties\AssemblyInfo.cs:line 47
  233. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  234. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  235. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  236. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  237. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture, Object[] args)
  238. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture)
  239. at NUnit.Core.TestSuite.DoOneTimeSetUp(TestResult suiteResult)
  240. at NUnit.Core.TestSuite.RunSuite(EventListener listener, ITestFilter filter)
  241. at NUnit.Core.TestSuiteThread.RunTest()
  242. at NUnit.Core.TestThread.RunTestProc()
  243. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  244. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  245. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  246. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  247. at System.Threading.ThreadHelper.ThreadStart()
  248.  
  249. #3: Component CatalogType: JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle [Singleton, Corrupted] construction has failed. Exception has been thrown by the target of an invocation. The settings key ErrorStripe does not have any entries with member name ErrorStripeAnchoring. Parameter name: sMemberName Actual value was ErrorStripeAnchoring.
  250.  
  251. --- EXCEPTION #1/4 [ArgumentOutOfRangeException]
  252. Message = “The settings key ErrorStripe does not have any entries with member name ErrorStripeAnchoring.”
  253. ExceptionPath = Root.InnerException.InnerException.InnerException
  254. ClassName = System.ArgumentOutOfRangeException
  255. HResult = COR_E_ARGUMENTOUTOFRANGE=80131502
  256. Source = JetBrains.Platform.ReSharper.Shell
  257. ParamName = sMemberName
  258. ActualValue = ErrorStripeAnchoring
  259. StackTraceString = “
  260. at JetBrains.Application.Settings.SettingsKey.GetEntryByMemberName(String sMemberName)
  261. at JetBrains.Application.Settings.SettingsSchema.GetEntry(Type typeSettingsClass, String membername)
  262. at JetBrains.Application.Settings.SettingsSchema.GetEntry[TKeyClass,TEntryMemberType](Expression`1 lambdaexpression)
  263. at JetBrains.Application.Settings.SettingsSchema.GetScalarEntry[TKeyClass,TEntryMemberType](Expression`1 lambdaexpression)
  264. at JetBrains.Application.Settings.SettingsStoreEx.GetValueProperty[TKeyClass,TEntryMemberType](IContextBoundSettingsStoreLive thіs, Lifetime lifetime, Expression`1 lambdaexpression, IDictionary`2 keyIndices)
  265. at JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle..ctor(Lifetime lifetime, ISettingsStore settingsStore, ITheming theming)
  266.  
  267. --- Outer ---
  268.  
  269. --- EXCEPTION #2/4 [TargetInvocationException]
  270. Message = “Exception has been thrown by the target of an invocation.”
  271. ExceptionPath = Root.InnerException.InnerException
  272. ClassName = System.Reflection.TargetInvocationException
  273. Data.DescriptorType = “JetBrains.Application.Extensibility.PartComponentDescriptor, JetBrains.Platform.ReSharper.ComponentModel, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
  274. Data.State = Initializing
  275. InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”
  276. HResult = COR_E_TARGETINVOCATION=80131604
  277. Source = mscorlib
  278. StackTraceString = “
  279. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  280. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  281. at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  282. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  283. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  284. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  285. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  286. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  287.  
  288. --- Outer ---
  289.  
  290. --- EXCEPTION #3/4 [TargetInvocationException]
  291. Message = “Component CatalogType: JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle [Singleton, Corrupted] construction has failed.”
  292. ExceptionPath = Root.InnerException
  293. ClassName = System.Reflection.TargetInvocationException
  294. Data.Descriptor = “CatalogType: JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle [Singleton, Corrupted]”
  295. InnerException = “Exception #2 at Root.InnerException.InnerException”
  296. HResult = COR_E_TARGETINVOCATION=80131604
  297.  
  298. --- Outer ---
  299.  
  300. --- EXCEPTION #4/4 [LoggerException]
  301. Message = “Component CatalogType: JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle [Singleton, Corrupted] construction has failed.”
  302. ExceptionPath = Root
  303. ClassName = JetBrains.Util.LoggerException
  304. InnerException = “Exception #3 at Root.InnerException”
  305. HResult = COR_E_APPLICATION=80131600
  306. StackTraceString = “
  307. at JetBrains.Util.Logging.Logger.LogException(Exception ex)
  308. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  309. at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
  310. at JetBrains.Application.Components.ComponentStorage.Compose()
  311. at JetBrains.Application.Components.ComponentContainer.Compose()
  312. at JetBrains.Application.Env.RunsProducts.RunProduct(Lifetime lifetimeProduct, IApplicationDescriptor product, IEnumerable`1 enumProgramConfigurationsProviders, JetEnvironment environment, IDictionaryEvents`2 productsNonComposed, IDictionaryEvents`2 productsComposed)
  313. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass1f.<Init_RunWhenAllowed>b__1e(Lifetime lifetimeProduct, IApplicationDescriptor product)
  314. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  315. at JetBrains.Util.Logging.Logger.Catch(Action action)
  316. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  317. at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
  318. at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__0(Action`1 handler)
  319. at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
  320. at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
  321. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  322. at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
  323. at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
  324. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
  325. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler)
  326. at JetBrains.Application.Env.RunsProducts.Init_RunWhenAllowed(Lifetime lifetimeRWLocked, IShellLocks locks, IEnumerable`1 enumShellConfigProviders, JetEnvironment environment, ICollectionEvents`1 productsAllowedToRun, DictionaryEvents`2 productContainersNonComposed, DictionaryEvents`2 productContainersComposed)
  327. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass2.<.ctor>b__0(Lifetime lifetimeRWLocked)
  328. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1c.<WithRWLockedLifetime>b__15()
  329. at JetBrains.Application.IShellLocksEx.ExecuteWithWriteLock(IShellLocks thіs, Action F)
  330. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1a.<WithRWLockedLifetime>b__12()
  331. at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
  332. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<WithRWLockedLifetime>b__11(Action F)
  333. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1c.<WithRWLockedLifetime>b__14()
  334. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  335. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<WithRWLockedLifetime>b__13(LifetimeDefinition lifetimeRWLockedDefinition, Lifetime lifetimeRWLocked)
  336. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  337. at JetBrains.Application.Env.RunsProducts.WithRWLockedLifetime(Lifetime lifetime, IShellLocks locks, Action`1 FInRWLockedLifetime)
  338. at JetBrains.Application.Env.RunsProducts..ctor(Lifetime lifetime, IShellLocks locks, IEnumerable`1 enumShellConfigProviders, IEnumerable`1 arReportsProductsAllowedToRun, JetEnvironment environment, RunningProducts runningProducts)
  339. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  340. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  341. at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  342. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  343. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  344. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  345. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  346. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  347. at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
  348. at JetBrains.Application.Components.ComponentStorage.RegisterDescriptors(Lifetime lifetime, IList`1 descriptors)
  349. at JetBrains.Application.Components.ComponentContainer.RegisterDescriptors(Lifetime lifetime, IList`1 descriptors)
  350. at JetBrains.Application.Components.ComponentContainer.<RegisterSource>b__2(Lifetime lifetime, IEnumerable`1 descriptors)
  351. at JetBrains.Application.Extensibility.CatalogueComponentSource.<>c__DisplayClass4.<View>b__1(Lifetime catalogLifetime, IPartsCatalogue catalogue)
  352. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  353. at JetBrains.Util.Logging.Logger.Catch(Action action)
  354. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  355. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  356. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  357. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  358. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  359. at JetBrains.DataFlow.CollectionEvents`1.AddRange(IEnumerable`1 items)
  360. at JetBrains.Application.Parts.PartsCatalogueSet.AddCatalogues(IEnumerable`1 catalogues)
  361. at JetBrains.Application.Parts.PartsCatalogueSet.<>c__DisplayClass2.<Add>b__0()
  362. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  363. at JetBrains.Application.Parts.PartsCatalogueSet.Add(Lifetime lifetime, IPartsCatalogue[] catalogues)
  364. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<>c__DisplayClass9.<InitEnvironmentContainer>b__6(Lifetime lifetimeCatalog, IPartsCatalogue catalog)
  365. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  366. at JetBrains.Util.Logging.Logger.Catch(Action action)
  367. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  368. at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
  369. at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__0(Action`1 handler)
  370. at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
  371. at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
  372. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  373. at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
  374. at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
  375. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
  376. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler)
  377. at JetBrains.DataFlow.CollectionEvents`1.View(Lifetime lifetime, Action`2 viewer)
  378. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<InitEnvironmentContainer>b__5(Lifetime lifetimeProduct, IApplicationDescriptor product)
  379. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  380. at JetBrains.Util.Logging.Logger.Catch(Action action)
  381. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  382. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  383. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  384. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  385. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  386. at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie)
  387. at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie)
  388. at JetBrains.TestShell.Infra.JetTestHost..ctor(Lifetime lifetime, IApplicationDescriptor testDescriptor, IHostCommandLine cmdline)
  389. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.RunEnvironment(Lifetime lifetime, FileSystemPath startupPath)
  390. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__1(Lifetime lifetime)
  391. at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime)
  392. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  393. at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext)
  394. at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext)
  395. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__0()
  396. at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
  397. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.SetUp()
  398. at KaVE_VsFeedbackGenerator_Rs8TestsAssembly.SetUp() in c:\TeamCity-BuildAgent\work\8bed1f4758a8fe21\KaVE.VsFeedbackGenerator\KaVE.VsFeedbackGenerator.RS8Tests\Properties\AssemblyInfo.cs:line 47
  399. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  400. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  401. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  402. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  403. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture, Object[] args)
  404. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture)
  405. at NUnit.Core.TestSuite.DoOneTimeSetUp(TestResult suiteResult)
  406. at NUnit.Core.TestSuite.RunSuite(EventListener listener, ITestFilter filter)
  407. at NUnit.Core.TestSuiteThread.RunTest()
  408. at NUnit.Core.TestThread.RunTestProc()
  409. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  410. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  411. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  412. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  413. at System.Threading.ThreadHelper.ThreadStart()
  414.  
  415. ----> JetBrains.Util.Tests.TestLoggerListener+TestWrapperException : 3 exceptions were thrown.
  416. #1: Error reading metadata custom attribute of type “JetBrains.Application.Settings.SettingsEntryAttribute, JetBrains.Platform.ReSharper.Shell, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325” in assembly “JetBrains.Platform.ReSharper.TextControl, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”. Could not read the custom attribute constructor actual parameter value for parameter #0 named DefaultValue of type MetadataClassType(System.Object).
  417.  
  418. --- EXCEPTION #1/2 [TypeLoadException]
  419. Message = “Error reading metadata custom attribute of type “JetBrains.Application.Settings.SettingsEntryAttribute, JetBrains.Platform.ReSharper.Shell, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325” in assembly “JetBrains.Platform.ReSharper.TextControl, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”. Could not read the custom attribute constructor actual parameter value for parameter #0 named DefaultValue of type MetadataClassType(System.Object).”
  420. ExceptionPath = Root.InnerException
  421. ClassName = System.TypeLoadException
  422. HResult = COR_E_TYPELOAD=80131522
  423.  
  424. --- Outer ---
  425.  
  426. --- EXCEPTION #2/2 [LoggerException]
  427. Message = “Error reading metadata custom attribute of type “JetBrains.Application.Settings.SettingsEntryAttribute, JetBrains.Platform.ReSharper.Shell, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325” in assembly “JetBrains.Platform.ReSharper.TextControl, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”. Could not read the custom attribute constructor actual parameter value for parameter #0 named DefaultValue of type MetadataClassType(System.Object).”
  428. ExceptionPath = Root
  429. ClassName = JetBrains.Util.LoggerException
  430. InnerException = “Exception #1 at Root.InnerException”
  431. HResult = COR_E_APPLICATION=80131600
  432. StackTraceString = “
  433. at JetBrains.Util.Logging.Logger.LogException(Exception ex)
  434. at JetBrains.Application.Parts.MetadataPartsCatalogue.<>c__DisplayClass8.<.ctor>b__1(IncompleteAttributeArgs args)
  435. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  436. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  437. at JetBrains.DataFlow.Signal`1.Fire(TValue value)
  438. at JetBrains.Metadata.Reader.Impl.CustomAttributeBlobDecoder.ReadBlob(IBlob blob)
  439. at JetBrains.Metadata.Reader.Impl.MetadataCustomAttribute.ReadBlobIfNeeded()
  440. at JetBrains.Metadata.Reader.Impl.MetadataCustomAttribute.get_InitializedProperties()
  441. at JetBrains.Application.Parts.PartHelpers.CreatePartAttribute(IMetadataCustomAttribute attribute, IPartCatalogueFactory typeFactory)
  442. at JetBrains.Application.Parts.PartHelpers.CreateAttributes(IMetadataEntity entity, IPartCatalogueFactory typeFactory)
  443. at JetBrains.Application.Parts.PartHelpers.CreatePartMember(IMetadataTypeMember member, IPartCatalogueFactory typeFactory)
  444. at JetBrains.Application.Parts.PartHelpers.CreateMembers(IMetadataTypeInfo entity, IPartCatalogueFactory typeFactory)
  445. at JetBrains.Application.Parts.PartHelpers.<>c__DisplayClassa.<CreateType>b__9()
  446. at JetBrains.Application.Parts.FlyweightPartFactory.CreateType(String fullName, PartCatalogueAssembly assembly, Func`1 baseTypes, Func`1 genericArgs, Func`1 attributes, Func`1 members)
  447. at JetBrains.Application.Parts.PartHelpers.CreateType(IMetadataTypeInfo type, IPartCatalogueFactory typeFactory)
  448. at JetBrains.Application.Parts.MetadataPartsCatalogue.<>c__DisplayClass8.<.ctor>b__2(IMetadataTypeInfo type)
  449. at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
  450. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  451. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  452. at JetBrains.Application.Parts.MetadataPartsCatalogue.<>c__DisplayClass8.<.ctor>b__0(Lifetime lifetime)
  453. at JetBrains.DataFlow.Lifetimes.Using(Action`1 F)
  454. at JetBrains.Application.Parts.MetadataPartsCatalogue..ctor(IList`1 assemblyLocations, IPartCatalogueFactory typeFactory, Func`2 FCreateAdditionalResolvers)
  455. at JetBrains.Application.Parts.CachedPartCatalogueUtil.CreateMetadataPartsCatalogueCached(IList`1 locations)
  456. at JetBrains.Application.IApplicationDescriptorEx.CreatePartCatalogForConfiguration(IApplicationDescriptor product, IList`1 configurations)
  457. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<InitEnvironmentContainer>b__4(Lifetime lifetimeProduct, IApplicationDescriptor product)
  458. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  459. at JetBrains.Util.Logging.Logger.Catch(Action action)
  460. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  461. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  462. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  463. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  464. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  465. at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie)
  466. at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie)
  467. at JetBrains.TestShell.Infra.JetTestHost..ctor(Lifetime lifetime, IApplicationDescriptor testDescriptor, IHostCommandLine cmdline)
  468. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.RunEnvironment(Lifetime lifetime, FileSystemPath startupPath)
  469. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__1(Lifetime lifetime)
  470. at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime)
  471. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  472. at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext)
  473. at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext)
  474. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__0()
  475. at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
  476. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.SetUp()
  477. at KaVE_VsFeedbackGenerator_Rs8TestsAssembly.SetUp() in c:\TeamCity-BuildAgent\work\8bed1f4758a8fe21\KaVE.VsFeedbackGenerator\KaVE.VsFeedbackGenerator.RS8Tests\Properties\AssemblyInfo.cs:line 47
  478. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  479. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  480. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  481. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  482. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture, Object[] args)
  483. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture)
  484. at NUnit.Core.TestSuite.DoOneTimeSetUp(TestResult suiteResult)
  485. at NUnit.Core.TestSuite.RunSuite(EventListener listener, ITestFilter filter)
  486. at NUnit.Core.TestSuiteThread.RunTest()
  487. at NUnit.Core.TestThread.RunTestProc()
  488. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  489. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  490. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  491. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  492. at System.Threading.ThreadHelper.ThreadStart()
  493.  
  494. #2: Could not read settings key entry. Property Description of type System.String was not found
  495.  
  496. --- EXCEPTION #1/2 [KeyNotFoundException]
  497. Message = “Property Description of type System.String was not found”
  498. ExceptionPath = Root.InnerException
  499. ClassName = System.Collections.Generic.KeyNotFoundException
  500. Data.SettingsKeyClassType = “JetBrains.TextControl.ErrorStripe.ErrorStripeSettings, JetBrains.Platform.ReSharper.TextControl, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
  501. Data.MemberName = ErrorStripeAnchoring
  502. Data.MemberKind = PartCatalogueTypeMember
  503. HResult = COR_E_KEYNOTFOUND=80131577
  504. Source = JetBrains.Platform.ReSharper.ComponentModel
  505. StackTraceString = “
  506. at JetBrains.Application.Parts.PartCatalogueAttribute.GetProperty[T](String name)
  507. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries_CatalogType_Member_EntryScalar(SettingsKey newcomerKey, PartCatalogueTypeMember member, PartCatalogueAttribute partattribute)
  508. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries_CatalogType_Member(SettingsKey newcomerKey, PartCatalogueTypeMember member)
  509. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries_CatalogType(SettingsKey newcomerKey, ILogger logger)
  510.  
  511. --- Outer ---
  512.  
  513. --- EXCEPTION #2/2 [LoggerException]
  514. Message = “Could not read settings key entry. Property Description of type System.String was not found”
  515. ExceptionPath = Root
  516. ClassName = JetBrains.Util.LoggerException
  517. InnerException = “Exception #1 at Root.InnerException”
  518. HResult = COR_E_APPLICATION=80131600
  519. StackTraceString = “
  520. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries_CatalogType(SettingsKey newcomerKey, ILogger logger)
  521. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew_KeysReadEntries(IEnumerable`1 keysJustCreated, ILogger logger)
  522. at JetBrains.Application.Settings.SettingsSchemaCollector.Intraspection.EnsureValidCache_AddNew(Dictionary`2 mapTypeToSettingsKey, Dictionary`2 settingsTypesFromCatalogs, ILogger logger, InternKeyPathComponent interned)
  523. at JetBrains.Application.Settings.SettingsSchemaCollector.EnsureValidCache()
  524. at JetBrains.Application.Settings.SettingsSchemaCollector.GetKey(Type typeSettingsClass)
  525. at JetBrains.Application.Settings.SettingsSchema.GetKey(Type typeSettingsClass)
  526. at JetBrains.Application.Settings.SettingsSchema.GetKey[TKey]()
  527. at JetBrains.Application.ActivityTrackingNew.ActivityTrackingSettings..ctor(Lifetime lifetime, WebProxySettingsReader proxySettings, ISettingsStore store, IThreading threading)
  528. at JetBrains.TestFramework.Components.ActivityTracking.ActivityTrackingTestSettings..ctor(Lifetime lifetime, WebProxySettingsReader proxySettings, ISettingsStore store, IThreading threading)
  529. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  530. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  531. at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  532. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  533. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  534. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  535. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  536. at JetBrains.Application.Components.SignatureResolution.BindArguments(List`1 argumentDescriptors)
  537. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  538. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  539. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  540. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  541. at JetBrains.Application.Components.SignatureResolution.BindArguments(List`1 argumentDescriptors)
  542. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  543. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  544. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  545. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  546. at JetBrains.Application.Components.SignatureResolution.BindArguments(List`1 argumentDescriptors)
  547. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  548. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  549. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  550. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  551. at JetBrains.Application.Components.SignatureResolution.BindArguments(List`1 argumentDescriptors)
  552. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  553. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  554. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  555. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  556. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  557. at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
  558. at JetBrains.Application.Components.ComponentStorage.Compose()
  559. at JetBrains.Application.Components.ComponentContainer.Compose()
  560. at JetBrains.Application.Env.RunsProducts.RunProduct(Lifetime lifetimeProduct, IApplicationDescriptor product, IEnumerable`1 enumProgramConfigurationsProviders, JetEnvironment environment, IDictionaryEvents`2 productsNonComposed, IDictionaryEvents`2 productsComposed)
  561. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass1f.<Init_RunWhenAllowed>b__1e(Lifetime lifetimeProduct, IApplicationDescriptor product)
  562. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  563. at JetBrains.Util.Logging.Logger.Catch(Action action)
  564. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  565. at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
  566. at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__0(Action`1 handler)
  567. at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
  568. at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
  569. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  570. at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
  571. at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
  572. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
  573. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler)
  574. at JetBrains.Application.Env.RunsProducts.Init_RunWhenAllowed(Lifetime lifetimeRWLocked, IShellLocks locks, IEnumerable`1 enumShellConfigProviders, JetEnvironment environment, ICollectionEvents`1 productsAllowedToRun, DictionaryEvents`2 productContainersNonComposed, DictionaryEvents`2 productContainersComposed)
  575. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass2.<.ctor>b__0(Lifetime lifetimeRWLocked)
  576. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1c.<WithRWLockedLifetime>b__15()
  577. at JetBrains.Application.IShellLocksEx.ExecuteWithWriteLock(IShellLocks thіs, Action F)
  578. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1a.<WithRWLockedLifetime>b__12()
  579. at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
  580. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<WithRWLockedLifetime>b__11(Action F)
  581. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1c.<WithRWLockedLifetime>b__14()
  582. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  583. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<WithRWLockedLifetime>b__13(LifetimeDefinition lifetimeRWLockedDefinition, Lifetime lifetimeRWLocked)
  584. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  585. at JetBrains.Application.Env.RunsProducts.WithRWLockedLifetime(Lifetime lifetime, IShellLocks locks, Action`1 FInRWLockedLifetime)
  586. at JetBrains.Application.Env.RunsProducts..ctor(Lifetime lifetime, IShellLocks locks, IEnumerable`1 enumShellConfigProviders, IEnumerable`1 arReportsProductsAllowedToRun, JetEnvironment environment, RunningProducts runningProducts)
  587. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  588. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  589. at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  590. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  591. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  592. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  593. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  594. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  595. at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
  596. at JetBrains.Application.Components.ComponentStorage.RegisterDescriptors(Lifetime lifetime, IList`1 descriptors)
  597. at JetBrains.Application.Components.ComponentContainer.RegisterDescriptors(Lifetime lifetime, IList`1 descriptors)
  598. at JetBrains.Application.Components.ComponentContainer.<RegisterSource>b__2(Lifetime lifetime, IEnumerable`1 descriptors)
  599. at JetBrains.Application.Extensibility.CatalogueComponentSource.<>c__DisplayClass4.<View>b__1(Lifetime catalogLifetime, IPartsCatalogue catalogue)
  600. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  601. at JetBrains.Util.Logging.Logger.Catch(Action action)
  602. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  603. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  604. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  605. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  606. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  607. at JetBrains.DataFlow.CollectionEvents`1.AddRange(IEnumerable`1 items)
  608. at JetBrains.Application.Parts.PartsCatalogueSet.AddCatalogues(IEnumerable`1 catalogues)
  609. at JetBrains.Application.Parts.PartsCatalogueSet.<>c__DisplayClass2.<Add>b__0()
  610. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  611. at JetBrains.Application.Parts.PartsCatalogueSet.Add(Lifetime lifetime, IPartsCatalogue[] catalogues)
  612. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<>c__DisplayClass9.<InitEnvironmentContainer>b__6(Lifetime lifetimeCatalog, IPartsCatalogue catalog)
  613. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  614. at JetBrains.Util.Logging.Logger.Catch(Action action)
  615. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  616. at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
  617. at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__0(Action`1 handler)
  618. at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
  619. at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
  620. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  621. at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
  622. at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
  623. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
  624. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler)
  625. at JetBrains.DataFlow.CollectionEvents`1.View(Lifetime lifetime, Action`2 viewer)
  626. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<InitEnvironmentContainer>b__5(Lifetime lifetimeProduct, IApplicationDescriptor product)
  627. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  628. at JetBrains.Util.Logging.Logger.Catch(Action action)
  629. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  630. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  631. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  632. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  633. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  634. at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie)
  635. at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie)
  636. at JetBrains.TestShell.Infra.JetTestHost..ctor(Lifetime lifetime, IApplicationDescriptor testDescriptor, IHostCommandLine cmdline)
  637. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.RunEnvironment(Lifetime lifetime, FileSystemPath startupPath)
  638. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__1(Lifetime lifetime)
  639. at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime)
  640. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  641. at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext)
  642. at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext)
  643. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__0()
  644. at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
  645. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.SetUp()
  646. at KaVE_VsFeedbackGenerator_Rs8TestsAssembly.SetUp() in c:\TeamCity-BuildAgent\work\8bed1f4758a8fe21\KaVE.VsFeedbackGenerator\KaVE.VsFeedbackGenerator.RS8Tests\Properties\AssemblyInfo.cs:line 47
  647. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  648. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  649. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  650. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  651. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture, Object[] args)
  652. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture)
  653. at NUnit.Core.TestSuite.DoOneTimeSetUp(TestResult suiteResult)
  654. at NUnit.Core.TestSuite.RunSuite(EventListener listener, ITestFilter filter)
  655. at NUnit.Core.TestSuiteThread.RunTest()
  656. at NUnit.Core.TestThread.RunTestProc()
  657. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  658. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  659. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  660. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  661. at System.Threading.ThreadHelper.ThreadStart()
  662.  
  663. #3: Component CatalogType: JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle [Singleton, Corrupted] construction has failed. Exception has been thrown by the target of an invocation. The settings key ErrorStripe does not have any entries with member name ErrorStripeAnchoring. Parameter name: sMemberName Actual value was ErrorStripeAnchoring.
  664.  
  665. --- EXCEPTION #1/4 [ArgumentOutOfRangeException]
  666. Message = “The settings key ErrorStripe does not have any entries with member name ErrorStripeAnchoring.”
  667. ExceptionPath = Root.InnerException.InnerException.InnerException
  668. ClassName = System.ArgumentOutOfRangeException
  669. HResult = COR_E_ARGUMENTOUTOFRANGE=80131502
  670. Source = JetBrains.Platform.ReSharper.Shell
  671. ParamName = sMemberName
  672. ActualValue = ErrorStripeAnchoring
  673. StackTraceString = “
  674. at JetBrains.Application.Settings.SettingsKey.GetEntryByMemberName(String sMemberName)
  675. at JetBrains.Application.Settings.SettingsSchema.GetEntry(Type typeSettingsClass, String membername)
  676. at JetBrains.Application.Settings.SettingsSchema.GetEntry[TKeyClass,TEntryMemberType](Expression`1 lambdaexpression)
  677. at JetBrains.Application.Settings.SettingsSchema.GetScalarEntry[TKeyClass,TEntryMemberType](Expression`1 lambdaexpression)
  678. at JetBrains.Application.Settings.SettingsStoreEx.GetValueProperty[TKeyClass,TEntryMemberType](IContextBoundSettingsStoreLive thіs, Lifetime lifetime, Expression`1 lambdaexpression, IDictionary`2 keyIndices)
  679. at JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle..ctor(Lifetime lifetime, ISettingsStore settingsStore, ITheming theming)
  680.  
  681. --- Outer ---
  682.  
  683. --- EXCEPTION #2/4 [TargetInvocationException]
  684. Message = “Exception has been thrown by the target of an invocation.”
  685. ExceptionPath = Root.InnerException.InnerException
  686. ClassName = System.Reflection.TargetInvocationException
  687. Data.DescriptorType = “JetBrains.Application.Extensibility.PartComponentDescriptor, JetBrains.Platform.ReSharper.ComponentModel, Version=8.2.0.2151, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
  688. Data.State = Initializing
  689. InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”
  690. HResult = COR_E_TARGETINVOCATION=80131604
  691. Source = mscorlib
  692. StackTraceString = “
  693. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  694. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  695. at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  696. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  697. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  698. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  699. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  700. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  701.  
  702. --- Outer ---
  703.  
  704. --- EXCEPTION #3/4 [TargetInvocationException]
  705. Message = “Component CatalogType: JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle [Singleton, Corrupted] construction has failed.”
  706. ExceptionPath = Root.InnerException
  707. ClassName = System.Reflection.TargetInvocationException
  708. Data.Descriptor = “CatalogType: JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle [Singleton, Corrupted]”
  709. InnerException = “Exception #2 at Root.InnerException.InnerException”
  710. HResult = COR_E_TARGETINVOCATION=80131604
  711.  
  712. --- Outer ---
  713.  
  714. --- EXCEPTION #4/4 [LoggerException]
  715. Message = “Component CatalogType: JetBrains.TextControl.ErrorStripe.ErrorStripeEditorStyle [Singleton, Corrupted] construction has failed.”
  716. ExceptionPath = Root
  717. ClassName = JetBrains.Util.LoggerException
  718. InnerException = “Exception #3 at Root.InnerException”
  719. HResult = COR_E_APPLICATION=80131600
  720. StackTraceString = “
  721. at JetBrains.Util.Logging.Logger.LogException(Exception ex)
  722. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  723. at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
  724. at JetBrains.Application.Components.ComponentStorage.Compose()
  725. at JetBrains.Application.Components.ComponentContainer.Compose()
  726. at JetBrains.Application.Env.RunsProducts.RunProduct(Lifetime lifetimeProduct, IApplicationDescriptor product, IEnumerable`1 enumProgramConfigurationsProviders, JetEnvironment environment, IDictionaryEvents`2 productsNonComposed, IDictionaryEvents`2 productsComposed)
  727. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass1f.<Init_RunWhenAllowed>b__1e(Lifetime lifetimeProduct, IApplicationDescriptor product)
  728. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  729. at JetBrains.Util.Logging.Logger.Catch(Action action)
  730. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  731. at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
  732. at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__0(Action`1 handler)
  733. at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
  734. at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
  735. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  736. at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
  737. at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
  738. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
  739. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler)
  740. at JetBrains.Application.Env.RunsProducts.Init_RunWhenAllowed(Lifetime lifetimeRWLocked, IShellLocks locks, IEnumerable`1 enumShellConfigProviders, JetEnvironment environment, ICollectionEvents`1 productsAllowedToRun, DictionaryEvents`2 productContainersNonComposed, DictionaryEvents`2 productContainersComposed)
  741. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass2.<.ctor>b__0(Lifetime lifetimeRWLocked)
  742. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1c.<WithRWLockedLifetime>b__15()
  743. at JetBrains.Application.IShellLocksEx.ExecuteWithWriteLock(IShellLocks thіs, Action F)
  744. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1a.<WithRWLockedLifetime>b__12()
  745. at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
  746. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<WithRWLockedLifetime>b__11(Action F)
  747. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<>c__DisplayClass1c.<WithRWLockedLifetime>b__14()
  748. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  749. at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass18.<WithRWLockedLifetime>b__13(LifetimeDefinition lifetimeRWLockedDefinition, Lifetime lifetimeRWLocked)
  750. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  751. at JetBrains.Application.Env.RunsProducts.WithRWLockedLifetime(Lifetime lifetime, IShellLocks locks, Action`1 FInRWLockedLifetime)
  752. at JetBrains.Application.Env.RunsProducts..ctor(Lifetime lifetime, IShellLocks locks, IEnumerable`1 enumShellConfigProviders, IEnumerable`1 arReportsProductsAllowedToRun, JetEnvironment environment, RunningProducts runningProducts)
  753. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  754. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  755. at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  756. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
  757. at JetBrains.Application.Extensibility.PartComponentDescriptor.CreateInstance(IValueResolveContext context)
  758. at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
  759. at JetBrains.Application.Components.SingletonDescriptor.GetValue()
  760. at JetBrains.Application.Components.ComponentStorage.InstantiateDescriptors(IEnumerable`1 descriptors)
  761. at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
  762. at JetBrains.Application.Components.ComponentStorage.RegisterDescriptors(Lifetime lifetime, IList`1 descriptors)
  763. at JetBrains.Application.Components.ComponentContainer.RegisterDescriptors(Lifetime lifetime, IList`1 descriptors)
  764. at JetBrains.Application.Components.ComponentContainer.<RegisterSource>b__2(Lifetime lifetime, IEnumerable`1 descriptors)
  765. at JetBrains.Application.Extensibility.CatalogueComponentSource.<>c__DisplayClass4.<View>b__1(Lifetime catalogLifetime, IPartsCatalogue catalogue)
  766. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  767. at JetBrains.Util.Logging.Logger.Catch(Action action)
  768. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  769. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  770. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  771. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  772. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  773. at JetBrains.DataFlow.CollectionEvents`1.AddRange(IEnumerable`1 items)
  774. at JetBrains.Application.Parts.PartsCatalogueSet.AddCatalogues(IEnumerable`1 catalogues)
  775. at JetBrains.Application.Parts.PartsCatalogueSet.<>c__DisplayClass2.<Add>b__0()
  776. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  777. at JetBrains.Application.Parts.PartsCatalogueSet.Add(Lifetime lifetime, IPartsCatalogue[] catalogues)
  778. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<>c__DisplayClass9.<InitEnvironmentContainer>b__6(Lifetime lifetimeCatalog, IPartsCatalogue catalog)
  779. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  780. at JetBrains.Util.Logging.Logger.Catch(Action action)
  781. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  782. at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove)
  783. at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__0(Action`1 handler)
  784. at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
  785. at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
  786. at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
  787. at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
  788. at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
  789. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB)
  790. at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler)
  791. at JetBrains.DataFlow.CollectionEvents`1.View(Lifetime lifetime, Action`2 viewer)
  792. at JetBrains.Application.Env.JetEnvironment.<>c__DisplayClass7.<InitEnvironmentContainer>b__5(Lifetime lifetimeProduct, IApplicationDescriptor product)
  793. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<>c__DisplayClass23.<ForEachItemCore>b__13()
  794. at JetBrains.Util.Logging.Logger.Catch(Action action)
  795. at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass1a`1.<ForEachItemCore>b__12(AddRemoveEventArgs`1 args)
  796. at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
  797. at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
  798. at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie)
  799. at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie)
  800. at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie)
  801. at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie)
  802. at JetBrains.TestShell.Infra.JetTestHost..ctor(Lifetime lifetime, IApplicationDescriptor testDescriptor, IHostCommandLine cmdline)
  803. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.RunEnvironment(Lifetime lifetime, FileSystemPath startupPath)
  804. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__1(Lifetime lifetime)
  805. at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime)
  806. at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
  807. at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext)
  808. at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext)
  809. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__0()
  810. at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
  811. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.SetUp()
  812. at KaVE_VsFeedbackGenerator_Rs8TestsAssembly.SetUp() in c:\TeamCity-BuildAgent\work\8bed1f4758a8fe21\KaVE.VsFeedbackGenerator\KaVE.VsFeedbackGenerator.RS8Tests\Properties\AssemblyInfo.cs:line 47
  813. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  814. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  815. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  816. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  817. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture, Object[] args)
  818. at NUnit.Core.Reflect.InvokeMethod(MethodInfo method, Object fixture)
  819. at NUnit.Core.TestSuite.DoOneTimeSetUp(TestResult suiteResult)
  820. at NUnit.Core.TestSuite.RunSuite(EventListener listener, ITestFilter filter)
  821. at NUnit.Core.TestSuiteThread.RunTest()
  822. at NUnit.Core.TestThread.RunTestProc()
  823. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  824. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  825. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  826. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  827. at System.Threading.ThreadHelper.ThreadStart()
  828.  
  829. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.SetUp()
  830. at KaVE_VsFeedbackGenerator_Rs8TestsAssembly.SetUp() in c:\TeamCity-BuildAgent\work\8bed1f4758a8fe21\KaVE.VsFeedbackGenerator\KaVE.VsFeedbackGenerator.RS8Tests\Properties\AssemblyInfo.cs:line 47
  831. --TestWrapperException
  832. at JetBrains.Util.Tests.TestLoggerListener.ThrowLoggedExceptions()
  833. at JetBrains.TestShell.Infra.JetTestHost..ctor(Lifetime lifetime, IApplicationDescriptor testDescriptor, IHostCommandLine cmdline)
  834. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.RunEnvironment(Lifetime lifetime, FileSystemPath startupPath)
  835. at JetBrains.TestShell.Infra.AssemblyScope.TestEnvironmentAssembly.<>c__DisplayClass8.<SetUp>b__1(Lifetime lifetime)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement