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

Commit e7924ec

Browse files
committed
Disable NullGuard on GitHubProviderDispatcher.
NullGuard shouldn't be applied to wrappers.
1 parent 0a1ab87 commit e7924ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/Services/UIProvider.cs

Lines changed: 1 addition & 0 deletions
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)