DataGenerator icon indicating copy to clipboard operation
DataGenerator copied to clipboard

Automatically generate data for an object

Results 12 DataGenerator issues
Sort by recently updated
recently updated
newest added

Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.0.3 to 3.1.0. Release notes Sourced from coverlet.msbuild's releases. v3.1.0 141 adds performance improvements to coverage tracker for multi-threaded scenarios a189fc26ea35b8ad77bd3be2bceac5c2996149a8 replaces Jil with JSON.NET for JSON...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 15.0.8 to 27.1.1. Commits 267c0cf Updated change log. Docs build. 9b04a08 Fixed issue with delimiter detection in parser async read. d61651d Added missing migration doc files. f68a5a1...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.10.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v16.10.0 See the release notes here. v16.10.0-release-20210429-01 See the release notes here. v16.10.0-release-20210422-02 See the release notes here....

dependencies

Hi, I want ignore some properties of entity, but i don't know how. I would grateful if you can help me. Thx.

snippet from your code ```csharp bool isReadonly = !fieldInfo.IsInitOnly && !fieldInfo.IsLiteral; if (!isReadonly) _setter = new Lazy(() => DelegateFactory.CreateSet(_fieldInfo)); HasSetter = !isReadonly; ``` I stumbled on this when trying to...

The class that I am generating my random data from has nullable numeral types and the `IntegerSource` and `DecimalSource` does not like them. So I tried using `Convert` but I...

How to generate random text to specific character

When your model contains a property of type ICollection, the property cannot be assigned from the generator. It results in an exception mentioning "the object should implement IConvertible". This happens...