Skip to content

Shortcut functions for interacting with Nuget API (Search package repositories is the focus)

Notifications You must be signed in to change notification settings

NathanielACollier/dotnetLib_NC.NugetHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • Alot of information was gained from reading this article. It covers how to search nuget packages with the API.
  • I first used roslynpad to determine how to do this since it does a really good job.
    • I specifically focused on the code at these places
      • DocumentView.xaml
        • Search for <MenuItem Name="RootNuGetMenu"
        • Search for <TextBox Name="NuGetSearch"
      • NuGetViewModel.cs
        • Search for var sourceProvider = new PackageSourceProvider(settings);
        • Search for var searchResults = await searchResource.SearchAsync(

About

Shortcut functions for interacting with Nuget API (Search package repositories is the focus)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages