https://github.com/soenneker/soenneker.utils.autobogus.nsubstitute
An AutoFakerBinder for interfaces and abstract objects using NSubstitute
https://github.com/soenneker/soenneker.utils.autobogus.nsubstitute
autobogus bogus csharp dotnet fixture mock nsubstitue nsubstitute nsubstituteautofakerbinder tests unit util utils
Last synced: 13 days ago
JSON representation
An AutoFakerBinder for interfaces and abstract objects using NSubstitute
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.autobogus.nsubstitute
- Owner: soenneker
- License: mit
- Created: 2024-09-26T01:14:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-06T02:01:36.000Z (14 days ago)
- Last Synced: 2026-06-06T04:05:25.594Z (13 days ago)
- Topics: autobogus, bogus, csharp, dotnet, fixture, mock, nsubstitue, nsubstitute, nsubstituteautofakerbinder, tests, unit, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 1.25 MB
- Stars: 0
- 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.autobogus.nsubstitute/)
[](https://github.com/soenneker/soenneker.utils.autobogus.nsubstitute/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.autobogus.nsubstitute/)
[](https://github.com/soenneker/soenneker.utils.autobogus.nsubstitute/actions/workflows/codeql.yml)
#  Soenneker.Utils.AutoBogus.NSubstitute
### An AutoFakerBinder for interfaces and abstract objects using NSubstitute
## Installation
```
dotnet add package Soenneker.Utils.AutoBogus.NSubstitute
```
## Usage
```csharp
var faker = new AutoFaker
{
Binder = new NSubstituteAutoFakerBinder()
};
```