Discover Vulnerable and Deprecated Packages in Visual Studio

Поділитися
Вставка
  • Опубліковано 19 жов 2024
  • The NuGet Package Manager in Visual Studio and the dotnet CLI help you discover deprecated and vulnerable packages in your projects before they can cause any problems. In this short clip, Christopher Gill demos multiple ways to find and resolve problematic packages in your projects.
    🙋‍♀️🙋‍♂️ Get your questions answered on the Microsoft Q&A for .NET: aka.ms/dotnet-qa
    🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: aka.ms/learndo...
    #DotNet #DotNetConf2021 #Nuget

КОМЕНТАРІ • 4

  • @ericvenneker
    @ericvenneker 2 роки тому

    A very welcome new feature. Thanks!

  • @vesnx
    @vesnx 2 роки тому

    I love this "dotnet list package --include-transitive --vulnerable" I think this should always run VS, "us being all security aware" and stuff...

  • @DarshanaHashendra
    @DarshanaHashendra 2 роки тому

    Don't we get any bugs after removing deprecated package, should we expect the old code would work without issues with new package?