https://github.com/soenneker/soenneker.utils.file.replacer
FileReplacer is a utility that processes files in a directory and applies replacement logic to their contents, supporting recursion and asynchronous file operations.
https://github.com/soenneker/soenneker.utils.file.replacer
bulk csharp dotnet file filereplacer files replace replacer string util utility utils
Last synced: 29 days ago
JSON representation
FileReplacer is a utility that processes files in a directory and applies replacement logic to their contents, supporting recursion and asynchronous file operations.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.file.replacer
- Owner: soenneker
- License: mit
- Created: 2025-05-18T14:07:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-22T02:05:35.000Z (2 months ago)
- Last Synced: 2026-04-22T04:14:00.145Z (2 months ago)
- Topics: bulk, csharp, dotnet, file, filereplacer, files, replace, replacer, string, util, utility, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 585 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.utils.file.replacer/)
[](https://github.com/soenneker/soenneker.utils.file.replacer/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.file.replacer/)
[](https://github.com/soenneker/soenneker.utils.file.replacer/actions/workflows/codeql.yml)
#  Soenneker.Utils.File.Replacer
### FileReplacer is a utility that processes files in a directory and applies replacement logic to their contents, supporting recursion and asynchronous file operations.
## Installation
```
dotnet add package Soenneker.Utils.File.Replacer
```