1. 30 6月, 2017 2 次提交
    • T
      Add ConfigureAwait(false) · 1f4baca4
      Tom Meschter 提交于
      1f4baca4
    • T
      Go through the unconfigured project to get the configured project · 347fff9c
      Tom Meschter 提交于
      We're trying to go from an `IVsBrowseObjectContext` to an `IPackageReferencesService`.
      We were doing this through `IVsBrowseObjectContext.ConfiguredProject`, but it turns out
      that this property always returns null on the particular implementation of
      `IVsBrowseObjectContext` we're working with.
      
      Instead, we need to go through the `UnconfiguredProject` and ask it for the "suggested"
      `ConfiguredProject`.
      
      I've also switched from `GetAwaiter().GetResult()` to properly async/await code inside
      an `ExecuteSynchronously` call, mostly for the purposes of readability.
      347fff9c
  2. 29 6月, 2017 8 次提交
  3. 28 6月, 2017 10 次提交
  4. 27 6月, 2017 9 次提交
  5. 24 6月, 2017 7 次提交
  6. 23 6月, 2017 4 次提交