You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This is a dupe of #1625 but the problem just recently started happening for me. GitHub extension is 2.5.4.3349. I'm on VS 2017 Professional, currently on 15.8 Preview 5. I believe the problem also happened with Preview 4. I get a popup error message every time I open a solution that uses git, whether it uses GitHub or not. The log is below.
<entry>
<record>915</record>
<time>2018/07/27 19:48:11.911</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [GitHubPackage]</description>
<guid>{C3D3DC68-C977-411F-B3E8-03B0DCCF7DFC}</guid>
</entry>
<entry>
<record>916</record>
<time>2018/07/27 19:48:11.911</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [GitHubPackage]</description>
<guid>{C3D3DC68-C977-411F-B3E8-03B0DCCF7DFC}</guid>
</entry>
<entry>
<record>917</record>
<time>2018/07/27 19:48:11.953</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [GitHubPackage]Source: 'System.ComponentModel.Composition' Description: No exports were found that match the constraint: 
	ContractName	github.202132.xyzmands.IOpenFromUrlCommand
	RequiredTypeIdentity	github.202132.xyzmands.IOpenFromUrlCommand
</description>
<guid>{C3D3DC68-C977-411F-B3E8-03B0DCCF7DFC}</guid>
<hr>80131500</hr>
<errorinfo></errorinfo>
</entry>
<entry>
<record>918</record>
<time>2018/07/27 19:48:11.959</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [GitHubPackage]</description>
<guid>{C3D3DC68-C977-411F-B3E8-03B0DCCF7DFC}</guid>
<hr>80131500</hr>
<errorinfo></errorinfo>
</entry>
vlardn, rodmtl, ILMTitan, clairernovotny, AdamDotNet and 2 more