We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a1ab87 + e7924ec commit 4725867Copy full SHA for 4725867
1 file changed
src/GitHub.VisualStudio/Services/UIProvider.cs
@@ -29,6 +29,7 @@ namespace GitHub.VisualStudio
29
/// </summary>
30
[Export(typeof(IUIProvider))]
31
[PartCreationPolicy(CreationPolicy.NonShared)]
32
+ [NullGuard(ValidationFlags.None)]
33
public class GitHubProviderDispatcher : IUIProvider
34
{
35
readonly IUIProvider theRealProvider;
0 commit comments