APIComparer icon indicating copy to clipboard operation
APIComparer copied to clipboard

Compares NuGetPackages/Assemblies and displays changes in the public api.

Results 30 APIComparer issues
Sort by recently updated
recently updated
newest added

When someone wants to upgrade their project, they will evaluate most if not all packages. Save the hassle of typing names and versions by simply processing user-provided package.config file(s).

Improvement

As part of doing #41 the question of error handling came up. In this case if the user is providing a bad nuget id on the url we just `throw...

Related to #16 @brittking to decide on details.

OK, here's a curve ball... :wink: Following the pattern of `xunit` 2.0, `Xbehave` 2.0 is now a meta-package containing nothing but a dependency on `Xbehave.Core` and `xunit`, where `Xbehave.Core` is...

Feature

When comparing http://apicomparer-preview.particular.net/Compare/Appccelerate.EventBroker/3.1.0...3.15.0 It shows `The following types have differences.` instead of somethign like `No differences found.`

Improvement

To provide links to the source of a particular change we need to know the root url for the specific file. The idea is to look for a `APIComparerRootUrl`property in...

Feature

With ASQ it is not possible to peek into more than 32 messages. When failed/audit queue has more than 32 messages, those won't be reachable. In addition to that, ASQ...

Improvement

## What Create a webjob that will backup a newly created comparison file to "vault" storage blob. ## Why Once comparison for a nuget for a given pair of version...

Feature

Discussed with @adamralph it would be cool to be able to specify the package source. I think we could restrict ourself to only public sources like Nuget and MyGet. How...

Improvement

When detecting a nuget or version that doesn't exist write that to the response file so that the user gets notified Eg: http://apicomparer-preview.particular.net/compare/rabbitmq.cliendasdasdast/3.4.3...3.5.0