8000 [SPIKE] Stop TeamFoundation MEF exceptions when installing by jcansdale · Pull Request #970 · github/VisualStudio · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

[SPIKE] Stop TeamFoundation MEF exceptions when installing #970

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c4f272c
Attempt at unifying the GitHub.TeamFoundation projects
jcansdale Apr 19, 2017
b54b2b3
Refine ResolvingTeamExplorerNavigationItem attribute
jcansdale Apr 19, 2017
fbe282c
Make GitHub.TeamFoundation.14 work in VS 2015 and 2017
jcansdale Apr 19, 2017
25a516e
Fix all TeamFoundation MEF errors when installing
jcansdale Apr 25, 2017
b4a3532
Use single resolution context for all TeamFoundation factories
jcansdale Apr 25, 2017
045a58a
Restore improved clone support in TeamFoundation 15+
jcansdale Apr 25, 2017
973f664
Fixed RegistryHelper to work in VS 2015 and 2017
jcansdale Apr 25, 2017
e739f15
Fix duplicate PullRequestsNavigationItem
jcansdale Apr 25, 2017
fc37978
Use public consts in TeamExplorer attributes
jcansdale Apr 25, 2017
e57b441
Leave Export attributes on TeamFoundation.14/15 MEF types
jcansdale Apr 25, 2017
3f91b83
Load TeamFoundation assemblies using Assembly.LoadFrom
jcansdale Apr 26, 2017
18dd2f3
Ensure that Microsoft.TeamFoundation assemblies are loaded consistently
jcansdale Apr 26, 2017
69afd80
Fix CodeAnalysis errors and use VsOutputLogger
jcansdale Apr 26, 2017
25a17b3
Removed Export attributes from factory classes
jcansdale May 2, 2017
f8d0bec
Fixed for updated GitHubHomeSection constructor
jcansdale May 2, 2017
5ab04db
Update Microsoft.TeamFoundation versions to 15.0.0.0
jcansdale May 3, 2017
93323af
Remove redundant `GitHub.TeamFoundation.14` project
jcansdale May 3, 2017
1646ccf
Move `GitHub.TeamFoundation.14` files into `GitHub.TeamFoundation`
jcansdale May 3, 2017
50d079d
Export ITeamFoundationResolver not its implementation
jcansdale May 3, 2017
25bf061
Remove obsolete TEAMEXPLORER14 #ifdefs
jcansdale May 3, 2017
325adae
Follow Dispose pattern and make TeamFoundationResolver public/extensible
jcansdale May 3, 2017
6623701
Factor out PriorityAssemblyResolver
jcansdale May 3, 2017
e6895d8
Reference Microsoft.VisualStudio.Threading 14.0
jcansdale May 4, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,4 @@ WiX.Toolset.DummyFile.txt
nunit-UnitTests.xml
nunit-TrackingCollectionTests.xml
GitHubVS.sln.DotSettings
/.ncrunch/GitHub.UI.UnitTests.v3.ncrunchproject
16 changes: 1 addition & 15 deletions GitHubVS.sln
6DB6
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveUI.Testing_Net45",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrackingCollectionTests", "src\TrackingCollectionTests\TrackingCollectionTests.csproj", "{7B835A7D-CF94-45E8-B191-96F5A4FE26A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.TeamFoundation.14", "src\GitHub.TeamFoundation.14\GitHub.TeamFoundation.14.csproj", "{161DBF01-1DBF-4B00-8551-C5C00F26720D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.TeamFoundation.15", "src\GitHub.TeamFoundation.15\GitHub.TeamFoundation.15.csproj", "{161DBF01-1DBF-4B00-8551-C5C00F26720E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.TeamFoundation", "src\GitHub.TeamFoundation\GitHub.TeamFoundation.csproj", "{161DBF01-1DBF-4B00-8551-C5C00F26720E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.VisualStudio.UI", "src\GitHub.VisualStudio.UI\GitHub.VisualStudio.UI.csproj", "{D1DFBB0C-B570-4302-8F1E-2E3A19C41961}"
EndProject
Expand Down Expand Up @@ -384,18 +382,6 @@ Global
{7B835A7D-CF94-45E8-B191-96F5A4FE26A8}.Release|Any CPU.Build.0 = Release|Any CPU
{7B835A7D-CF94-45E8-B191-96F5A4FE26A8}.Release|x86.ActiveCfg = Release|Any CPU
{7B835A7D-CF94-45E8-B191-96F5A4FE26A8}.Release|x86.Build.0 = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Debug|x86.ActiveCfg = Debug|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Debug|x86.Build.0 = Debug|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Publish|Any CPU.ActiveCfg = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Publish|Any CPU.Build.0 = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Publish|x86.ActiveCfg = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Publish|x86.Build.0 = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Release|Any CPU.Build.0 = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Release|x86.ActiveCfg = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720D}.Release|x86.Build.0 = Release|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{161DBF01-1DBF-4B00-8551-C5C00F26720E}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down
6 changes: 3 additions & 3 deletions src/DesignTimeStyleHelper/DesignTimeStyleHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@
<Project>{e4ed0537-d1d9-44b6-9212-3096d7c3f7a1}</Project>
<Name>GitHub.Exports.Reactive</Name>
</ProjectReference>
<ProjectReference Include="..\GitHub.TeamFoundation.14\GitHub.TeamFoundation.14.csproj">
<Project>{161dbf01-1dbf-4b00-8551-c5c00f26720d}</Project>
<Name>GitHub.TeamFoundation.14</Name>
<ProjectReference Include="..\GitHub.TeamFoundation\GitHub.TeamFoundation.csproj">
<Project>{161dbf01-1dbf-4b00-8551-c5c00f26720e}</Project>
<Name>GitHub.TeamFoundation</Name>
</ProjectReference>
<ProjectReference Include="..\GitHub.UI.Reactive\GitHub.UI.Reactive.csproj">
<Project>{158b05e8-fdbc-4d71-b871-c96e28d5adf5}</Project>
Expand Down
149 changes: 0 additions & 149 deletions src/GitHub.TeamFoundation.14/Base/TeamExplorerGitAwareItemBase.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/GitHub.TeamFoundation.14/packages.config

This file was deleted.

5 changes: 0 additions & 5 deletions src/GitHub.TeamFoundation.15/FodyWeavers.xml

This file was deleted.

Loading
0