You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit ports the Differ F# script over to a console
application, and includes a number of improvements:
- Correct resolution of NuGet references respective to target framework
- Ability to diff any two assembly providers e.g.
compare NuGet package to the build of a GitHub commit
compare loacl assembly to NuGet package, etc.
Closeselastic/elasticsearch-net#3305
The diff target is able to diff
assemblies
: two assembliesdirectories
: pairs of assembliesgithub
: the output of two github commitsnuget
: the lib and its dependenciesThe implementation does not currently handle
Improvements should be made to address these issues.
The text was updated successfully, but these errors were encountered: