component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

Added NoWarn for NU1505

Open amitla1 opened this issue 3 years ago • 1 comments

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

amitla1 avatar Sep 14 '22 23:09 amitla1

👋 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 devDependencies values than before

If none of the above scenarios apply, feel free to ignore this comment 🙂

github-actions[bot] avatar Sep 15 '22 00:09 github-actions[bot]

This is no longer required after our .NET 6 upgrade.

JamieMagee avatar Nov 02 '22 18:11 JamieMagee