Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/menees/libraries

.NET libraries used in all Menees utilities.
https://github.com/menees/libraries

binary-diff csharp diff dotnet gdiff text-diff windows-forms winforms wpf

Last synced: 23 days ago
JSON representation

.NET libraries used in all Menees utilities.

Awesome Lists containing this project

README

        

![windows build & test](https://github.com/menees/Libraries/workflows/windows%20build%20&%20test/badge.svg)

# Libraries
This repo contains the source code for several .NET libraries used in Menees utilities.

|Library|Description|
|---|---|
|[Menees.Common](src/Menees.Common)|Helpers for files, text, XML, logging, exceptions, etc.|
|[Menees.Diffs](src/Menees.Diffs)|Differencing algorithms for text files, binary files, and directories|
|[Menees.Diffs.Windows.Forms](src/Menees.Diffs.Windows.Forms)|Windows Forms controls for showing diffs of text, files, and directories|
|[Menees.Windows](src/Menees.Windows)|Windows-specific helpers for WMI, shell dialogs, and Visual Studio invocation|
|[Menees.Windows.Forms](src/Menees.Windows.Forms)|Windows Forms helpers and custom controls|
|[Menees.Windows.Presentation](src/Menees.Windows.Presentation)|WPF helpers and custom controls|

## Targets
|Library|.NET Framework|.NET Core|.NET Standard|NuGet|
|---|---|---|---|---|
|[Menees.Common](src/Menees.Common)|4.8|6.0|2.0|[![Nuget](https://img.shields.io/nuget/v/Menees.Common)](https://www.nuget.org/packages/Menees.Common/)|
|[Menees.Diffs](src/Menees.Diffs)|4.8|6.0|2.0|[![Nuget](https://img.shields.io/nuget/v/Menees.Diffs)](https://www.nuget.org/packages/Menees.Diffs/)|
|[Menees.Diffs.Windows.Forms](src/Menees.Diffs.Windows.Forms)|4.8|6.0|--|[![Nuget](https://img.shields.io/nuget/v/Menees.Diffs.Windows.Forms)](https://www.nuget.org/packages/Menees.Diffs.Windows.Forms/)|
|[Menees.Windows](src/Menees.Windows)|4.8|6.0|--|[![Nuget](https://img.shields.io/nuget/v/Menees.Windows)](https://www.nuget.org/packages/Menees.Windows/)|
|[Menees.Windows.Forms](src/Menees.Windows.Forms)|4.8|6.0|--|[![Nuget](https://img.shields.io/nuget/v/Menees.Windows.Forms)](https://www.nuget.org/packages/Menees.Windows.Forms/)|
|[Menees.Windows.Presentation](src/Menees.Windows.Presentation)|4.8|6.0|--|[![Nuget](https://img.shields.io/nuget/v/Menees.Windows.Presentation)](https://www.nuget.org/packages/Menees.Windows.Presentation/)|

## Dependencies
![Dependencies](http://www.menees.com/Images/LibrariesDependencies.png)

## Used By
* [Diff.Net](https://github.com/menees/Diff.Net)
* [DiskUsage](https://github.com/menees/DiskUsage)
* [Gizmos](https://github.com/menees/Gizmos)
* [Hasher](https://github.com/menees/Hasher)
* [MegaBuild](https://github.com/menees/MegaBuild)
* [Menees VS Tools](https://github.com/menees/VsTools)
* [RegExponent](https://github.com/menees/RegExponent)
* [RPN Calc 3.0](https://github.com/menees/RpnCalc)
* [SharpScript](https://github.com/menees/SharpScript)
* [WirePeep](https://github.com/menees/WirePeep)
* [WorkBreak](https://github.com/menees/WorkBreak)