Moonrise.TestUtils.NetStd 5.2024.209.8452

dotnet add package Moonrise.TestUtils.NetStd --version 5.2024.209.8452
NuGet\Install-Package Moonrise.TestUtils.NetStd -Version 5.2024.209.8452
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Moonrise.TestUtils.NetStd" Version="5.2024.209.8452" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Moonrise.TestUtils.NetStd --version 5.2024.209.8452
#r "nuget: Moonrise.TestUtils.NetStd, 5.2024.209.8452"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Moonrise.TestUtils.NetStd as a Cake Addin
#addin nuget:?package=Moonrise.TestUtils.NetStd&version=5.2024.209.8452

// Install Moonrise.TestUtils.NetStd as a Cake Tool
#tool nuget:?package=Moonrise.TestUtils.NetStd&version=5.2024.209.8452

Particular favourites are;
PrivateWrapper - to allow access to the private methods of a "wrapped" object - via dynamic.
Creator - To create repeatable but random data for "filled" classes to test - various properties available to control the range of filling. This one's the dog's!

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Moonrise.TestUtils.NetStd:

Package Downloads
Moonrise.Samples

Samples for how to use the Moonrise libraries. YOU MUST READ THE README!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2024.209.8452 217 2/9/2024
4.2021.105.19002 530 1/5/2021
4.2020.1217.19040 557 12/17/2020
4.2020.1217.12261 576 12/17/2020
4.2020.1217.11420 506 12/17/2020
4.2020.1217.8545 530 12/17/2020
4.2020.1213.22305 544 12/13/2020
4.2020.1211.13060 557 12/11/2020
4.2020.1211.8544 505 12/11/2020
4.2020.1207.10060 505 12/7/2020
4.2020.1206.16343 576 12/6/2020
4.2020.1124.20432 715 11/24/2020
4.2020.1120.18304 510 11/20/2020
4.2020.1120.14544 527 11/20/2020
4.2020.1119.15240 543 11/19/2020
4.2020.1118.14322 558 11/18/2020
4.2020.1118.12323 585 11/18/2020
4.2020.1116.22082 691 11/16/2020
4.2020.1116.16040 546 11/16/2020
4.2020.1110.19400 495 11/10/2020
3.2019.607.7582 719 6/7/2019
3.2018.713.9112 1,048 7/13/2018

I can no longer afford a code signing certificate and once a package is signed it must stay signed. I originally signed my packages because I was trying to get them used by an organisation I worked for but which subsequently declined due to their dumbass copyright issues. Anyway, that means you will likely get a warning when you upgrade! Sorry.
Update to .Net 6. Fixed a Creator bug where if the last member of a class had a CreationAttribute it would fail. Added basic random email.