Configuration menu Browse the repository at this point in the history
Commits on Dec 30, 2024
Configuration menu Browse the repository at this point in the history
Commits on Jan 3, 2025
Configuration menu Browse the repository at this point in the history
Commits on Jan 5, 2025
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Jan 14, 2025
Configuration menu Browse the repository at this point in the history
Commits on Jan 30, 2025
Fixed Logging API in CLI (#695) The issue was that methods that only receive a message were treating it as format and would then report an error if the message contained a '{' Configuration menu Browse the repository at this point in the history
Commits on Feb 1, 2025
Configuration menu Browse the repository at this point in the history
Made RemoveUnnecessaryPackages consistent (#696) In the old code it would look for nuspec files on the file system and then remove folders that are not in packages.config. But installedPackages already contain all found nuspec files. The issue with old code is that InstalledPackages contained data about packages that were also potentially modified by the plugins while this method didn't take that into account leading to inconsistencies. Configuration menu Browse the repository at this point in the history
Commits on Feb 15, 2025
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Feb 16, 2025
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history