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

Commit

Permalink
Merge pull request #685 from github/fixes/githubproviderdispatcher-nu…
Browse files Browse the repository at this point in the history
…llguard

Disable NullGuard on GitHubProviderDispatcher.
  • Loading branch information
shana authored Nov 11, 2016
2 parents 0a1ab87 + e7924ec commit 4725867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GitHub.VisualStudio/Services/UIProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace GitHub.VisualStudio
/// </summary>
[Export(typeof(IUIProvider))]
[PartCreationPolicy(CreationPolicy.NonShared)]
[NullGuard(ValidationFlags.None)]
public class GitHubProviderDispatcher : IUIProvider
{
readonly IUIProvider theRealProvider;
Expand Down

0 comments on commit 4725867

Please sign in to comment.