You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utility class to easily generate random data. This makes generating good unit test data a breeze!
5
+
6
+
## Getting Started (Development)
7
+
8
+
[This package](https://www.nuget.org/packages/Exceptionless.RandomData/) can be installed via the [NuGet package manager](https://docs.nuget.org/consume/Package-Manager-Dialog). If you need help, please contact us via in-app support or [open an issue](https://github.com/exceptionless/Exceptionless.RandomData/issues/new). We’re always here to help if you have any questions!
9
+
10
+
1. You will need to have [Visual Studio 2013](http://www.visualstudio.com/products/visual-studio-community-vs) installed.
11
+
2. Open the `Exceptionless.RandomData.sln` Visual Studio solution file.
12
+
13
+
## Using RandomData
14
+
15
+
Below is a small sample of what you can do, so check it out!
0 commit comments