Forgind

Results 200 comments of Forgind

Ping @tmat This is still a serious pain point, currently preventing MSBuild from merging their code flow to 9.0.2xx. I already clicked rerun twice. I pointed to a PR that...

Did you ever look into https://github.com/dotnet/sdk/issues/40006#issuecomment-2311025564?

MSBuild would interpret the command line to mean that the property NuspecProperties should have the value `version=11.0.0;year=2021`, but it doesn't do any more parsing initially, so there's presumably some parsing...

This sounds to me like a problem with the parsing where it knows to look for the NuspecProperties property, and it uses that to generate metadata later used to replace...

@rainersigwald, I haven't come up with any more ways that this is broken; have you?

I agree about ShouldInstallAWorkloadSet—I mostly added that because for earlier versions, we weren't finding the baseline manifests either, and that would've fired—but I'm not convinced about OnlyBaselineManifestFound. Regardless of the...

I tested this out on main, and it seems like it's no longer an issue, or if it is, the repro steps are a bit different. I don't think this...

> Does this search work if the package is unlisted and the version is explicitly specified? I have no idea whether unlisting the package affects this API. I think I...

> Does this search work if the package is unlisted and the version is explicitly specified? Yes! I tested with the elemental.sysinfotool package, as that's what we've used for testing...

> I tried running this PR in a dogfood environment and see a completely different error: > > ``` > C:\git\sdk>dotnet tool install System.ValueTuple > Unhandled exception: System.IO.DirectoryNotFoundException: Could not...