Jonathan Dodds
Jonathan Dodds
> ... as NuGet package (`PackageDependence`). Should that be `PackageReference`?
See bugs #1622 and #3468.
`-target` already exists and already specifies the entry point targets. Changing `-target` could create issues. Perhaps `-getTargetResults` (or a renamed switch) should be a Boolean flag where 'true' indicates that...
I'm in favor of not coupling the "entry point" targets and the "result" targets. I'm not in favor of having two switches define the "entry point" targets. It does appear...
See also issues #273 and #276
`dotnet-core-uninstall` should be a universal binary. The last Intel based mac model in Apple's product line was replaced in June 2023. All current models are using Apple Silicon chips.
Related #256
.NET 8.0 has been released today (November 14, 2023) and the .NET uninstall tool (`dotnet-core-uninstall`) doesn't handle SDK versions 8 and above. ### Steps to Reproduce Running the command ```...
Steps for manually deleting an SDK or Runtime: 1. Run `dotnet --info` and note the base path, e.g. ``` Base Path: /usr/local/share/dotnet/sdk/8.0.100/ ``` 2. To remove an SDK: - The...
At the time this issue was opened, .NET 8 was in preview. But shortly after this issue was opened, .NET 8 was released. As it stands now, the `dotnet-core-uninstall` tool...