Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2eb6613
SLVS-2411 Create empty project (#6366)
gabriela-trutan-sonarsource Aug 7, 2025
f543fdb
SLVS-2464 Fix new project references & add dependencies (#6367)
georgii-borovinskikh-sonarsource Aug 8, 2025
ec0bb99
SLVS-2412 Configure http server for sqvs analysis (#6369)
gabriela-trutan-sonarsource Aug 15, 2025
432c2ad
SLVS-2465 Add analysis engine to connect with Roslyn APIs (#6368)
georgii-borovinskikh-sonarsource Aug 15, 2025
29a853a
SLVS-2428 Provide secondary locations (#6370)
georgii-borovinskikh-sonarsource Aug 19, 2025
569e526
SLVS-2413 add RoslynAnalysisConfigurationProvider (#6375)
georgii-borovinskikh-sonarsource Aug 20, 2025
c7ba736
SLVS-2483 Add RoslynAnalysisProfilesProvider (#6377)
georgii-borovinskikh-sonarsource Aug 20, 2025
281d64f
SLVS-2470 Provide server information to plugin
gabriela-trutan-sonarsource Aug 20, 2025
46d8e9c
SLVS-2416 Embed SqvsRoslyn plugin in vsix extension (#6384)
gabriela-trutan-sonarsource Aug 22, 2025
028f28e
SLVS-2414 Implement `RequestAnalysis` method (#6380)
georgii-borovinskikh-sonarsource Aug 22, 2025
12516ee
SLVS-2485 Add SonarLintXmlProvider (#6378)
georgii-borovinskikh-sonarsource Aug 22, 2025
2a25823
SLVS-2417 Make sure raised roslyn issues are no longer filtered out (…
gabriela-trutan-sonarsource Aug 22, 2025
2957580
SLVS-2482 Add analyzer provider & loader (#6376)
georgii-borovinskikh-sonarsource Aug 22, 2025
5ee04be
SLVS-2490 Catch exceptions thrown when handling a request (#6387)
gabriela-trutan-sonarsource Aug 26, 2025
7f70fdc
SLVS-2495 Load CodeFixProvider-s from analyzer assemblies (#6389)
georgii-borovinskikh-sonarsource Aug 28, 2025
c7ee9f8
SLVS-2500 Respect NET repackaging (#6390)
gabriela-trutan-sonarsource Aug 28, 2025
ad8b403
SLVS-2505 Make sure razor analysis for VB.NET files works (#6392)
gabriela-trutan-sonarsource Aug 29, 2025
9bf76ae
SLVS-2403 Configure CI/CD pipeline (#6394)
vnaskos-sonar Aug 29, 2025
c4a24d0
SLVS-2506 Make quick fix application logic abstract to allow for diff…
georgii-borovinskikh-sonarsource Sep 2, 2025
c626d96
SLVS-2502 Disable old roslyn analysis, configuration files updates an…
gabriela-trutan-sonarsource Sep 3, 2025
fc82443
SLVS-2510 Rename properties specific to SqvsRoslynPlugin (#6400)
gabriela-trutan-sonarsource Sep 3, 2025
2a902d7
SLVS-2481 Cache analyzer assembly contents (#6396)
gabriela-trutan-sonarsource Sep 3, 2025
b134350
SLVS-2539 Fix binding no longer works due to configuration not being …
gabriela-trutan-sonarsource Sep 5, 2025
bce755b
SLVS-2514 Introduce DocumentUpdated event (#6401)
gabriela-trutan-sonarsource Sep 5, 2025
dcd485f
SLVS-2430 Trigger analysis on pressed key with debounce (#6402)
gabriela-trutan-sonarsource Sep 5, 2025
2c3a8ee
SLVS-2427 Provide quickfixes (#6399)
georgii-borovinskikh-sonarsource Sep 8, 2025
a3238c6
SLVS-2554 Update SQVS Roslyn Plugin to 1.0.0.36 master build (#6405)
georgii-borovinskikh-sonarsource Sep 9, 2025
f2badd7
SLVS-2555 Fix QG (#6406)
georgii-borovinskikh-sonarsource Sep 10, 2025
493f2c0
SLVS-2474 Add resources for log messages & contexts used by the engin…
georgii-borovinskikh-sonarsource Sep 16, 2025
d3af700
SLVS-2550 Improve debounce action internals to not rely on TaskCancel…
georgii-borovinskikh-sonarsource Sep 16, 2025
e6cd54e
SLVS-2571 Improve UX analysis experience while typing (#6427)
georgii-borovinskikh-sonarsource Sep 22, 2025
a9f987a
SLVS-2579 Update SQVS Roslyn and SLCore versions to latest branch bui…
georgii-borovinskikh-sonarsource Sep 23, 2025
39bf9d0
SLVS-2512 Implement roslyn analysis cancellation (#6457)
georgii-borovinskikh-sonarsource Oct 9, 2025
6cef741
SLVS-2513 Reanalyze open files on significant roslyn workspace change…
georgii-borovinskikh-sonarsource Oct 10, 2025
336d2f1
SLVS-2611 Adapt roslyn analysis server dtos to support FileUri (#6461)
georgii-borovinskikh-sonarsource Oct 14, 2025
b1d7b97
SLVS-2418, SLVS-2419, SLVS-2420, SLVS-2422 Remove old roslyn integrat…
georgii-borovinskikh-sonarsource Oct 14, 2025
b6aa02c
fix after rebase
georgii-borovinskikh-sonarsource Oct 14, 2025
619d22d
SLVS-2173 Integrate with SLCore branch logic, drop SQClient requests …
georgii-borovinskikh-sonarsource Oct 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
60 changes: 36 additions & 24 deletions SonarQube.VisualStudio.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
nuget.config = nuget.config
src\RoslynAnalyzerServer\RoslynAnalyzerServer.csproj = src\RoslynAnalyzerServer\RoslynAnalyzerServer.csproj
SonarLint.VsTargetVersion.props = SonarLint.VsTargetVersion.props
EndProjectSection
EndProject
Expand Down Expand Up @@ -81,12 +82,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CFamily", "src\CFamily\CFam
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CFamily.UnitTests", "src\CFamily.UnitTests\CFamily.UnitTests.csproj", "{30E1FF8F-94BA-4A39-A737-8FFD7B4A0CD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Roslyn.Suppressions", "Roslyn.Suppressions", "{16BF2D77-AE3B-4218-A3E8-875829D73B00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roslyn.Suppressions", "src\Roslyn.Suppressions\Roslyn.Suppressions\Roslyn.Suppressions.csproj", "{082D5D8E-F914-4139-9AE3-3F48B679E3DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roslyn.Suppressions.UnitTests", "src\Roslyn.Suppressions\Roslyn.Suppressions.UnitTests\Roslyn.Suppressions.UnitTests.csproj", "{C478DAE7-58BC-4D02-929E-E413B40F2517}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedMode", "ConnectedMode", "{3B4A8B40-9821-4964-8EAB-1D8A0B078292}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConnectedMode", "src\ConnectedMode\ConnectedMode.csproj", "{0BE551DB-3C46-42A5-BB38-DA80E83F8ABD}"
Expand Down Expand Up @@ -134,6 +129,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopyDependencies", "build\C
{3ECCAF9D-3B23-4980-83E2-8ACEE0FC6BEB} = {3ECCAF9D-3B23-4980-83E2-8ACEE0FC6BEB}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RoslynAnalyzerServer", "RoslynAnalyzerServer", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoslynAnalyzerServer", "src\RoslynAnalyzerServer\RoslynAnalyzerServer.csproj", "{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoslynAnalyzerServer.UnitTests", "src\RoslynAnalyzerServer.UnitTests\RoslynAnalyzerServer.UnitTests.csproj", "{754189A4-1458-4F0C-9D1A-E4F359B66E37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoslynAnalyzerServer.IntegrationTests", "src\RoslynAnalyzerServer.IntegrationTests\RoslynAnalyzerServer.IntegrationTests.csproj", "{DCC4771A-C097-4B46-B1EB-39C3E13C6252}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -262,22 +265,6 @@ Global
{30E1FF8F-94BA-4A39-A737-8FFD7B4A0CD3}.Release|Any CPU.Build.0 = Release|Any CPU
{30E1FF8F-94BA-4A39-A737-8FFD7B4A0CD3}.Release|x86.ActiveCfg = Release|Any CPU
{30E1FF8F-94BA-4A39-A737-8FFD7B4A0CD3}.Release|x86.Build.0 = Release|Any CPU
{082D5D8E-F914-4139-9AE3-3F48B679E3DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{082D5D8E-F914-4139-9AE3-3F48B679E3DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{082D5D8E-F914-4139-9AE3-3F48B679E3DA}.Debug|x86.ActiveCfg = Debug|Any CPU
{082D5D8E-F914-4139-9AE3-3F48B679E3DA}.Debug|x86.Build.0 = Debug|Any CPU
{082D5D8E-F914-4139-9AE3-3F48B679E3DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{082D5D8E-F914-4139-9AE3-3F48B679E3DA}.Release|Any CPU.Build.0 = Release|Any CPU
{082D5D8E-F914-4139-9AE3-3F48B679E3DA}.Release|x86.ActiveCfg = Release|Any CPU
{082D5D8E-F914-4139-9AE3-3F48B679E3DA}.Release|x86.Build.0 = Release|Any CPU
{C478DAE7-58BC-4D02-929E-E413B40F2517}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C478DAE7-58BC-4D02-929E-E413B40F2517}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C478DAE7-58BC-4D02-929E-E413B40F2517}.Debug|x86.ActiveCfg = Debug|Any CPU
{C478DAE7-58BC-4D02-929E-E413B40F2517}.Debug|x86.Build.0 = Debug|Any CPU
{C478DAE7-58BC-4D02-929E-E413B40F2517}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C478DAE7-58BC-4D02-929E-E413B40F2517}.Release|Any CPU.Build.0 = Release|Any CPU
{C478DAE7-58BC-4D02-929E-E413B40F2517}.Release|x86.ActiveCfg = Release|Any CPU
{C478DAE7-58BC-4D02-929E-E413B40F2517}.Release|x86.Build.0 = Release|Any CPU
{0BE551DB-3C46-42A5-BB38-DA80E83F8ABD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BE551DB-3C46-42A5-BB38-DA80E83F8ABD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BE551DB-3C46-42A5-BB38-DA80E83F8ABD}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -382,6 +369,30 @@ Global
{2BB16C6F-BF06-4225-99A0-F1CFE70CBE44}.Release|Any CPU.Build.0 = Debug|x86
{2BB16C6F-BF06-4225-99A0-F1CFE70CBE44}.Release|x86.ActiveCfg = Debug|x86
{2BB16C6F-BF06-4225-99A0-F1CFE70CBE44}.Release|x86.Build.0 = Debug|x86
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}.Debug|x86.ActiveCfg = Debug|Any CPU
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}.Debug|x86.Build.0 = Debug|Any CPU
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}.Release|Any CPU.Build.0 = Release|Any CPU
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}.Release|x86.ActiveCfg = Release|Any CPU
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4}.Release|x86.Build.0 = Release|Any CPU
{754189A4-1458-4F0C-9D1A-E4F359B66E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{754189A4-1458-4F0C-9D1A-E4F359B66E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{754189A4-1458-4F0C-9D1A-E4F359B66E37}.Debug|x86.ActiveCfg = Debug|Any CPU
{754189A4-1458-4F0C-9D1A-E4F359B66E37}.Debug|x86.Build.0 = Debug|Any CPU
{754189A4-1458-4F0C-9D1A-E4F359B66E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{754189A4-1458-4F0C-9D1A-E4F359B66E37}.Release|Any CPU.Build.0 = Release|Any CPU
{754189A4-1458-4F0C-9D1A-E4F359B66E37}.Release|x86.ActiveCfg = Release|Any CPU
{754189A4-1458-4F0C-9D1A-E4F359B66E37}.Release|x86.Build.0 = Release|Any CPU
{DCC4771A-C097-4B46-B1EB-39C3E13C6252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCC4771A-C097-4B46-B1EB-39C3E13C6252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCC4771A-C097-4B46-B1EB-39C3E13C6252}.Debug|x86.ActiveCfg = Debug|Any CPU
{DCC4771A-C097-4B46-B1EB-39C3E13C6252}.Debug|x86.Build.0 = Debug|Any CPU
{DCC4771A-C097-4B46-B1EB-39C3E13C6252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCC4771A-C097-4B46-B1EB-39C3E13C6252}.Release|Any CPU.Build.0 = Release|Any CPU
{DCC4771A-C097-4B46-B1EB-39C3E13C6252}.Release|x86.ActiveCfg = Release|Any CPU
{DCC4771A-C097-4B46-B1EB-39C3E13C6252}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -404,8 +415,6 @@ Global
{407919AF-3AEA-483D-9183-1063EDECDBC3} = {BE58232B-BE46-4D0D-9175-6BE0517F3EF0}
{58619C0F-0F3D-4E8C-B204-A19B332D45E5} = {11D4BFC7-C1F2-45AC-888E-25A6A216AD1D}
{30E1FF8F-94BA-4A39-A737-8FFD7B4A0CD3} = {11D4BFC7-C1F2-45AC-888E-25A6A216AD1D}
{082D5D8E-F914-4139-9AE3-3F48B679E3DA} = {16BF2D77-AE3B-4218-A3E8-875829D73B00}
{C478DAE7-58BC-4D02-929E-E413B40F2517} = {16BF2D77-AE3B-4218-A3E8-875829D73B00}
{0BE551DB-3C46-42A5-BB38-DA80E83F8ABD} = {3B4A8B40-9821-4964-8EAB-1D8A0B078292}
{2BD38A3A-6F0E-452B-A5B2-200113A32184} = {3B4A8B40-9821-4964-8EAB-1D8A0B078292}
{67BEB251-4EA5-44EE-92A7-B4F57D9A6867} = {25DE7210-DFC0-448B-894E-84C1C9CA223E}
Expand All @@ -422,6 +431,9 @@ Global
{1625398B-2343-481E-9B90-57B38EBEE8C5} = {236587E8-62A7-4E4E-815D-A50433859DC7}
{421D8026-2CBF-4444-A886-67428C1813E9} = {E93C2CF9-69A6-4669-BE8A-6060B18FEDCA}
{2BB16C6F-BF06-4225-99A0-F1CFE70CBE44} = {421D8026-2CBF-4444-A886-67428C1813E9}
{7EDBF3B2-2820-4C35-A368-CE3213F0BBE4} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{754189A4-1458-4F0C-9D1A-E4F359B66E37} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{DCC4771A-C097-4B46-B1EB-39C3E13C6252} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DABC27C8-E761-4826-AD2D-056F677EF3C0}
Expand Down
1 change: 1 addition & 0 deletions SonarQube.VisualStudio.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_SIMPLE_LIST_PATTERN_ON_SINGLE_LINE/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_AFTER_DECLARATION_LPAR/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_ARRAY_INITIALIZER_STYLE/@EntryValue">CHOP_IF_LONG</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_BINARY_OPSIGN/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_EQ/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_FIRST_TYPE_PARAMETER_CONSTRAINT/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_LIST_PATTERN/@EntryValue">CHOP_IF_LONG</s:String>
Expand Down
40 changes: 0 additions & 40 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -345,46 +345,6 @@ Apache License Version 2.0

END OF TERMS AND CONDITIONS


License notice for Google Protobuf
-----------------------------------------------------
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Code generated by the Protocol Buffer compiler is owned by the owner
of the input file used when generating it. This code is not
standalone and requires a support library to be linked with it. This
support library is itself covered by the above license.

https://github.com/protocolbuffers/protobuf/blob/master/LICENSE


License notice for GRPC
-----------------------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

https://github.com/grpc/grpc/blob/master/LICENSE


License notice for Newtonsoft.Json
-----------------------------------------------------
The MIT License (MIT)
Expand Down
1 change: 1 addition & 0 deletions build/CopyDependencies/CopyDependencies.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<SourceJars Include="$(JarDownloadDir)\sonar-javascript-plugin-$(EmbeddedSonarJSAnalyzerVersion).jar" />
<SourceJars Include="$(JarDownloadDir)\sonar-html-plugin-$(EmbeddedSonarHtmlAnalyzerVersion).jar" />
<SourceJars Include="$(JarDownloadDir)\sonar-text-plugin-$(EmbeddedSonarSecretsJarVersion).jar" />
<SourceJars Include="$(JarDownloadDir)\sonarqube-ide-visualstudio-roslyn-plugin-$(EmbeddedSonarSqvsRoslynJarVersion).jar" />
</ItemGroup>
<Copy SourceFiles ="@(SourceJars)" DestinationFolder="$(EmbeddedJarDir)" />
</Target>
Expand Down
6 changes: 6 additions & 0 deletions build/DownloadDependencies/CommonProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
<SonarTextPluginDownloadPath>$(JarDownloadDir)\$(SonarTextPluginFileName)</SonarTextPluginDownloadPath>
<SonarTextPluginRemoteUrl>https://repox.jfrog.io/artifactory/sonarsource/org/sonarsource/text/sonar-text-plugin/$(EmbeddedSonarSecretsJarVersion)/$(SonarTextPluginFileName)</SonarTextPluginRemoteUrl>
</PropertyGroup>

<PropertyGroup>
<SonarSqvsRoslynPluginFileName>sonarqube-ide-visualstudio-roslyn-plugin-$(EmbeddedSonarSqvsRoslynJarVersion).jar</SonarSqvsRoslynPluginFileName>
<SonarSqvsRoslynPluginDownloadPath>$(JarDownloadDir)\$(SonarSqvsRoslynPluginFileName)</SonarSqvsRoslynPluginDownloadPath>
<SonarSqvsRoslynPluginRemoteUrl>https://repox.jfrog.io/artifactory/sonarsource/org/sonarsource/sonarlint/visualstudio/roslyn/sonarqube-ide-visualstudio-roslyn-plugin/$(EmbeddedSonarSqvsRoslynJarVersion)/$(SonarSqvsRoslynPluginFileName)</SonarSqvsRoslynPluginRemoteUrl>
</PropertyGroup>

<PropertyGroup>
<DotnetPluginsExtractDir>$(LOCALAPPDATA)\SLVS_Build_Dotnet</DotnetPluginsExtractDir>
Expand Down
1 change: 1 addition & 0 deletions build/DownloadDependencies/JarProcessing.targets
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<Exec Command="curl -u$(ARTIFACTORY_USER):$(ARTIFACTORY_PASSWORD) --ssl-no-revoke -C - --create-dirs --output $(SonarTextPluginDownloadPath) --url $(SonarTextPluginRemoteUrl)" />
<Exec Command="curl -u$(ARTIFACTORY_USER):$(ARTIFACTORY_PASSWORD) --ssl-no-revoke -C - --create-dirs --output $(EnterpriseSonarCSharpPluginDownloadPath) --url $(EnterpriseSonarCSharpPluginRemoteUrl)" />
<Exec Command="curl -u$(ARTIFACTORY_USER):$(ARTIFACTORY_PASSWORD) --ssl-no-revoke -C - --create-dirs --output $(EnterpriseSonarVBNetPluginDownloadPath) --url $(EnterpriseSonarVBNetPluginRemoteUrl)" />
<Exec Command="curl -u$(ARTIFACTORY_USER):$(ARTIFACTORY_PASSWORD) --ssl-no-revoke -C - --create-dirs --output $(SonarSqvsRoslynPluginDownloadPath) --url $(SonarSqvsRoslynPluginRemoteUrl)" />
</Target>

<Target Name ="DownloadSloop">
Expand Down
25 changes: 4 additions & 21 deletions src/CFamily.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,6 @@
"Microsoft.VisualStudio.Interop": "17.0.31902.203"
}
},
"Google.Protobuf": {
"type": "Transitive",
"resolved": "3.6.1",
"contentHash": "741fGeDQjixBJaU2j+0CbrmZXsNJkTn/hWbOh4fLVXndHsCclJmWznCPWrJmPoZKvajBvAz3e8ECJOUvRtwjNQ=="
},
"Grpc.Tools": {
"type": "Transitive",
"resolved": "1.4.1",
"contentHash": "D5AcNr0yPFz5dqftJYKnMtwg6AEMUics+UysxTXKVuZtresqWUcHIrnscM+KsAIreG7wvdumWzjdIXRIMekCLg=="
},
"MessagePack": {
"type": "Transitive",
"resolved": "2.2.85",
Expand Down Expand Up @@ -1260,7 +1250,7 @@
"SonarLint.VisualStudio.Integration": "[1.0.0, )",
"SonarLint.VisualStudio.IssueVisualization": "[1.0.0, )",
"SonarLint.VisualStudio.IssueVisualization.Security": "[1.0.0, )",
"SonarLint.VisualStudio.Roslyn.Suppressions": "[1.0.0, )",
"SonarLint.VisualStudio.RoslynAnalyzerServer": "[1.0.0, )",
"SonarLint.VisualStudio.SLCore": "[1.0.0, )",
"SonarLint.VisualStudio.SLCore.Listeners": "[1.0.0, )",
"SonarQube.Client": "[1.0.0, )",
Expand Down Expand Up @@ -1376,16 +1366,10 @@
"SonarLint.VisualStudio.IssueVisualization": "[1.0.0, )"
}
},
"SonarLint.VisualStudio.Roslyn.Suppressions": {
"SonarLint.VisualStudio.RoslynAnalyzerServer": {
"type": "Project",
"dependencies": {
"Microsoft.VisualStudio.Sdk": "[17.0.31902.203, )",
"Newtonsoft.Json": "[13.0.3, )",
"SonarLint.VisualStudio.ConnectedMode": "[1.0.0, )",
"SonarLint.VisualStudio.Core": "[1.0.0, )",
"SonarLint.VisualStudio.Infrastructure.VS": "[1.0.0, )",
"SonarQube.Client": "[1.0.0, )",
"System.IO.Abstractions": "[9.0.4, )"
"SonarLint.VisualStudio.Core": "[1.0.0, )"
}
},
"SonarLint.VisualStudio.SLCore": {
Expand All @@ -1400,14 +1384,13 @@
"dependencies": {
"SonarLint.VisualStudio.ConnectedMode": "[1.0.0, )",
"SonarLint.VisualStudio.IssueVisualization.Security": "[1.0.0, )",
"SonarLint.VisualStudio.RoslynAnalyzerServer": "[1.0.0, )",
"SonarLint.VisualStudio.SLCore": "[1.0.0, )"
}
},
"sonarqube.client": {
"type": "Project",
"dependencies": {
"Google.Protobuf": "[3.6.1, )",
"Grpc.Tools": "[1.4.1, )",
"Newtonsoft.Json": "[13.0.3, )",
"SonarLint.VisualStudio.Core": "[1.0.0, )",
"System.Net.Http": "[4.0.0, )"
Expand Down
67 changes: 0 additions & 67 deletions src/ConnectedMode.UnitTests/Binding/BindingProcessFactoryTests.cs

This file was deleted.

Loading
Loading