https://github.com/soenneker/soenneker.normalizers.base
Base class for safe and consistent data normalization, providing common handling like null checks and exception suppression. Intended for use by all concrete normalizer implementations.
https://github.com/soenneker/soenneker.normalizers.base
base basenormalizer csharp dotnet normalizer normalizers util
Last synced: 3 months ago
JSON representation
Base class for safe and consistent data normalization, providing common handling like null checks and exception suppression. Intended for use by all concrete normalizer implementations.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.normalizers.base
- Owner: soenneker
- License: mit
- Created: 2025-05-08T14:24:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-07T14:39:35.000Z (3 months ago)
- Last Synced: 2026-03-07T19:51:00.457Z (3 months ago)
- Topics: base, basenormalizer, csharp, dotnet, normalizer, normalizers, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.normalizers.base/)
[](https://github.com/soenneker/soenneker.normalizers.base/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.normalizers.base/)
[](https://github.com/soenneker/soenneker.normalizers.base/actions/workflows/codeql.yml)
#  Soenneker.Normalizers.Base
### Base class for safe and consistent data normalization, providing common handling like null checks and exception suppression. Intended for use by all concrete normalizer implementations.
## Installation
```
dotnet add package Soenneker.Normalizers.Base
```