Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/menees/libraries
- Owner: menees
- License: mit
- Created: 2020-02-23T20:10:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T20:40:16.000Z (5 months ago)
- Last Synced: 2024-10-01T00:01:29.909Z (about 1 month ago)
- Topics: binary-diff, csharp, diff, dotnet, gdiff, text-diff, windows-forms, winforms, wpf
- Language: C#
- Homepage:
- Size: 515 KB
- Stars: 28
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)