Skip to content

Commit

Permalink
SLVS-1733 Add System.Collections.Immutable reference to Core (#5917)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii-borovinskikh-sonarsource committed Dec 27, 2024
1 parent 1ea33d3 commit a9999ca
Show file tree
Hide file tree
Showing 30 changed files with 63 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/CFamily.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/CFamily/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/ConnectedMode.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/ConnectedMode/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Core.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
4 changes: 4 additions & 0 deletions src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,9 @@
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

</Project>
29 changes: 29 additions & 0 deletions src/Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"System.Collections.Immutable": {
"type": "Direct",
"requested": "[5.0.0, )",
"resolved": "5.0.0",
"contentHash": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"dependencies": {
"System.Memory": "4.5.4"
}
},
"System.IO.Abstractions": {
"type": "Direct",
"requested": "[9.0.4, )",
Expand Down Expand Up @@ -38,11 +47,31 @@
"resolved": "1.4.1",
"contentHash": "D5AcNr0yPFz5dqftJYKnMtwg6AEMUics+UysxTXKVuZtresqWUcHIrnscM+KsAIreG7wvdumWzjdIXRIMekCLg=="
},
"System.Buffers": {
"type": "Transitive",
"resolved": "4.5.1",
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
},
"System.Memory": {
"type": "Transitive",
"resolved": "4.5.4",
"contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Numerics.Vectors": "4.5.0",
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
}
},
"System.Net.Http": {
"type": "Transitive",
"resolved": "4.0.0",
"contentHash": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ=="
},
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
},
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
"resolved": "4.5.3",
Expand Down
1 change: 1 addition & 0 deletions src/Education.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Education/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Infrastructure.VS.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Infrastructure.VS/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Integration.TeamExplorer.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Integration.TeamExplorer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Integration.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Integration.Vsix.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Integration.Vsix/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Integration/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/IssueViz.Security.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/IssueViz.Security/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/IssueViz.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/IssueViz/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/Progress.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/SLCore.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/SLCore.Listeners.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/SLCore.Listeners/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/SLCore.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
5 changes: 3 additions & 2 deletions src/SLCore/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "1.7.1",
"contentHash": "B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==",
"resolved": "5.0.0",
"contentHash": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"dependencies": {
"System.Memory": "4.5.4"
}
Expand Down Expand Up @@ -264,6 +264,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down
1 change: 1 addition & 0 deletions src/TestInfrastructure/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"SonarQube.Client": "[1.0.0, )",
"System.Collections.Immutable": "[5.0.0, )",
"System.IO.Abstractions": "[9.0.4, )",
"System.Threading.Channels": "[7.0.0, )"
}
Expand Down

0 comments on commit a9999ca

Please sign in to comment.