-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for API and Package mappings #1555
Conversation
samples/mappings/Microsoft/Common/DotNetRuntime.packagemap.json
Outdated
Show resolved
Hide resolved
Yes, see the tests/ directory. The tests parse the JSON files and verify that they are syntactically correct values (as well as JSON, obviously). |
caf4a33
to
c053366
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c053366
to
320cba3
Compare
@abpiskunov I suspect that the dotnet.upgrade-assistant check does not complete because UA is no longer in this repo. Do you know where this check is marked as required and how to remove it? |
@jstedfast Is the binary analysis feature still supported? We were linking to the documentation for it from learn.microsoft.com, but now the link is broken and I'm not sure what to link to. |
binary analysis is supported however the CLI experience is different and our PMs are working on the blog post about that and learning docs. IN mean while new UA cli should guide you how to use new binary analysis. |
Description
Adds support for 3rd-party API and Package mappings.