Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add non-generic GetExports/GetExportedValues methods to ExportProvider #143

Merged
merged 1 commit into from
Jun 24, 2019

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Jun 8, 2019

Closes #137

@AArnott AArnott added this to the 16.3 milestone Jun 8, 2019
@AArnott AArnott requested a review from ZoeyR June 8, 2019 15:18
@AArnott AArnott self-assigned this Jun 8, 2019
@codecov-io
Copy link

Codecov Report

Merging #143 into master will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #143     +/-   ##
=========================================
+ Coverage   86.84%   86.95%   +0.1%     
=========================================
  Files          68       68             
  Lines        5634     5642      +8     
  Branches      994      995      +1     
=========================================
+ Hits         4893     4906     +13     
+ Misses        556      551      -5     
  Partials      185      185
Impacted Files Coverage Δ
...crosoft.VisualStudio.Composition/ExportProvider.cs 96.15% <100%> (+0.98%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 083667c...4c4099e. Read the comment docs.

@AArnott AArnott merged commit 8eed023 into microsoft:master Jun 24, 2019
@AArnott AArnott deleted the fix137 branch June 24, 2019 16:54
AArnott pushed a commit that referenced this pull request Jun 7, 2022
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.1.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v17.0.0...v17.1.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-generic ExportProvider.GetExports(Type) method missing
3 participants