Plisky.Testing
1.3.6
See the version list below for details.
dotnet add package Plisky.Testing --version 1.3.6
NuGet\Install-Package Plisky.Testing -Version 1.3.6
<PackageReference Include="Plisky.Testing" Version="1.3.6" />
paket add Plisky.Testing --version 1.3.6
#r "nuget: Plisky.Testing, 1.3.6"
// Install Plisky.Testing as a Cake Addin #addin nuget:?package=Plisky.Testing&version=1.3.6 // Install Plisky.Testing as a Cake Tool #tool nuget:?package=Plisky.Testing&version=1.3.6
Plisky Unit Testing Support, TestData TestSupport and Test File Handling.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. 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 | 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. |
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
All Frameworks
- Plisky.Diagnostics (>= 3.1.0)
- xunit.abstractions (>= 2.0.3)
- xunit.core (>= 2.4.1)
- xunit.extensibility.core (>= 2.4.1)
-
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 |
---|---|---|
1.3.7 | 319 | 10/16/2023 |
1.3.6 | 711 | 5/15/2022 |
1.3.5 | 410 | 5/14/2022 |
1.3.4 | 421 | 5/13/2022 |
1.3.3 | 409 | 5/11/2022 |
1.2.2 | 481 | 5/25/2021 |
1.2.1 | 356 | 5/25/2021 |
1.2.0 | 1,322 | 3/22/2020 |
1.1.4 | 548 | 1/31/2020 |
1.1.3 | 619 | 9/26/2019 |
1.1.2 | 464 | 9/25/2019 |
1.1.1 | 480 | 9/22/2019 |
1.1.0 | 474 | 9/22/2019 |
1.0.3 | 750 | 6/11/2019 |
1.0.2 | 535 | 4/14/2019 |
1.0.1 | 551 | 4/14/2019 |
1.0.0 | 541 | 4/13/2019 |
1.3.0 - Addition of additional attributes to ease test identification.
Addition of get test datafile as string.
1.2.2 - Bugfix when the assembly that the datafile is in is the current assembly.
- Add passing filename to gettestfile to specify correct filename.
1.2.0 - Interface Breaks for naming consistancy and code style. Soz.
1.1.4 - Updating Dependency Chain on Diagnostics
1.1.3 - Fixed bug whereby ref from nuget altered behaviour compared with local testing. GetTestDataFile should now work as expected.
1.1.2 - Debugging added to new GetTestDataFile implementaiton.
1.1.1 - Interface Break - TestData renamed to SampleTestData, new Feature - GetTestDataFile(string ident)
1.0.3 - Corrects fault in standard versioning
1.0.2 - Adds Bilge Injection
1.0.1 - License Update
1.0 - Initial Release, Moving out of Plisky.Plumbing and into its own Assembly