component-detection
component-detection copied to clipboard
Added NoWarn for NU1505
Added <NoWarn>NU1505</NoWarn> under the Microsoft.ComponentDetection.csproj file to prevent this warning from happening. The warning is happening unexpectedly: https://github.com/dotnet/sdk/issues/24747 This should fix issue #257
👋 Hi! It looks like you modified some files in the Detectors folder.
You may need to bump the detector versions if any of the following scenarios apply:
- The detector detects more or fewer components than before
- The detector generates different parent/child graph relationships than before
- The detector generates different
devDependenciesvalues than before
If none of the above scenarios apply, feel free to ignore this comment 🙂
This is no longer required after our .NET 6 upgrade.