FsCheck.Xunit
3.0.0-alpha3
.NET Standard 1.6
This package targets .NET Standard 1.6. The package is compatible with this framework or higher.
.NET Framework 4.5.2
This package targets .NET Framework 4.5.2. The package is compatible with this framework or higher.
This is a prerelease version of FsCheck.Xunit.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package FsCheck.Xunit --version 3.0.0-alpha3
NuGet\Install-Package FsCheck.Xunit -Version 3.0.0-alpha3
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="FsCheck.Xunit" Version="3.0.0-alpha3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FsCheck.Xunit" Version="3.0.0-alpha3" />
<PackageReference Include="FsCheck.Xunit" />
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 FsCheck.Xunit --version 3.0.0-alpha3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FsCheck.Xunit, 3.0.0-alpha3"
#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.
#addin nuget:?package=FsCheck.Xunit&version=3.0.0-alpha3&prerelease
#tool nuget:?package=FsCheck.Xunit&version=3.0.0-alpha3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
FsCheck.Xunit integrates FsCheck with xUnit.NET by adding a PropertyAttribute that runs FsCheck tests, similar to xUnit.NET's FactAttribute.
All the options normally available in vanilla FsCheck via configuration can be controlled via the PropertyAttribute.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- FsCheck (= 3.0.0-alpha3)
- xunit.extensibility.execution (>= 2.2.0 && < 3.0.0)
-
.NETStandard 1.6
- FsCheck (>= 3.0.0-alpha3)
- FSharp.Core (>= 4.2.3)
- NETStandard.Library (>= 1.6.1)
- System.ValueTuple (>= 4.4.0)
- xunit.abstractions (>= 2.0.1)
- xunit.core (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (25)
Showing the top 20 popular GitHub repositories that depend on FsCheck.Xunit:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
coding-horror/basic-computer-games
An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages. See https://coding-horror.github.io/basic-computer-games/
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
opentk/opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
|
|
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
|
|
MetacoSA/NBitcoin
Comprehensive Bitcoin library for the .NET framework.
|
|
FakeFishGames/Barotrauma
A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
|
|
NeutroniumCore/Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
|
|
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
|
|
la-yumba/functional-csharp-code
Code samples for Functional Programming in C#
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
helios-io/helios
reactive socket middleware for .NET
|
|
TolikPylypchuk/SharpHook
SharpHook provides a cross-platform global keyboard and mouse hook, event simulation, and text entry simulation for .NET
|
|
serdedotnet/serde
Serde.NET is a C# port of the popular Serde serialization library for Rust
|
|
vesoapp/veso
Open source media server.
|
|
osstotalsoft/nbb
.Net Building Blocks
|
|
la-yumba/functional-csharp-code-2
|
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 2,711 | 4/10/2025 |
3.1.0 | 42,077 | 1/30/2025 |
3.0.1 | 5,499 | 1/22/2025 |
3.0.0 | 18,660 | 1/7/2025 |
3.0.0-rc3 | 91,311 | 3/3/2024 |
3.0.0-rc2 | 703 | 2/25/2024 |
3.0.0-rc1 | 45,413 | 7/23/2023 |
3.0.0-beta2 | 62,319 | 1/8/2022 |
3.0.0-beta1 | 9,380 | 9/5/2021 |
3.0.0-alpha5 | 43,015 | 12/28/2020 |
3.0.0-alpha4 | 208,855 | 10/6/2018 |
3.0.0-alpha3 | 12,177 | 12/30/2017 |
3.0.0-alpha2 | 5,785 | 10/19/2017 |
3.0.0-alpha1 | 1,881 | 9/26/2017 |
2.16.6 | 635,395 | 7/1/2023 |
2.16.5 | 613,381 | 6/1/2022 |
2.16.4 | 384,290 | 1/8/2022 |
2.16.3 | 168,472 | 9/4/2021 |
2.16.2 | 6,628 | 8/30/2021 |
2.16.0 | 26,466 | 8/13/2021 |
2.15.3 | 161,803 | 5/8/2021 |
2.15.2 | 92,652 | 4/15/2021 |
2.15.1 | 64,122 | 2/27/2021 |
2.15.0 | 2,558 | 2/23/2021 |
2.14.6 | 28,977 | 2/21/2021 |
2.14.5 | 3,614 | 2/18/2021 |
2.14.4 | 27,215 | 1/31/2021 |
2.14.3 | 391,035 | 6/9/2020 |
2.14.2 | 78,652 | 3/11/2020 |
2.14.0 | 481,346 | 4/17/2019 |
2.13.0 | 193,177 | 11/11/2018 |
2.12.1 | 19,554 | 10/18/2018 |
2.12.0 | 5,815 | 10/6/2018 |
2.11.0 | 85,599 | 6/15/2018 |
2.10.10 | 58,216 | 5/15/2018 |
2.10.9 | 13,467 | 4/10/2018 |
2.10.8 | 66,281 | 3/3/2018 |
2.10.7 | 11,619 | 1/29/2018 |
2.10.6 | 11,759 | 12/30/2017 |
2.10.5 | 13,643 | 12/28/2017 |
2.10.4 | 35,527 | 11/8/2017 |
2.10.3 | 6,129 | 9/26/2017 |
2.10.2 | 10,029 | 9/25/2017 |
2.10.1 | 1,650 | 9/23/2017 |
2.10.0 | 11,135 | 9/7/2017 |
2.9.2 | 3,285 | 8/28/2017 |
2.9.1 | 1,449 | 8/27/2017 |
2.9.0 | 49,268 | 5/18/2017 |
2.9.0-rc3 | 4,337 | 5/7/2017 |
2.9.0-rc2 | 1,213 | 5/6/2017 |
2.9.0-rc1 | 1,168 | 5/6/2017 |
2.8.2 | 4,036 | 5/6/2017 |
2.8.1 | 1,526 | 5/1/2017 |
2.8.0 | 5,846 | 3/15/2017 |
2.7.2 | 4,754 | 3/5/2017 |
2.7.1 | 5,052 | 2/13/2017 |
2.7.0 | 4,541 | 1/15/2017 |
2.6.3 | 2,276 | 1/13/2017 |
2.6.2 | 7,555 | 10/7/2016 |
2.6.1 | 2,025 | 9/25/2016 |
2.6.0 | 11,486 | 8/3/2016 |
2.5.0 | 26,870 | 6/7/2016 |
2.4.0 | 7,643 | 4/20/2016 |
2.3.0 | 2,929 | 4/11/2016 |
2.2.5 | 6,180 | 3/28/2016 |
2.2.4 | 12,845 | 12/17/2015 |
2.2.3 | 1,935 | 11/26/2015 |
2.2.2 | 2,859 | 11/14/2015 |
2.2.1 | 1,633 | 11/5/2015 |
2.2.0 | 11,140 | 11/1/2015 |
2.1.0 | 3,860 | 9/30/2015 |
2.0.7 | 6,037 | 8/20/2015 |
2.0.6 | 2,238 | 8/14/2015 |
2.0.5 | 3,202 | 7/31/2015 |
2.0.4 | 2,011 | 7/20/2015 |
2.0.3 | 1,826 | 7/10/2015 |
2.0.2 | 1,571 | 7/7/2015 |
2.0.1 | 2,967 | 5/23/2015 |
2.0.1-rc1 | 1,300 | 5/23/2015 |
2.0.0-alpha | 1,583 | 4/27/2015 |
1.0.4 | 10,700 | 12/9/2014 |
1.0.3 | 2,904 | 11/18/2014 |
1.0.2 | 3,724 | 10/27/2014 |
1.0.1 | 1,734 | 10/18/2014 |
1.0.0 | 2,219 | 8/3/2014 |
0.4.1 | 26,224 | 5/9/2014 |
0.4.0.2 | 5,664 | 11/7/2013 |
0.4.0.1 | 2,109 | 6/21/2013 |
0.4.0 | 1,808 | 6/18/2013 |
0.3.0 | 2,126 | 8/26/2012 |
0.2.0 | 1,881 | 7/4/2012 |
0.1.0 | 5,166 | 6/25/2012 |
NuGet packaging: relax FSharp.Core constraint to 4.0 and higher for .NET Desktop.