SIL.NUnit3Compatibility 7.0.0

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

SIL.NUnit3Compatibility contains classes and attributes that allow to use
     NUnit3 syntax with NUnit2 projects.

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.
  • .NETFramework 4.6.1

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
8.0.0-beta0061 465 2/18/2020
8.0.0-beta0060 410 2/6/2020
8.0.0-beta0059 426 2/4/2020
8.0.0-beta0058 463 2/4/2020
8.0.0-beta0057 410 2/4/2020
8.0.0-beta0037 439 12/9/2019
8.0.0-beta0036 424 12/9/2019
8.0.0-beta0033 428 12/2/2019
8.0.0-beta0032 456 11/22/2019
8.0.0-beta0031 415 11/21/2019
7.0.1-beta0028 449 10/23/2019
7.0.1-beta0027 431 10/23/2019
7.0.1-beta0025 441 10/23/2019
7.0.1-beta0024 427 10/22/2019
7.0.1-beta0023 428 10/7/2019
7.0.1-beta0021 440 10/4/2019
7.0.1-alpha0008 443 10/2/2019
7.0.1-alpha0006 463 10/2/2019
7.0.1-alpha0005 440 9/3/2019
7.0.1-alpha0004 461 9/3/2019
7.0.1-alpha0003 465 8/30/2019
7.0.1-alpha0002 457 8/30/2019
7.0.0 721 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