Info
Version: | 4.0.0 |
Author(s): | Mark Dickinson |
Last Update: | Tuesday, September 22, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DickinsonBros.Redactor |
Install
Install-Package DickinsonBros.Redactor
dotnet add package DickinsonBros.Redactor
paket add DickinsonBros.Redactor
DickinsonBros.Redactor Download (Unzip the "nupkg" after downloading)
Dependencies
- DickinsonBros.Redactor.Abstractions(>= 2.0.0 && < 3.0.0)
- Microsoft.Extensions.Configuration.Binder(>= 3.0.0 && < 4.0.0)
- Microsoft.Extensions.Options(>= 3.0.0 && < 4.0.0)
- Newtonsoft.Json(>= 12.0.1 && < 13.0.0)
- morelinq(>= 3.0.0 && < 4.0.0)
Features
* Configurable properties to redact by name
* Configurable regular expressions to validate against
* Sperate abstractions library to reduce coupling of packages.