-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #346 from flcdrg/dependabot/nuget/Community.Visual…
…Studio.Toolkit.16-16.0.430 Bump Community.VisualStudio.Toolkit.16 from 16.0.355 to 16.0.430
- Loading branch information
Showing
5 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
namespace Gardiner.VsShowMissing.Options | ||
{ | ||
#pragma warning disable CA1812 | ||
using System.Runtime.InteropServices; | ||
|
||
namespace Gardiner.VsShowMissing.Options | ||
{ | ||
/// <summary> | ||
/// A provider for custom <see cref="DialogPage" /> implementations. | ||
/// A provider for custom <see cref="Microsoft.VisualStudio.Shell.DialogPage" /> implementations. | ||
/// </summary> | ||
internal class DialogPageProvider | ||
{ | ||
[ComVisible(true)] | ||
public class General : BaseOptionPage<GeneralOptions> { } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters