SIL.NUnit3Compatibility 8.0.0-beta0032

Prefix Reserved
This is a prerelease version of SIL.NUnit3Compatibility.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SIL.NUnit3Compatibility --version 8.0.0-beta0032
                    
NuGet\Install-Package SIL.NUnit3Compatibility -Version 8.0.0-beta0032
                    
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="8.0.0-beta0032" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.NUnit3Compatibility" Version="8.0.0-beta0032" />
                    
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 8.0.0-beta0032
                    
#r "nuget: SIL.NUnit3Compatibility, 8.0.0-beta0032"
                    
#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@8.0.0-beta0032
                    
#: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=8.0.0-beta0032&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SIL.NUnit3Compatibility&version=8.0.0-beta0032&prerelease
                    
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 562 2/18/2020
8.0.0-beta0060 504 2/6/2020
8.0.0-beta0059 506 2/4/2020
8.0.0-beta0058 558 2/4/2020
8.0.0-beta0057 491 2/4/2020
8.0.0-beta0037 516 12/9/2019
8.0.0-beta0036 508 12/9/2019
8.0.0-beta0033 513 12/2/2019
8.0.0-beta0032 535 11/22/2019
8.0.0-beta0031 507 11/21/2019
7.0.1-beta0028 535 10/23/2019
7.0.1-beta0027 525 10/23/2019
7.0.1-beta0025 533 10/23/2019
7.0.1-beta0024 519 10/22/2019
7.0.1-beta0023 508 10/7/2019
7.0.1-beta0021 531 10/4/2019
7.0.1-alpha0008 534 10/2/2019
7.0.1-alpha0006 547 10/2/2019
7.0.1-alpha0005 534 9/3/2019
7.0.0 796 8/29/2019
Loading failed

Changes since version 7.0.0

Changed:
- [SIL.Core] and [SIL.Core.Desktop] Moved several classes back to SIL.Core from SIL.Core.Desktop to make them available to .NET Standard clients.
 - IO/PathUtilities
 - IO/TempFileForSafeWriting
 - Reporting/AnalyticsEventSender
 - Reporting/ConfigurationException
 - Reporting/ConsoleErrorReporter
 - Reporting/ConsoleExceptionHandler
 - Reporting/ErrorReport
 - Reporting/ExceptionHandler
 - Reporting/ExceptionHelper
 - Reporting/Logger
 - Reporting/ReportingSettings
 - Reporting/UsageReporter
- Add build number to AssemblyFileVersion
- [SIL.Windows.Forms] Removed unnecessary dependency on NAudio

Fixed:
- [SIL.Windows.Forms.Keyboarding] Merge missing `Keyman*Interop.dll` into the assembly (#865)
- [SIL.Windows.Forms] Use signed version of `ibusdotnet.dll` (#865)
- [SIL.Windows.Forms] Merge `Interop.WIA.dll`, `DialogAdapters.dll`, and `MarkdownDeep.dll` into the assembly
- [SIL.Media] Fix missing `irrKlang.NET4.dll` exception by copying it to lib folder in output

See full changelog at https://github.com/sillsdev/libpalaso/blob/feature/nuget/CHANGELOG.md