Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Dependency versions -->
<PropertyGroup>
<MeziantouAnalyzerVersion>3.0.93</MeziantouAnalyzerVersion>
<ANcpLuaRoslynUtilitiesVersion>2.2.22</ANcpLuaRoslynUtilitiesVersion>
<ANcpLuaRoslynUtilitiesVersion>2.2.23</ANcpLuaRoslynUtilitiesVersion>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Pin to a published Roslyn utilities version

In clean restores against this repo's configured package source (nuget.config clears sources and keeps only nuget.org), this version is not resolvable: nuget.org currently lists 2.2.22 as the latest ANcpLua.Roslyn.Utilities/Sources/Testing release, while Directory.Packages.props applies this property to all three package IDs. That means CI or any machine without a private/local cache will fail during restore with a missing package version; keep the pin at 2.2.22 or publish 2.2.23 before merging the bump.

Useful? React with 👍 / 👎.

<MicrosoftCodeAnalysisAnalyzersVersion>5.3.0</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisCSharpVersion>5.3.0</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftSbomTargetsVersion>4.1.5</MicrosoftSbomTargetsVersion>
Expand Down
Loading