Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 48 additions & 4 deletions src/CFamily.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
"resolved": "0.11.4",
"contentHash": "zSCkwOgc5OyfMfEeMr9x0K7WCDf8i6VdF2RtCLN/4m6iebTtJQdeoJ9IS4/RyYHuLUYjrm0sd+siWbaSvSzRYQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
}
},
"Moq": {
"type": "Direct",
"requested": "[4.18.2, )",
Expand Down Expand Up @@ -224,6 +233,11 @@
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
},
"Microsoft.Owin": {
"type": "Transitive",
"resolved": "4.2.3",
Expand Down Expand Up @@ -1063,8 +1077,11 @@
},
"NuGet.VisualStudio": {
"type": "Transitive",
"resolved": "3.3.0",
"contentHash": "ZVBJ43/IxaAl5iX+OuuDLQ9tSNJaRlP85SUMAdiGoqEbyK/ZPfQmPfqSMZMFpucRlf8HgsEK/hR73DwpCmqcLA=="
"resolved": "5.11.6",
"contentHash": "v5soFFACYPdwWmcful8sESkjmVrDgJJ4L4EJK9vqGC+6uSQplCs124ekxa5BIW3/RbsvvGKoHQfGqQmL8tW37A==",
"dependencies": {
"VSSDK.TemplateWizardInterface": "12.0.4"
}
},
"Owin": {
"type": "Transitive",
Expand Down Expand Up @@ -1437,6 +1454,33 @@
"Microsoft.VisualStudio.Interop": "17.0.31902.203"
}
},
"VSSDK.DTE": {
"type": "Transitive",
"resolved": "7.0.4",
"contentHash": "uUEaT0sCVnJR54vxfsf5xHpJVWgTrCbl10oKkFuCvJb3I6M5WW4cu9zCTqtYP1i1mYYySGGqooNYiO45kLUkiQ==",
"dependencies": {
"VSSDK.IDE": "[7.0.4, 8.0.0)"
}
},
"VSSDK.IDE": {
"type": "Transitive",
"resolved": "7.0.4",
"contentHash": "KPXgpya93UDz/JZVegRr+AAewTGw46+8Aq7Dl22jWaqjH2KaH/5ycCLG0LET2OX4VBpp15IjhNw08Y5H0vJMKQ=="
},
"VSSDK.IDE.12": {
"type": "Transitive",
"resolved": "12.0.4",
"contentHash": "XYcSrKW9369JO1tOAuNxzZ6OOlx2QujDuboey4eYpp9GgA3Bd3mo0Fy2ZJd86sZqX27roBRzJfM1Ue/peyWOIg=="
},
"VSSDK.TemplateWizardInterface": {
"type": "Transitive",
"resolved": "12.0.4",
"contentHash": "stTXrh4h/mftHaQWKZn043WCgP7cmv3QVPB8M3bbBp99kktLdJBTXygPctpgeOYfsBi1TqKJIiNZjG3hCoHNMw==",
"dependencies": {
"VSSDK.DTE": "[7.0.4, 8.0.0)",
"VSSDK.IDE.12": "[12.0.4, 13.0.0)"
}
},
"SonarLint.2022": {
"type": "Project",
"dependencies": {
Expand Down Expand Up @@ -1513,7 +1557,7 @@
"Microsoft.VisualStudio.Sdk": "[17.0.31902.203, )",
"Newtonsoft.Json": "[13.0.3, )",
"NuGet.Core": "[2.12.0, )",
"NuGet.VisualStudio": "[3.3.0, )",
"NuGet.VisualStudio": "[5.11.6, )",
"Sentry": "[6.0.0, )",
"SonarLint.VisualStudio.ConnectedMode": "[1.0.0, )",
"SonarLint.VisualStudio.Core": "[1.0.0, )",
Expand All @@ -1536,7 +1580,7 @@
"NSubstitute": "[5.1.0, )",
"NSubstitute.Analyzers.CSharp": "[1.0.17, )",
"NuGet.Core": "[2.12.0, )",
"NuGet.VisualStudio": "[3.3.0, )",
"NuGet.VisualStudio": "[5.11.6, )",
"SonarLint.VisualStudio.Core": "[1.0.0, )",
"SonarLint.VisualStudio.Infrastructure.VS": "[1.0.0, )",
"SonarLint.VisualStudio.Integration": "[1.0.0, )",
Expand Down
14 changes: 14 additions & 0 deletions src/CFamily/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"version": 1,
"dependencies": {
".NETFramework,Version=v4.7.2": {
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3"
}
},
"Microsoft.VisualStudio.SDK": {
"type": "Direct",
"requested": "[17.0.31902.203, )",
Expand Down Expand Up @@ -172,6 +181,11 @@
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net472": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "3.0.3078",
Expand Down
52 changes: 48 additions & 4 deletions src/ConnectedMode.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
"Microsoft.CodeAnalysis.Workspaces.Common": "[3.11.0]"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
}
},
"Microsoft.VisualStudio.LanguageServices": {
"type": "Direct",
"requested": "[3.11.0, )",
Expand Down Expand Up @@ -340,6 +349,11 @@
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "3.0.3078",
Expand Down Expand Up @@ -1202,8 +1216,11 @@
},
"NuGet.VisualStudio": {
"type": "Transitive",
"resolved": "3.3.0",
"contentHash": "ZVBJ43/IxaAl5iX+OuuDLQ9tSNJaRlP85SUMAdiGoqEbyK/ZPfQmPfqSMZMFpucRlf8HgsEK/hR73DwpCmqcLA=="
"resolved": "5.11.6",
"contentHash": "v5soFFACYPdwWmcful8sESkjmVrDgJJ4L4EJK9vqGC+6uSQplCs124ekxa5BIW3/RbsvvGKoHQfGqQmL8tW37A==",
"dependencies": {
"VSSDK.TemplateWizardInterface": "12.0.4"
}
},
"Sentry": {
"type": "Transitive",
Expand Down Expand Up @@ -1635,6 +1652,33 @@
"Microsoft.VisualStudio.Interop": "17.0.31902.203"
}
},
"VSSDK.DTE": {
"type": "Transitive",
"resolved": "7.0.4",
"contentHash": "uUEaT0sCVnJR54vxfsf5xHpJVWgTrCbl10oKkFuCvJb3I6M5WW4cu9zCTqtYP1i1mYYySGGqooNYiO45kLUkiQ==",
"dependencies": {
"VSSDK.IDE": "[7.0.4, 8.0.0)"
}
},
"VSSDK.IDE": {
"type": "Transitive",
"resolved": "7.0.4",
"contentHash": "KPXgpya93UDz/JZVegRr+AAewTGw46+8Aq7Dl22jWaqjH2KaH/5ycCLG0LET2OX4VBpp15IjhNw08Y5H0vJMKQ=="
},
"VSSDK.IDE.12": {
"type": "Transitive",
"resolved": "12.0.4",
"contentHash": "XYcSrKW9369JO1tOAuNxzZ6OOlx2QujDuboey4eYpp9GgA3Bd3mo0Fy2ZJd86sZqX27roBRzJfM1Ue/peyWOIg=="
},
"VSSDK.TemplateWizardInterface": {
"type": "Transitive",
"resolved": "12.0.4",
"contentHash": "stTXrh4h/mftHaQWKZn043WCgP7cmv3QVPB8M3bbBp99kktLdJBTXygPctpgeOYfsBi1TqKJIiNZjG3hCoHNMw==",
"dependencies": {
"VSSDK.DTE": "[7.0.4, 8.0.0)",
"VSSDK.IDE.12": "[12.0.4, 13.0.0)"
}
},
"SonarLint.VisualStudio.ConnectedMode": {
"type": "Project",
"dependencies": {
Expand Down Expand Up @@ -1672,7 +1716,7 @@
"Microsoft.VisualStudio.Sdk": "[17.0.31902.203, )",
"Newtonsoft.Json": "[13.0.3, )",
"NuGet.Core": "[2.12.0, )",
"NuGet.VisualStudio": "[3.3.0, )",
"NuGet.VisualStudio": "[5.11.6, )",
"Sentry": "[6.0.0, )",
"SonarLint.VisualStudio.ConnectedMode": "[1.0.0, )",
"SonarLint.VisualStudio.Core": "[1.0.0, )",
Expand All @@ -1695,7 +1739,7 @@
"NSubstitute": "[5.1.0, )",
"NSubstitute.Analyzers.CSharp": "[1.0.17, )",
"NuGet.Core": "[2.12.0, )",
"NuGet.VisualStudio": "[3.3.0, )",
"NuGet.VisualStudio": "[5.11.6, )",
"SonarLint.VisualStudio.Core": "[1.0.0, )",
"SonarLint.VisualStudio.Infrastructure.VS": "[1.0.0, )",
"SonarLint.VisualStudio.Integration": "[1.0.0, )",
Expand Down
14 changes: 14 additions & 0 deletions src/ConnectedMode/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.13.8"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3"
}
},
"Microsoft.VisualStudio.LanguageServices": {
"type": "Direct",
"requested": "[3.11.0, )",
Expand Down Expand Up @@ -313,6 +322,11 @@
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net472": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "3.0.3078",
Expand Down
52 changes: 48 additions & 4 deletions src/Core.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
"resolved": "0.11.4",
"contentHash": "zSCkwOgc5OyfMfEeMr9x0K7WCDf8i6VdF2RtCLN/4m6iebTtJQdeoJ9IS4/RyYHuLUYjrm0sd+siWbaSvSzRYQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
}
},
"Moq": {
"type": "Direct",
"requested": "[4.18.2, )",
Expand Down Expand Up @@ -203,6 +212,11 @@
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "3.0.3078",
Expand Down Expand Up @@ -1025,8 +1039,11 @@
},
"NuGet.VisualStudio": {
"type": "Transitive",
"resolved": "3.3.0",
"contentHash": "ZVBJ43/IxaAl5iX+OuuDLQ9tSNJaRlP85SUMAdiGoqEbyK/ZPfQmPfqSMZMFpucRlf8HgsEK/hR73DwpCmqcLA=="
"resolved": "5.11.6",
"contentHash": "v5soFFACYPdwWmcful8sESkjmVrDgJJ4L4EJK9vqGC+6uSQplCs124ekxa5BIW3/RbsvvGKoHQfGqQmL8tW37A==",
"dependencies": {
"VSSDK.TemplateWizardInterface": "12.0.4"
}
},
"Sentry": {
"type": "Transitive",
Expand Down Expand Up @@ -1394,6 +1411,33 @@
"Microsoft.VisualStudio.Interop": "17.0.31902.203"
}
},
"VSSDK.DTE": {
"type": "Transitive",
"resolved": "7.0.4",
"contentHash": "uUEaT0sCVnJR54vxfsf5xHpJVWgTrCbl10oKkFuCvJb3I6M5WW4cu9zCTqtYP1i1mYYySGGqooNYiO45kLUkiQ==",
"dependencies": {
"VSSDK.IDE": "[7.0.4, 8.0.0)"
}
},
"VSSDK.IDE": {
"type": "Transitive",
"resolved": "7.0.4",
"contentHash": "KPXgpya93UDz/JZVegRr+AAewTGw46+8Aq7Dl22jWaqjH2KaH/5ycCLG0LET2OX4VBpp15IjhNw08Y5H0vJMKQ=="
},
"VSSDK.IDE.12": {
"type": "Transitive",
"resolved": "12.0.4",
"contentHash": "XYcSrKW9369JO1tOAuNxzZ6OOlx2QujDuboey4eYpp9GgA3Bd3mo0Fy2ZJd86sZqX27roBRzJfM1Ue/peyWOIg=="
},
"VSSDK.TemplateWizardInterface": {
"type": "Transitive",
"resolved": "12.0.4",
"contentHash": "stTXrh4h/mftHaQWKZn043WCgP7cmv3QVPB8M3bbBp99kktLdJBTXygPctpgeOYfsBi1TqKJIiNZjG3hCoHNMw==",
"dependencies": {
"VSSDK.DTE": "[7.0.4, 8.0.0)",
"VSSDK.IDE.12": "[12.0.4, 13.0.0)"
}
},
"SonarLint.VisualStudio.ConnectedMode": {
"type": "Project",
"dependencies": {
Expand Down Expand Up @@ -1431,7 +1475,7 @@
"Microsoft.VisualStudio.Sdk": "[17.0.31902.203, )",
"Newtonsoft.Json": "[13.0.3, )",
"NuGet.Core": "[2.12.0, )",
"NuGet.VisualStudio": "[3.3.0, )",
"NuGet.VisualStudio": "[5.11.6, )",
"Sentry": "[6.0.0, )",
"SonarLint.VisualStudio.ConnectedMode": "[1.0.0, )",
"SonarLint.VisualStudio.Core": "[1.0.0, )",
Expand All @@ -1454,7 +1498,7 @@
"NSubstitute": "[5.1.0, )",
"NSubstitute.Analyzers.CSharp": "[1.0.17, )",
"NuGet.Core": "[2.12.0, )",
"NuGet.VisualStudio": "[3.3.0, )",
"NuGet.VisualStudio": "[5.11.6, )",
"SonarLint.VisualStudio.Core": "[1.0.0, )",
"SonarLint.VisualStudio.Infrastructure.VS": "[1.0.0, )",
"SonarLint.VisualStudio.Integration": "[1.0.0, )",
Expand Down
14 changes: 14 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": "2.4.0",
"contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ=="
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3"
}
},
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.3, )",
Expand Down Expand Up @@ -38,6 +47,11 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net472": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw=="
},
"System.Buffers": {
"type": "Transitive",
"resolved": "4.5.1",
Expand Down
Loading
Loading