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

Commit 4725867

Browse files
authored
Merge pull request #685 from github/fixes/githubproviderdispatcher-nullguard
Disable NullGuard on GitHubProviderDispatcher.
2 parents 0a1ab87 + e7924ec commit 4725867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/Services/UIProvider.cs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ namespace GitHub.VisualStudio
2929
/// </summary>
3030
[Export(typeof(IUIProvider))]
3131
[PartCreationPolicy(CreationPolicy.NonShared)]
32+
[NullGuard(ValidationFlags.None)]
3233
public class GitHubProviderDispatcher : IUIProvider
3334
{
3435
readonly IUIProvider theRealProvider;

0 commit comments

Comments
 (0)