Where do I find the Microsoft.DotNet.ApiDiff tool? #50033
-
As of this PR by @ViktorHofer, the Unfortunately, I can't find this tool in the current SDKs, not even in .NET 10 Preview 6. What are the plans here, when will we be able to use it and will there be documentation for it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The ApiDiff tool is currently not marked as shipping so it doesn't go to nuget.org. You can find non-shipping prerelease versions here on this feed: https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet10-transport/NuGet/Microsoft.DotNet.ApiDiff.Tool/overview/10.0.100-rc.1.25401.103 @ericstj are there any plans to release this tool package to nuget.org? |
Beta Was this translation helpful? Give feedback.
That's a public feed, I would be surprised if you don't have access. This is the feed URI: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json
Try downloading the tool via
dotnet tool install Microsoft.DotNet.ApiDiff.Tool --prerelease --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json