PleaseWait 1.0.0-alpha

This is a prerelease version of PleaseWait.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PleaseWait --version 1.0.0-alpha
                    
NuGet\Install-Package PleaseWait -Version 1.0.0-alpha
                    
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="PleaseWait" Version="1.0.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PleaseWait" Version="1.0.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="PleaseWait" />
                    
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 PleaseWait --version 1.0.0-alpha
                    
#r "nuget: PleaseWait, 1.0.0-alpha"
                    
#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 PleaseWait@1.0.0-alpha
                    
#: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=PleaseWait&version=1.0.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PleaseWait&version=1.0.0-alpha&prerelease
                    
Install as a Cake Tool

please-wait

CI

Testing asynchronous systems is not an easy task and is obscured by details such as handling threads, timeouts and concurrency. PleaseWait is a DSL that allows you to express the expectations of an asynchronous system in a straightforward manner by waiting for conditions to occur. For example:

PleaseWait.AtMost(10, TimeUnit.SECONDS).Until(() => driver.FindElement(By.Id("UserName")).Displayed);
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.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1 2,635 8/20/2025
3.0.0 140 8/20/2025
2.7.0 67,562 7/12/2024
2.6.0 1,059 4/8/2024
2.5.0 765 1/5/2024
2.4.1 407 11/21/2023
2.4.0 167 11/20/2023
2.3.3 369 6/20/2023
2.3.2 217 5/26/2023
2.3.1 216 5/26/2023
2.3.0 224 5/25/2023
2.2.0 235 5/25/2023
2.1.1 206 5/23/2023
2.1.0 208 5/23/2023
2.0.0 237 5/19/2023
2.0.0-alpha2 206 5/19/2023
2.0.0-alpha 196 5/19/2023
1.0.3 256 5/11/2023
1.0.2 259 5/8/2023
1.0.1 247 5/6/2023
1.0.0 243 5/5/2023
1.0.0-alpha2 180 5/5/2023
1.0.0-alpha 223 5/5/2023