OwlDomain.Testing.Assertions
1.4.2
Prefix Reserved
dotnet add package OwlDomain.Testing.Assertions --version 1.4.2
NuGet\Install-Package OwlDomain.Testing.Assertions -Version 1.4.2
<PackageReference Include="OwlDomain.Testing.Assertions" Version="1.4.2" />
<PackageVersion Include="OwlDomain.Testing.Assertions" Version="1.4.2" />
<PackageReference Include="OwlDomain.Testing.Assertions" />
paket add OwlDomain.Testing.Assertions --version 1.4.2
#r "nuget: OwlDomain.Testing.Assertions, 1.4.2"
#:package OwlDomain.Testing.Assertions@1.4.2
#addin nuget:?package=OwlDomain.Testing.Assertions&version=1.4.2
#tool nuget:?package=OwlDomain.Testing.Assertions&version=1.4.2
Testing.Assertions
The assertions library which contains all of the provided assertion extension methods to use along with a test framework adapter package.
This package is optional and you can always replace it with your own custom assertions.
On it's own this package isn't very useful, make sure to use it along with a test
framework adapter package like OwlDomain.Testing.MSTest.
License
This project (the source, and the release files, e.t.c) is release under the OwlDomain License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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 is compatible. 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 is compatible. 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. |
| .NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.0
- OwlDomain.Polyease (>= 1.4.2)
- OwlDomain.Testing.Base (>= 1.2.1)
-
.NETStandard 2.1
- OwlDomain.Polyease (>= 1.4.2)
- OwlDomain.Testing.Base (>= 1.2.1)
-
net5.0
- OwlDomain.Polyease (>= 1.4.2)
- OwlDomain.Testing.Base (>= 1.2.1)
-
net7.0
- OwlDomain.Testing.Base (>= 1.2.1)
-
net9.0
- OwlDomain.Testing.Base (>= 1.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.4.2 [29-10-2025]:
- Allow ref structs where easily possible.
1.4.1 [18-10-2025]:
- Update copyright format to include the start date.
- Fix license link in the package readme.
1.4.0 [27-09-2025]:
- Updated package to follow the current OwlDomain practices.
- Added release notes.