-
In both versions 2.7.4 and 2.8.0, there is a regression on generating `Google.Protobuf.WellknownTypes.Value` instances; this used to work as late as version 2.7.3. Using Google.Protobuf 3.11.4, I am a…
-
Hi,
We're using [Black Duck](https://www.blackducksoftware.com/) to monitor our packages, and we're receiving some warnings for [the AutoBogus package](https://www.nuget.org/packages/AutoBogus/2.8.…
-
I'm trying to create a MockDataGenerator which contains a repository of rules. I would like the repository of rules to operate the child interfaces in which a class derrives.
using RuleSet = S…
-
**Context**
Currently, the `RuleFor` work against specific property.
Ideally, I'd like to be able to set rules for multiple properties by type. This can potentially divide into several categories:…
-
Could have a way to set constructor parameters when we inherit from AutoFaker ?
Something like
```cs
public class Foo {
Foo(int dep) {}
}
public class FooBuilder : AutoFake…
-
Since Bogus allows only a single `FinishWith` method, the way AutoBogus works its magic makes it impossible for someone to configure a FinishWith for a Type like this:
```csharp
public class Perso…
-
### Version Information
| Software | Version(s) |
| ------------------------| ---------- |
| Bogus NuGet Package | 29.0.2 |
| .NET Core? | …
-
Hello,
In 2.7, AutoBogus throws an exception when using `AutoFaker.Generate()` with classes that expose an `ImmutableDictionary` as a public property. In 2.6, such classes used to be able to gener…
-
I am trying to create a custom Binder to handle private setters in base classes, but AutoFaker class does not pass the binder argument to the base class. I think the problem is in the following line:
…
-
Starting in v2.7.0, I'm getting a list conversion error when setting an `ISet` property with a `HashSet` populated via an `IList` within a rule. This is not happening in v2.6.0.
```
public class M…