p2crap
NuGet publisher profile
Packages (26)
WildcardMatch
String wildcard match (I can not believe no one already wrote a simple NuGet package to do this).
MrAdvice
MrAdvice allows to weave aspects at build-time (just like PostSharp, but free as in free beer). Write your own aspects in the form of attributes and apply them to target methods or properties.
DNParser
An RFC 2253 Compliant Distinguished Name Parser. Written by Pete Everett, ported to Github and NuGet by Pascal Craponne and converted to .NET Standard by Thomas Würtz - CPOL License https://spdx.org/licenses/CPOL-1.02.html
ArxOne.Ftp
A simple FTP/FTPS/FTPES client. Multi-connection and thread-safe. Uses high-level methods but also supports direct command sending.
MrAdvice.Fody
Obsolete! Use https://www.nuget.org/packages/MrAdvice/ instead! MrAdvice allows to weave aspects at build-time (just like PostSharp, but free as in free beer). Write your own aspects in the form of attributes and apply them to target methods or properties.
Roman-Numerals
Converting numbers to and from roman numerals as easy as II+II=IV. Supports ASCII, Unicode and vinculum extensions.
StitcherBoy
Classes for post-build tasks, to modify assemblies after generation (using dnlib). Allows to run from command-line or build task.
MrAdvice.MVVM
MrAdvice.MVVM is a lightweight MVVM library. It implements NotifyPropertyChanged, DependencyProperty (dependency and attached), A command binder and some threading management.
VersionStitcher
Injects version from source control information (git) based on explicit text patterns in assembly.
Blobber
Embeds (by default) or merges assemblies. Also solves the references problems. Fine-graind configuration is possible by adding a 'Blobber' file to target projet.
ArxOne.Persistence
A simple persistence library. Simply mark properties with attributes and they are persisted in registry.
ExFat.DiscUtils
ExFat allows to manage exFAT partitions at different levels: partition, file system entry or full path. Please note that the dependency DiscUtils.Core has to be installed separately (because it is still in pre-release).
ExFat.Core
ExFat allows to manage exFAT partitions at different levels: partition, file system entry or full path. This package is the standalone version (which does not reference any other package).
SignReferences
Signs unsigned assemblies at build-time. This is useful if your project requires signing and you use third-party unsigned libraries.
OneFilesystem
Allows to manage local files, FTP, FTPES, FTPS and SFTP files in a uniform and simple way
VirtualTreeView
A WPF TreeView that actually supports virtualization. It is based on an ItemsControl with VirtualizingStackPanel.
Pbkdf2
An extensible implementation of PBKDF2 (RFC 2898). Compatible with .NET implementation.
FIGlet-_-lib
A FIGlet library that allows to generate ASCII art (in the form of big letters) from text. Supports most common features such as fitting and smushing, reads fonts from raw or zipped files and offers extensibility.
BlueDwarf.Tunnel
Allows to chain proxy servers in order to reach a given network target. Supports HTTP CONNECT and SOCKS proxy servers.
FrenchRepublicanCalendar
Vive la révolution! A few classes to convert from and to French republican calendar (that existed between 1792 and 1806).
InternetMessage
An Internet Message Format parser (in the end it should be close to RFC 5322)
PropertyList
A macOS plist formatter/parser
Rfc3339
A RFC 3339 formatter/parser for DateTime and DateTimeOffset
HashMAC
An extensible implementation of HMAC (RFC 2104). Compatible with .NET implementation.
VirtualList
A list implementation that can be filled progressively
LzmaStream
Exposes an LzmaStream which works exactly like a .NET stream, such as GZipStream