NuGetReferenceHintPathRewrite icon indicating copy to clipboard operation
NuGetReferenceHintPathRewrite copied to clipboard

Rewrites NuGet reference HintPath values at build-time for projects that exist in multiple solutions with different packages folders.

Results 3 NuGetReferenceHintPathRewrite issues
Sort by recently updated
recently updated
newest added

.targets with mono/xbuild in non-Windows OS doesn't recognize PowerShell style .NET assembly usage (because PowerShell is missing?) NuGet.targets considered non-windows case as below. ``` $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) $(SolutionDir).nuget ``` It would...

I noticed that NuGetReferenceHintPathRewrites assembly references but does not rewrite the imports and the "EnsureNuGetPackageBuildImports" targets that are generated by NuGet when a NuGet package that contains a ".targets" file...

Unfortunately this isn't working for me at the moment - references are getting marked as not found in VS, and warning like `Warning 2 Could not resolve this reference. Could...