This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NuGet] Fix warning logged when clicking file license link
Clicking the View License link in the License Acceptance dialog was logging a warning about failing to start the url. The problem was that the custom url used to open the file license was being handled by the default LinkLabel implementation. Now the NavigateToUrlEventArgs is set as handled so this does not happen.
- Loading branch information