SIL.NUnit3Compatibility
8.0.0-beta0037
Prefix Reserved
See the version list below for details.
dotnet add package SIL.NUnit3Compatibility --version 8.0.0-beta0037
NuGet\Install-Package SIL.NUnit3Compatibility -Version 8.0.0-beta0037
<PackageReference Include="SIL.NUnit3Compatibility" Version="8.0.0-beta0037" />
paket add SIL.NUnit3Compatibility --version 8.0.0-beta0037
#r "nuget: SIL.NUnit3Compatibility, 8.0.0-beta0037"
// Install SIL.NUnit3Compatibility as a Cake Addin #addin nuget:?package=SIL.NUnit3Compatibility&version=8.0.0-beta0037&prerelease // Install SIL.NUnit3Compatibility as a Cake Tool #tool nuget:?package=SIL.NUnit3Compatibility&version=8.0.0-beta0037&prerelease
SIL.NUnit3Compatibility contains classes and attributes that allow to use
NUnit3 syntax with NUnit2 projects.
Product | Versions 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. |
-
.NETFramework 4.6.1
- NUnit (>= 2.6.4)
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 | 372 | 2/18/2020 |
8.0.0-beta0060 | 317 | 2/6/2020 |
8.0.0-beta0059 | 333 | 2/4/2020 |
8.0.0-beta0058 | 370 | 2/4/2020 |
8.0.0-beta0057 | 316 | 2/4/2020 |
8.0.0-beta0037 | 346 | 12/9/2019 |
8.0.0-beta0036 | 330 | 12/9/2019 |
8.0.0-beta0033 | 335 | 12/2/2019 |
8.0.0-beta0032 | 363 | 11/22/2019 |
8.0.0-beta0031 | 322 | 11/21/2019 |
7.0.1-beta0028 | 352 | 10/23/2019 |
7.0.1-beta0027 | 334 | 10/23/2019 |
7.0.1-beta0025 | 345 | 10/23/2019 |
7.0.1-beta0024 | 330 | 10/22/2019 |
7.0.1-beta0023 | 332 | 10/7/2019 |
7.0.1-beta0021 | 344 | 10/4/2019 |
7.0.1-alpha0008 | 346 | 10/2/2019 |
7.0.1-alpha0006 | 366 | 10/2/2019 |
7.0.1-alpha0005 | 343 | 9/3/2019 |
7.0.1-alpha0004 | 364 | 9/3/2019 |
7.0.1-alpha0003 | 368 | 8/30/2019 |
7.0.1-alpha0002 | 360 | 8/30/2019 |
7.0.0 | 617 | 8/29/2019 |
Changes since version 7.0.0
Changed:
- Add build number to AssemblyFileVersion
- [SIL.Core] and [SIL.Core.Desktop] Move 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
- [SIL.Windows.Forms] Remove unnecessary dependency on NAudio
- [SIL.Core] Deprecate `ExceptionHandler.Init()` method in favor of more explicit version
`ExceptionHandler.Init(ExceptionHandler)`, e.g. `ExceptionHandler.Init(new WinFormsExceptionHandler())`
- [SIL.Core] Move `HandleUnhandledException()` method from derived classes to base class
- [SIL.DblBundle.Tests] Create nuget package
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