-
-
Notifications
You must be signed in to change notification settings - Fork 445
Test Nuget Package Restore #3924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
5285073
0cc36e5
b7b62cc
aef0993
ec7b18f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,15 @@ | |
}, | ||
"FSharp.Core": { | ||
"type": "Direct", | ||
"requested": "[9.0.300, )", | ||
"resolved": "9.0.300", | ||
"contentHash": "TVt2J7RCE1KCS2IaONF+p8/KIZ1eHNbW+7qmKF6hGoD4tXl+o07ja1mPtFjMqRa5uHMFaTrGTPn/m945WnDLiQ==" | ||
"requested": "[9.0.201, )", | ||
"resolved": "9.0.201", | ||
"contentHash": "Ozq4T0ISTkqTYJ035XW/JkdDDaXofbykvfyVwkjLSqaDZ/4uNXfpf92cjcMI9lf9CxWqmlWHScViPh/4AvnWcw==" | ||
}, | ||
"Meziantou.Framework.Win32.Jobs": { | ||
"type": "Direct", | ||
"requested": "[3.4.3, )", | ||
"resolved": "3.4.3", | ||
"contentHash": "REjInKnQ0OrhjjtSMPQtLtdURctCroB4L8Sd2gjTOYDysklvsdnrStx1tHS7uLv+fSyFF3aazZmo5Ka0v1oz/w==" | ||
"requested": "[3.4.0, )", | ||
"resolved": "3.4.0", | ||
"contentHash": "5GGLckfpwoC1jznInEYfK2INrHyD7K1RtwZJ98kNPKBU6jeu24i4zfgDGHHfb+eK3J+eFPAxo0aYcbUxNXIbNw==" | ||
}, | ||
"Microsoft.IO.RecyclableMemoryStream": { | ||
"type": "Direct", | ||
|
@@ -48,15 +48,16 @@ | |
}, | ||
"StreamJsonRpc": { | ||
"type": "Direct", | ||
"requested": "[2.22.11, )", | ||
"resolved": "2.22.11", | ||
"contentHash": "TQcqBFswLNpdSJANjhxZmIIe0Yl0kGqzjZ+uHLdhrkxntofvNu6C53XPEEYQ3Wkj8AorKumkuv/VMvTH4BHOZw==", | ||
"requested": "[2.21.10, )", | ||
"resolved": "2.21.10", | ||
"contentHash": "wjBlFiaE+npUco9Jj4K11EEZfmAg4poRFYhcCJOiVdiHZ3UxapbGemtLNRcVYGXa/p8nqvZ38TfJPHnlrromDg==", | ||
"dependencies": { | ||
"MessagePack": "2.5.192", | ||
"Microsoft.VisualStudio.Threading.Only": "17.13.61", | ||
"MessagePack": "2.5.187", | ||
"Microsoft.VisualStudio.Threading": "17.10.48", | ||
"Microsoft.VisualStudio.Threading.Analyzers": "17.10.48", | ||
"Microsoft.VisualStudio.Validation": "17.8.8", | ||
"Nerdbank.Streams": "2.12.87", | ||
"Newtonsoft.Json": "13.0.3", | ||
"Nerdbank.Streams": "2.11.74", | ||
"Newtonsoft.Json": "13.0.1", | ||
"System.IO.Pipelines": "8.0.0" | ||
} | ||
}, | ||
|
@@ -70,8 +71,8 @@ | |
}, | ||
"BitFaster.Caching": { | ||
"type": "Transitive", | ||
"resolved": "2.5.4", | ||
"contentHash": "1QroTY1PVCZOSG9FnkkCrmCKk/+bZCgI/YXq376HnYwUDJ4Ho0EaV4YaA/5v5WYLnwIwIO7RZkdWbg9pxIpueQ==" | ||
"resolved": "2.5.3", | ||
"contentHash": "Vo/39qcam5Xe+DbyfH0JZyqPswdOoa7jv4PGtRJ6Wj8AU+aZ+TuJRlJcIe+MQjRTJwliI8k8VSQpN8sEoBIv2g==" | ||
}, | ||
"CommunityToolkit.Mvvm": { | ||
"type": "Transitive", | ||
|
@@ -114,17 +115,17 @@ | |
}, | ||
"MessagePack": { | ||
"type": "Transitive", | ||
"resolved": "2.5.192", | ||
"contentHash": "Jtle5MaFeIFkdXtxQeL9Tu2Y3HsAQGoSntOzrn6Br/jrl6c8QmG22GEioT5HBtZJR0zw0s46OnKU8ei2M3QifA==", | ||
"resolved": "2.5.187", | ||
"contentHash": "uW4j8m4Nc+2Mk5n6arOChavJ9bLjkis0qWASOj2h2OwmfINuzYv+mjCHUymrYhmyyKTu3N+ObtTXAY4uQ7jIhg==", | ||
"dependencies": { | ||
"MessagePack.Annotations": "2.5.192", | ||
"MessagePack.Annotations": "2.5.187", | ||
"Microsoft.NET.StringTools": "17.6.3" | ||
} | ||
}, | ||
"MessagePack.Annotations": { | ||
"type": "Transitive", | ||
"resolved": "2.5.192", | ||
"contentHash": "jaJuwcgovWIZ8Zysdyf3b7b34/BrADw4v82GaEZymUhDd3ScMPrYd/cttekeDteJJPXseJxp04yTIcxiVUjTWg==" | ||
"resolved": "2.5.187", | ||
"contentHash": "/IvvMMS8opvlHjEJ/fR2Cal4Co726Kj77Z8KiohFhuHfLHHmb9uUxW5+tSCL4ToKFfkQlrS3HD638mRq83ySqA==" | ||
}, | ||
"Microsoft.NET.StringTools": { | ||
"type": "Transitive", | ||
|
@@ -133,26 +134,17 @@ | |
}, | ||
"Microsoft.VisualStudio.Threading": { | ||
"type": "Transitive", | ||
"resolved": "17.14.15", | ||
"contentHash": "1DrCusT3xNLSlaJg77BsUSAzrhjdZBAvvsS0PMzyPM+fGais6SnISOhqdZQop8VVMIBLsYm2gyF9W7THjgavwA==", | ||
"resolved": "17.12.19", | ||
"contentHash": "eLiGMkMYyaSguqHs3lsrFxy3tAWSLuPEL2pIWRcADMDVAs2xqm3dr1d9QYjiEusTgiClF9KD6OB2NdZP72Oy0Q==", | ||
"dependencies": { | ||
"Microsoft.VisualStudio.Threading.Analyzers": "17.14.15", | ||
"Microsoft.VisualStudio.Threading.Only": "17.14.15", | ||
"Microsoft.VisualStudio.Threading.Analyzers": "17.12.19", | ||
"Microsoft.VisualStudio.Validation": "17.8.8" | ||
} | ||
}, | ||
"Microsoft.VisualStudio.Threading.Analyzers": { | ||
"type": "Transitive", | ||
"resolved": "17.14.15", | ||
"contentHash": "mXQPJsbuUD2ydq4/ffd8h8tSOFCXec+2xJOVNCvXjuMOq/+5EKHq3D2m2MC2+nUaXeFMSt66VS/J4HdKBixgcw==" | ||
}, | ||
"Microsoft.VisualStudio.Threading.Only": { | ||
"type": "Transitive", | ||
"resolved": "17.14.15", | ||
"contentHash": "NqONyw1RXyj9P3k5e1uU2k9kc1ptwuU5NJQzG+MPq7vQVHUzBY8HLuJf/N2Rw5H/myD96CVxziDxmjawPuzntw==", | ||
"dependencies": { | ||
"Microsoft.VisualStudio.Validation": "17.8.8" | ||
} | ||
"resolved": "17.12.19", | ||
"contentHash": "v3IYeedjoktvZ+GqYmLudxZJngmf/YWIxNT2Uy6QMMN19cvw+nkWoip1Gr1RtnFkUo1MPUVMis4C8Kj8d8DpSQ==" | ||
}, | ||
"Microsoft.VisualStudio.Validation": { | ||
"type": "Transitive", | ||
|
@@ -161,54 +153,46 @@ | |
}, | ||
"Microsoft.Win32.SystemEvents": { | ||
"type": "Transitive", | ||
"resolved": "9.0.7", | ||
"contentHash": "lFGY2aGgmMREPJEfOmZcA6v0CLjWVpcfNHRgqYMoSQhy80+GxhYqdW5xe+DCLrVqE1M7/0RpOkIo49/KH/cd/A==" | ||
"resolved": "7.0.0", | ||
"contentHash": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==" | ||
Comment on lines
+165
to
+166
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Also pin SystemEvents in Core or centrally. SystemEvents 7.0.0 is transitive; add a direct PackageReference in Flow.Launcher.Core.csproj or centralize via Directory.Packages.props to keep versions uniform. 🤖 Prompt for AI Agents
|
||
}, | ||
Comment on lines
163
to
167
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion SystemEvents fixed at 7.0.0 (transitive). Good for the immediate bug, but pin directly in csproj to avoid accidental bumps via unrelated package updates. 🤖 Prompt for AI Agents
|
||
"Mono.Cecil": { | ||
"type": "Transitive", | ||
"resolved": "0.9.6.1", | ||
"contentHash": "yMsurNaOxxKIjyW9pEB+tRrR1S3DFnN1+iBgKvYvXG8kW0Y6yknJeMAe/tl3+P78/2C6304TgF7aVqpqXgEQ9Q==" | ||
}, | ||
"Nerdbank.Streams": { | ||
"type": "Transitive", | ||
"resolved": "2.12.87", | ||
"contentHash": "oDKOeKZ865I5X8qmU3IXMyrAnssYEiYWTobPGdrqubN3RtTzEHIv+D6fwhdcfrdhPJzHjCkK/ORztR/IsnmA6g==", | ||
"resolved": "2.11.74", | ||
"contentHash": "r4G7uHHfoo8LCilPOdtf2C+Q5ymHOAXtciT4ZtB2xRlAvv4gPkWBYNAijFblStv3+uidp81j5DP11jMZl4BfJw==", | ||
"dependencies": { | ||
"Microsoft.VisualStudio.Threading.Only": "17.13.61", | ||
"Microsoft.VisualStudio.Threading": "17.10.48", | ||
"Microsoft.VisualStudio.Validation": "17.8.8", | ||
"System.IO.Pipelines": "8.0.0" | ||
} | ||
}, | ||
"Newtonsoft.Json": { | ||
"type": "Transitive", | ||
"resolved": "13.0.3", | ||
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==" | ||
"resolved": "13.0.1", | ||
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==" | ||
}, | ||
"NHotkey": { | ||
"type": "Transitive", | ||
"resolved": "3.0.0", | ||
"contentHash": "IEghs0QqWsQYH0uUmvIl0Ye6RaebWRh38eB6ToOkDnQucTYRGFOgtig0gSxlwCszTilYFz3n1ZuY762x+kDR3A==" | ||
}, | ||
"NHotkey.Wpf": { | ||
"type": "Transitive", | ||
"resolved": "3.0.0", | ||
"contentHash": "BIUKlhTG5KtFf9OQzWvkmVmktt5/FFj6AOEgag8Uf0R2YdZt5ajUzs3sVskcJcT2TztWlEHKQr1jFj3KQ0D9Nw==", | ||
"dependencies": { | ||
"NHotkey": "3.0.0" | ||
} | ||
}, | ||
"NLog": { | ||
"type": "Transitive", | ||
"resolved": "6.0.1", | ||
"contentHash": "qDWiqy8/xdpZKtHna/645KbalwP86N2NFJEzfqhcv+Si4V2iNaEfR/dCneuF/4+Dcwl3f7jHMXj3ndWYftV3Ug==" | ||
}, | ||
"NLog.OutputDebugString": { | ||
"type": "Transitive", | ||
"resolved": "6.0.1", | ||
"contentHash": "wwJCQLaHVzuRf8TsXB+EEdrzVvE3dnzCSMQMDgwkw3AXp8VSp3JSVF/Q/H0oEqggKgKhPs13hh3a7svyQr4s3A==", | ||
"dependencies": { | ||
"NLog": "6.0.1" | ||
} | ||
"resolved": "4.7.10", | ||
"contentHash": "rcegW7kYOCjl7wX0SzsqpPBqnJ51JKi1WkYb6QBVX0Wc5IgH19Pv4t/co+T0s06OS0Ne44xgkY/mHg0PdrmJow==" | ||
}, | ||
"SharpVectors.Wpf": { | ||
"type": "Transitive", | ||
|
@@ -222,10 +206,10 @@ | |
}, | ||
"System.Drawing.Common": { | ||
"type": "Transitive", | ||
"resolved": "9.0.7", | ||
"contentHash": "1k/Pk7hcM3vP2tfIRRS2ECCCN7ya+hvocsM1JMc4ZDCU6qw7yOuUmqmCDfgXZ4Q4FS6jass2EAai5ByKodDi0g==", | ||
"resolved": "7.0.0", | ||
"contentHash": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", | ||
"dependencies": { | ||
"Microsoft.Win32.SystemEvents": "9.0.7" | ||
"Microsoft.Win32.SystemEvents": "7.0.0" | ||
} | ||
}, | ||
"System.IO.Pipelines": { | ||
|
@@ -240,8 +224,8 @@ | |
}, | ||
"ToolGood.Words.Pinyin": { | ||
"type": "Transitive", | ||
"resolved": "3.1.0.3", | ||
"contentHash": "VKcf8sUq/+LyY99WgLhOu7Q32ROEyR30/2xCCj9ADRi45wVC7kpXrYCf9vH1qirkmrIfpL8inoxAbrqAlfXxsQ==" | ||
"resolved": "3.0.1.4", | ||
"contentHash": "uQo97618y9yzLDxrnehPN+/tuiOlk5BqieEdwctHZOAS9miMXnHKgMFYVw8CSGXRglyTYXlrW7qtUlU7Fje5Ew==" | ||
}, | ||
"YamlDotNet": { | ||
"type": "Transitive", | ||
|
@@ -251,19 +235,18 @@ | |
"flow.launcher.infrastructure": { | ||
"type": "Project", | ||
"dependencies": { | ||
"Ben.Demystifier": "[0.4.1, )", | ||
"BitFaster.Caching": "[2.5.4, )", | ||
"BitFaster.Caching": "[2.5.3, )", | ||
"CommunityToolkit.Mvvm": "[8.4.0, )", | ||
"Flow.Launcher.Plugin": "[4.7.0, )", | ||
"InputSimulator": "[1.0.4, )", | ||
"MemoryPack": "[1.21.4, )", | ||
"Microsoft.VisualStudio.Threading": "[17.14.15, )", | ||
"Microsoft.VisualStudio.Threading": "[17.12.19, )", | ||
"NHotkey.Wpf": "[3.0.0, )", | ||
"NLog": "[6.0.1, )", | ||
"NLog.OutputDebugString": "[6.0.1, )", | ||
"NLog": "[4.7.10, )", | ||
"SharpVectors.Wpf": "[1.8.4.2, )", | ||
"System.Drawing.Common": "[9.0.7, )", | ||
"ToolGood.Words.Pinyin": "[3.1.0.3, )" | ||
"System.Drawing.Common": "[7.0.0, )", | ||
"ToolGood.Words.Pinyin": "[3.0.1.4, )" | ||
} | ||
}, | ||
"flow.launcher.plugin": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,28 +54,27 @@ | |
|
||
<ItemGroup> | ||
<PackageReference Include="Ben.Demystifier" Version="0.4.1" /> | ||
<PackageReference Include="BitFaster.Caching" Version="2.5.4" /> | ||
<PackageReference Include="BitFaster.Caching" Version="2.5.3" /> | ||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" /> | ||
<PackageReference Include="Fody" Version="6.9.2"> | ||
<PackageReference Include="Fody" Version="6.5.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="InputSimulator" Version="1.0.4" /> | ||
<PackageReference Include="MemoryPack" Version="1.21.4" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.14.15" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.12.19" /> | ||
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="NHotkey.Wpf" Version="3.0.0" /> | ||
<PackageReference Include="NLog" Version="6.0.1" /> | ||
<PackageReference Include="NLog.OutputDebugString" Version="6.0.1" /> | ||
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0"> | ||
<PackageReference Include="NLog" Version="4.7.10" /> | ||
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="SharpVectors.Wpf" Version="1.8.4.2" /> | ||
<PackageReference Include="System.Drawing.Common" Version="9.0.7" /> | ||
<PackageReference Include="ToolGood.Words.Pinyin" Version="3.1.0.3" /> | ||
<PackageReference Include="System.Drawing.Common" Version="7.0.0" /> | ||
<PackageReference Include="ToolGood.Words.Pinyin" Version="3.0.1.4" /> | ||
</ItemGroup> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainGuard against runtime/config breaks from NLog and SystemEvents changes.
Apply: <ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="BitFaster.Caching" Version="2.5.3" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="Fody" Version="6.5.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="InputSimulator" Version="1.0.4" />
<PackageReference Include="MemoryPack" Version="1.21.4" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.12.19" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NHotkey.Wpf" Version="3.0.0" />
<PackageReference Include="NLog" Version="4.7.10" />
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SharpVectors.Wpf" Version="1.8.4.2" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="ToolGood.Words.Pinyin" Version="3.0.1.4" />
+ <PackageReference Include="Microsoft.Win32.SystemEvents" Version="7.0.0" />
</ItemGroup> To verify NLog/config, search for removed targets/usages: 🏁 Script executed: #!/bin/bash
rg -n -i -C2 'OutputDebugString|NLog\.Target.*OutputDebugString|WriteToDebug|UseNLog5' --type-add 'xml:*.config' --type xml --type cs Length of output: 547 🏁 Script executed: #!/bin/bash
rg -n -C2 'SystemEvents' --type cs
rg -n -C2 'using Microsoft.Win32' --type cs Length of output: 4982 Pin or restore the OutputDebugStringTarget in NLog 🤖 Prompt for AI Agents
|
||
|
||
</Project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Pin Microsoft.Win32.SystemEvents explicitly instead of broad downgrades.
If #3846 is due to SystemEvents regressions, rely on an explicit, direct pin rather than downgrading unrelated packages (StreamJsonRpc, FSharp.Core, etc.). This makes intent clear and prevents future transitive bumps from reintroducing the bug.
Apply:
<ItemGroup> <PackageReference Include="Droplex" Version="1.7.0" /> <PackageReference Include="FSharp.Core" Version="9.0.201" /> <PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.4.0" /> <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" /> <PackageReference Include="SemanticVersioning" Version="3.0.0" /> <PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" /> <PackageReference Include="StreamJsonRpc" Version="2.21.10" /> + <PackageReference Include="Microsoft.Win32.SystemEvents" Version="7.0.0" /> </ItemGroup>
Follow-up: after pinning, consider reverting unrelated downgrades if they weren’t required.
🏁 Script executed:
#!/bin/bash git diff HEAD~1 -- Flow.Launcher.Core/Flow.Launcher.Core.csproj
Length of output: 1279
🏁 Script executed:
Length of output: 3791
🏁 Script executed:
Length of output: 5926
Pin Microsoft.Win32.SystemEvents explicitly to 7.0.0.
Add this direct reference in Flow.Launcher.Core/Flow.Launcher.Core.csproj to lock the transitive SystemEvents version instead of downgrading unrelated packages:
<ItemGroup> <PackageReference Include="Droplex" Version="1.7.0" /> <PackageReference Include="FSharp.Core" Version="9.0.201" /> <PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.4.0" /> <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" /> <PackageReference Include="SemanticVersioning" Version="3.0.0" /> <PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" /> <PackageReference Include="StreamJsonRpc" Version="2.21.10" /> + <PackageReference Include="Microsoft.Win32.SystemEvents" Version="7.0.0" /> </ItemGroup>
This makes the intent clear and prevents future transitive bumps (via System.Drawing.Common) from reintroducing the issue.
🤖 Prompt for AI Agents