-
Notifications
You must be signed in to change notification settings - Fork 866
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
Clean up #8536
Clean up #8536
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #8536 +/- ##
==========================================
- Coverage 76.29% 76.29% -0.01%
==========================================
Files 858 858
Lines 30639 30638 -1
==========================================
- Hits 23377 23375 -2
- Misses 7262 7263 +1
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Thank you @RussKie !
* Suppress obsolete warnings CS0612 and CS0618 * Suppress NU1701, see https://learn.microsoft.com/nuget/reference/errors-and-warnings/nu1701 * Remove unused variables * Resolves RS1024: Use 'SymbolEqualityComparer' when comparing symbols
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.5.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.5.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.5.0" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" /> |
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.
Maybe this can be specified as a GlobalPackageReference
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.
Aha, I don't have a strong opinion, with a slight preference of NOT using central package version management because I can just copy and paste from NuGet.org and let @dependabot take care of the rest😁
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.
I actually never seen that property. Though, according to the docs it's appropriate for references that apply to all projects. Not sure, if any of these truly do.
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.
Looks good from my side, I'm using this in my project and the NuGet package has source link info also https://www.nuget.info/packages/dotnet-execute/0.13.0.
See https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management