Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit 1d3f3b0

Browse files
committed
1.3.3 - release that presumably fixes #142
1 parent b41e68a commit 1d3f3b0

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

CPPCheckPlugin/ICodeAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private void startAnalyzerProcess(string analyzerExePath, string arguments)
215215
{
216216
process.PriorityClass = ProcessPriorityClass.Idle;
217217
}
218-
catch (System.InvalidOperationException ex)
218+
catch (System.InvalidOperationException)
219219
{
220220
}
221221

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3-
<Metadata>
4-
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.3.1" Language="en-US" Publisher="-" />
5-
<DisplayName>cppcheck add-in</DisplayName>
6-
<Description xml:space="preserve">Integration for cppcheck - C/C++ code static analysis tool </Description>
7-
<License>PackageInstallerLicense.txt</License>
8-
</Metadata>
9-
<Installation>
10-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,14.0]" />
11-
<InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[11.0,14.0]" />
12-
<InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[11.0,14.0]" />
13-
</Installation>
14-
<Dependencies>
15-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
16-
<Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,)" />
17-
</Dependencies>
18-
<Assets>
19-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
20-
</Assets>
3+
<Metadata>
4+
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.3.3" Language="en-US" Publisher="-" />
5+
<DisplayName>cppcheck add-in</DisplayName>
6+
<Description xml:space="preserve">Integration for cppcheck - C/C++ code static analysis tool </Description>
7+
<License>PackageInstallerLicense.txt</License>
8+
</Metadata>
9+
<Installation>
10+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,14.0]" />
11+
<InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[11.0,14.0]" />
12+
<InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[11.0,14.0]" />
13+
</Installation>
14+
<Dependencies>
15+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
16+
<Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,)" />
17+
</Dependencies>
18+
<Assets>
19+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
20+
</Assets>
2121
</PackageManifest>

0 commit comments

Comments
 (0)