Skip to content

Commit

Permalink
Merge pull request #346 from flcdrg/dependabot/nuget/Community.Visual…
Browse files Browse the repository at this point in the history
…Studio.Toolkit.16-16.0.430

Bump Community.VisualStudio.Toolkit.16 from 16.0.355 to 16.0.430
  • Loading branch information
github-actions[bot] authored Apr 23, 2022
2 parents 88160e9 + 57899d0 commit c261dc0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 deletions.
2 changes: 2 additions & 0 deletions Gardiner.VsShowMissing.Shared/Options/BaseOptionPage.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using Microsoft.VisualStudio.Shell;
using System.Runtime.InteropServices;

namespace Gardiner.VsShowMissing.Options
{
/// <summary>
/// A base class for a DialogPage to show in Tools -> Options.
/// </summary>
[ComVisible(true)]
internal class BaseOptionPage<T> : DialogPage where T : BaseOptionModel<T>, new()
{
private readonly BaseOptionModel<T> _model;
Expand Down
9 changes: 5 additions & 4 deletions Gardiner.VsShowMissing.Shared/Options/DialogPageProvider.cs
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> { }
}
}
2 changes: 1 addition & 1 deletion VS2019/VS2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Community.VisualStudio.Toolkit.16">
<Version>16.0.355</Version>
<Version>16.0.430</Version>
</PackageReference>
<PackageReference Include="Community.VisualStudio.VSCT">
<Version>16.0.29.6</Version>
Expand Down
12 changes: 6 additions & 6 deletions VS2019/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
".NETFramework,Version=v4.7.2": {
"Community.VisualStudio.Toolkit.16": {
"type": "Direct",
"requested": "[16.0.355, )",
"resolved": "16.0.355",
"contentHash": "+dCFLp5gRRIgDRYJKHfkMMTDUA7JYZq6J61MJHKrMWp82fYF+0kw0gCIstcjtnemKKcy01sedCfSdIrZsJp3uQ==",
"requested": "[16.0.430, )",
"resolved": "16.0.430",
"contentHash": "VqbfvBY9LXRGcQv0Ov/zfxd4pI1vF4uJDp3FS8yFMPVrTjiWbBqWgoTOAIRd3TvcOyV3OGKt99NHkgfVwBpZFQ==",
"dependencies": {
"Community.VisualStudio.Toolkit.Analyzers": "1.0.355",
"Community.VisualStudio.Toolkit.Analyzers": "1.0.430",
"Microsoft.VisualStudio.SDK": "16.0.206",
"Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime": "12.1.30329"
}
Expand Down Expand Up @@ -64,8 +64,8 @@
},
"Community.VisualStudio.Toolkit.Analyzers": {
"type": "Transitive",
"resolved": "1.0.355",
"contentHash": "XwzxoOoDE96ekgfT/7yzOsQy35fIyCHLF9f7t/NQgr9t4FvHD2zDPMddmcWj6xwdOMw6JbIyiTiUiYGqOKDrew=="
"resolved": "1.0.430",
"contentHash": "T34YABkVK5P3+gtxCq3n8wOfUR4yJBnlv6jYKu/3admm1P4E4kC+r0YH1KwTFemKTGjl8OEXZdL3xYfxNuot7Q=="
},
"EnvDTE": {
"type": "Transitive",
Expand Down
20 changes: 13 additions & 7 deletions VS2022/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"Microsoft.VSSDK.BuildTools": {
"type": "Direct",
"requested": "[17.0.5232, )",
"resolved": "17.0.5232",
"contentHash": "k2+OBg4wxpOofGrEdsm9+vQXgghOusae4f2Vo7XLbEFWv6S9zWqQ5KQ6wy1Ygu845I82CbthEiubmxtVye1fsA==",
"requested": "[17.0.5234, )",
"resolved": "17.0.5234",
"contentHash": "dO1LHj+WrSyoK7x3GbOGsaMMHhSVmwQ52xjdOsFXPJyxLAYrpwRLOEOthPnFjsG0CrNCdkhaS9Kcq/G5ee/mKw==",
"dependencies": {
"Microsoft.VisualStudio.SDK.Analyzers": "15.8.33"
"Microsoft.VisualStudio.SDK.Analyzers": "16.10.10"
}
},
"Nerdbank.GitVersioning": {
Expand Down Expand Up @@ -139,6 +139,11 @@
"resolved": "17.0.0",
"contentHash": "XbFA0z+6Ws2pNeRXYcDF3lKlNgRoSGMm2Q5HKzZD+EbwYMKPKrl/BJnnkMuDJHU0KravYHfhzBnLLJpPeZ3E7A=="
},
"Microsoft.CodeAnalysis.BannedApiAnalyzers": {
"type": "Transitive",
"resolved": "3.3.2",
"contentHash": "LlcsDRSYfkJFWOdDpysY/4Ph4llHc8DLOc3roFTz9+216vl+vwVGfbys2rcSmhZCTDv/0kxSs2oOdd9SX2NiVg=="
},
"Microsoft.CSharp": {
"type": "Transitive",
"resolved": "4.7.0",
Expand Down Expand Up @@ -521,10 +526,11 @@
},
"Microsoft.VisualStudio.SDK.Analyzers": {
"type": "Transitive",
"resolved": "15.8.33",
"contentHash": "5rP5FqdiHID6AtB7m8LNQKXnjTFCErAtazW8gqY4z27kTp+K6S6ZMzBME7hryOCSo2laogjjL1GWp2bUaJZqRw==",
"resolved": "16.10.10",
"contentHash": "LuhBHy7MJJ5SjpS7J2GuHqPyL1VeqXUwYc+mTagaUCzXbNwJmLcSUAioCyQyAzPIn6qtnzuM5Lz6ULOQS3ifUA==",
"dependencies": {
"Microsoft.VisualStudio.Threading.Analyzers": "15.8.122"
"Microsoft.CodeAnalysis.BannedApiAnalyzers": "3.3.2",
"Microsoft.VisualStudio.Threading.Analyzers": "16.10.56"
}
},
"Microsoft.VisualStudio.Setup.Configuration.Interop": {
Expand Down

0 comments on commit c261dc0

Please sign in to comment.