Moonrise.TestUtils.NetStd 5.2024.1231.11231

dotnet add package Moonrise.TestUtils.NetStd --version 5.2024.1231.11231
                    
NuGet\Install-Package Moonrise.TestUtils.NetStd -Version 5.2024.1231.11231
                    
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.1231.11231" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Moonrise.TestUtils.NetStd" Version="5.2024.1231.11231" />
                    
Directory.Packages.props
<PackageReference Include="Moonrise.TestUtils.NetStd" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Moonrise.TestUtils.NetStd --version 5.2024.1231.11231
                    
#r "nuget: Moonrise.TestUtils.NetStd, 5.2024.1231.11231"
                    
#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.
#:package Moonrise.TestUtils.NetStd@5.2024.1231.11231
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Moonrise.TestUtils.NetStd&version=5.2024.1231.11231
                    
Install as a Cake Addin
#tool nuget:?package=Moonrise.TestUtils.NetStd&version=5.2024.1231.11231
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.1231.11231 220 1/2/2025
5.2024.209.8452 351 2/9/2024
4.2021.105.19002 757 1/5/2021
4.2020.1217.19040 796 12/17/2020
4.2020.1217.12261 804 12/17/2020
4.2020.1217.11420 741 12/17/2020
4.2020.1217.8545 765 12/17/2020
4.2020.1213.22305 769 12/13/2020
4.2020.1211.13060 780 12/11/2020
4.2020.1211.8544 713 12/11/2020
4.2020.1207.10060 718 12/7/2020
4.2020.1206.16343 931 12/6/2020
4.2020.1124.20432 982 11/24/2020
4.2020.1120.18304 762 11/20/2020
4.2020.1120.14544 764 11/20/2020
4.2020.1119.15240 786 11/19/2020
4.2020.1118.14322 782 11/18/2020
4.2020.1118.12323 823 11/18/2020
4.2020.1116.22082 962 11/16/2020
4.2020.1116.16040 787 11/16/2020
Loading failed

Added generating to a RegEx for properties - in the class or attached interface - with RegularExpressionValidationAttribute.