Frulfump
Frulfump
### Type of issue Typo ### Description "Starting in .NET 9, NuGet audits both direct and transitive package references, by default." That was reverted in .NET 9.0.101 SDK as per...
### Type of issue Outdated article ### Description I installed .NET with the dotnet install script and it mentioned not all dependencies might be installed https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#dependencies `It's possible that when...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Feature description An opt-in to check if packages has been abandoned and notify...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Feature description I'm mostly interested in NuGet but should be relevant for several...
This makes it possible to verify them after download. This is done for Terminal https://github.com/microsoft/terminal/releases Please add instructions for how to verify to the README.md as well.
### Related Problem When looking at https://www.nuget.org/packages/Azure.Core/#versions-body-tab I noticed that 1.46.0 seems to be missing and when I navigate to the version by just modifying the URL from https://www.nuget.org/packages/Azure.Core/1.47.1 to...
The docs does not currently include it. https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/
https://github.com/dotnet/core/tree/main/release-notes/8.0 8.0.10 and 8.0.8 exists, specifically looking for the 8.0.400 release note which I expected to find there but the release note for 8.0.8 mentions the following >The .NET 8.0.8...
### Type of issue Typo ### Description The only anchor link goes to https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-restore#options But I want an anchor for each option as that will help those I link to...
Starting from Line 42 to 52 in Directory.Package.props https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/blob/e51a3cc440e451fff1f2ad3967d393c1210d2f5e/Directory.Packages.props#L42-L52 For System.Runtime.Caching it's only available out-of-band but could consider moving to Microsoft.Extensions.Caching.Memory instead since that seems to be the modern replacement....