SIL.TestUtilities 7.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SIL.TestUtilities --version 7.0.0                
NuGet\Install-Package SIL.TestUtilities -Version 7.0.0                
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="SIL.TestUtilities" Version="7.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIL.TestUtilities --version 7.0.0                
#r "nuget: SIL.TestUtilities, 7.0.0"                
#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.
// Install SIL.TestUtilities as a Cake Addin
#addin nuget:?package=SIL.TestUtilities&version=7.0.0

// Install SIL.TestUtilities as a Cake Tool
#tool nuget:?package=SIL.TestUtilities&version=7.0.0                

SIL.TestUtilities contains convenience classes for developing unit tests.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on SIL.TestUtilities:

Package Downloads
SIL.WritingSystems.Tests

Unit tests for SIL.WritingSystems

SIL.DblBundle.Tests

Unit tests for SIL.DblBundle

SIL.Core.Tests

Unit tests for SIL.Core

SIL.LCModel.Core.Tests

The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data. This package provides unit tests for SIL.LCModel.Core.

SIL.Chorus.LibChorus.TestUtilities

End-user collaboration library via 3-way xml merging and hg dvcs under the hood.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
15.0.0-beta0083 78 9/6/2024
15.0.0-beta0082 64 8/28/2024
15.0.0-beta0081 86 8/28/2024
15.0.0-beta0079 53 8/27/2024
15.0.0-beta0067 78 8/23/2024
15.0.0-beta0051 87 8/19/2024
14.2.0-beta0022 145 8/15/2024
14.2.0-beta0021 86 8/15/2024
14.2.0-beta0020 75 8/12/2024
14.2.0-beta0019 73 8/1/2024
14.2.0-beta0014 55 8/1/2024
14.2.0-beta0012 58 8/1/2024
14.2.0-beta0010 60 8/1/2024
14.2.0-beta0009 70 6/10/2024
14.1.2-beta0002 70 6/7/2024
14.1.1 123 5/23/2024
14.1.1-beta0004 83 5/23/2024
14.1.1-beta0002 76 5/14/2024
14.1.0 97 5/13/2024
14.1.0-beta0007 74 5/13/2024
14.1.0-beta0005 80 5/9/2024
14.0.1-beta0003 59 5/1/2024
14.0.1-beta0001 68 4/15/2024
14.0.0 155 4/9/2024
13.0.1 4,336 1/9/2024
13.0.0 165 12/8/2023
12.0.1 1,457 5/26/2023
12.0.0 2,571 2/15/2023
11.0.1 299 1/27/2023
11.0.0 770 1/21/2023
10.1.0 757 8/26/2022
10.0.0 1,311 8/4/2022
9.0.0 928 6/3/2022
8.0.0 1,378 3/4/2021
7.0.0 688 8/29/2019

Changed:
- Create nuget packages
- [SIL.Media] `IAudioRecorder.SelectedDevice` now returns a `IRecordingDevice` which both the
 NAudio and AlsaAudio `RecordingDevice` implement. This allows to use the same assembly
 on both Windows and Linux (although the limitations what works and what doesn't work remain the
 same)
- [SIL.Media] cleanup of `AudioSession` API: rename `AudioIrrKlangSession` to `WindowsAudioSession`.
 `AudioAlsaSession` and `WindowsAudioSession` are now  internal (they were never intended to
 be used directly)
- [SIL.Media] move some interfaces around so that they live in `SIL.Media` instead of
 `SIL.Media.Naudio`: `IAudioRecorder`, `RecordingState`, `IAudioPlayer`

Added:
- [SIL.Core] new properties for processor architecture: `Platform.ProcessArchitecture` and
 `Platform.IsRunning64Bit`
- [SIL.NUnit3Compatibility] new project/package that allows to use NUnit3 syntax with NUnit2
 projects