Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ANcpLua.Roslyn.Utilities.Sources" Version="2.2.26" PrivateAssets="all" />
<PackageReference Include="ANcpLua.Roslyn.Utilities.Sources" Version="2.2.27" PrivateAssets="all" />

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 Revert unavailable NuGet package version

With this repo's nuget.config clearing sources down to nuget.org, clean restores must resolve this exact version from NuGet. ANcpLua.Roslyn.Utilities.Sources 2.2.27 is not published there (the NuGet profile/GitHub release list still show 2.2.26 as latest), so any fresh dotnet build Qyl.AutoInstrumentation.slnx will fail during restore before the source-generator project can build. Please keep this on a published package version or add the source that actually contains 2.2.27.

Useful? React with 👍 / 👎.

<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(MicrosoftCodeAnalysisCSharpVersion)" PrivateAssets="all" />
<!-- Runtime data-reader helper is irrelevant inside a Roslyn generator and trips this
repo's stricter ErrorProne.NET gate (ERP022). -->
Expand Down
Loading