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

Commit dcd806f

Browse files
committed
Add comment about using from background thread
1 parent 68d098a commit dcd806f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GitHub.TeamFoundation.14/Services/VSGitExt.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ namespace GitHub.VisualStudio.Base
1616
/// <summary>
1717
/// This service acts as an always available version of <see cref="IGitExt"/>.
1818
/// </summary>
19+
/// <remarks>
20+
/// Initialization for this service will be done asynchronously and the <see cref="IGitExt" /> service will be
21+
/// retrieved on the Main thread. This means the service to be constructed and subscribed to on a background thread.
22+
/// </remarks>
1923
[Export(typeof(IVSGitExt))]
2024
[PartCreationPolicy(CreationPolicy.Shared)]
2125
public class VSGitExt : IVSGitExt

0 commit comments

Comments
 (0)