GithubHelp home page GithubHelp logo

menees / diff.net Goto Github PK

View Code? Open in Web Editor NEW
44.0 4.0 7.0 123 KB

A differencing utility for Window desktop written in C#.

License: MIT License

Batchfile 0.28% PowerShell 4.18% C# 95.54%
diff file-diff directory-diff windows

diff.net's People

Contributors

bmenees avatar menees avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

diff.net's Issues

can this also be put on NuGet?

Awesome work. And.. Thank You.

I have my own WinForms application that does some interactions with a government RestFul API
In the course of things, I allow the more technical user the ability to see the JSON passed back-n-forth and actually "diff" the JSON if an interaction has been logged multiple times (so user can readily see what changed since they last submitted the object graph)

I currently embed your older Diff.Net.exe inside my application and then call it like this:

Process.Start("Diff.Net.exe", $"\"{file1.FullName}\" \"{file2.FullName}\" /f:w+c+g-tt");

If I want to use the more modern nuget-ized versions of your DLLs.. I believe I should link out to this package Menees.Diffs.Windows.Forms and thus I get all these:

  <package id="Menees.Common" version="4.9.10" targetFramework="net462" />
  <package id="Menees.Diffs" version="4.9.10" targetFramework="net462" />
  <package id="Menees.Diffs.Windows.Forms" version="4.9.10" targetFramework="net462" />
  <package id="Menees.Windows" version="4.9.10" targetFramework="net462" />
  <package id="Menees.Windows.Forms" version="4.9.10" targetFramework="net462" />

I don't know how to get the actual exe into my application via NuGet or if I should be instantiating one of your form instances..
So, my question is:
Can you either nuget-ize this Diff.Net application, or put some more help docs out there so I can more readily discern what the equivalent C# code would be

Thanx for Diff.Net

Hey Bill,

I like Diff.Net and even build a WPF clone Ähnlich based on your excellent back-end library. Your software design is supporior and the application is more than useful compared to other open-source attempts available on the Internet. Just want to say thank you for sharing such a great piece of work 🥇

Thanx Dirk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.