Open giggio opened 1 year ago
The 0.5.x version is an entirely new codebase compared to the 0.4.x versions and the code has moved to a new location (which is not public).
@jstedfast what does this mean? This project will no longer be MIT licensed? Will this repo continue to be used?
This repo is no longer being maintained by anyone (as you can see, no updates since April).
I don't know what the license is for the new codebase, but as I said, it's not in a public repo.
as you can see, no updates since April
Please deprecate this repo and update the readme with clear indication where to go now. I wasted a lot of time on this repo, until I found this post because I had an issue with the same extensions command.
Does MS open-source an extensible "upgrade-assistant" anymore? What is the recommended approach for extending the current ".NET Upgrade Assistant" VS extension? I'm interested in adding step(s) to analyze/make code changes, specific to our internal code base, while migrating a Xamarin app to MAUI. Can I rely on extending the legacy .NET Upgrade Assistant CLI tool for this?
Any guidance here would be greatly appreciated, thanks!
Describe the bug
I'm trying to use the experimental features, but setting the flags in the env variable does not work. The same goes for extension management, the docs don't work.
To Reproduce
$env:UA_FEATURES="ANALYZE_BINARIES"
.upgrade-assistant analyzebinaries
, it does not workupgrade-assistant extensions list
, it does not workExceptions (if any)
Further technical details
dotnet --list-sdks
:upgrade-assistant --version
:0.5.30.21767
I was able to clone the repo and run it from the artifacts directory, but I don't know why. I tried using the version from CI (https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json), but it didn't work either, the same version was installed, even using
--prerelease
.