SIL.DblBundle.Tests 16.0.0-beta0033

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

// Install SIL.DblBundle.Tests as a Cake Tool
#tool nuget:?package=SIL.DblBundle.Tests&version=16.0.0-beta0033&prerelease                

Unit tests for SIL.DblBundle

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
16.0.0-beta0049 15 2/20/2025
16.0.0-beta0048 21 2/20/2025
16.0.0-beta0047 62 2/18/2025
16.0.0-beta0046 60 2/18/2025
16.0.0-beta0045 55 2/17/2025
16.0.0-beta0034 53 2/17/2025
16.0.0-beta0033 64 2/17/2025
16.0.0-beta0032 59 2/13/2025
16.0.0-beta0031 58 2/13/2025
16.0.0-beta0021 68 2/12/2025
16.0.0-beta0020 63 2/12/2025
16.0.0-beta0019 56 2/11/2025
16.0.0-beta0017 68 2/7/2025
16.0.0-beta0016 49 2/7/2025
16.0.0-beta0012 54 2/6/2025
16.0.0-beta0011 41 2/6/2025
16.0.0-beta0010 61 2/5/2025
16.0.0-beta0009 71 2/5/2025
15.0.1-beta0007 65 1/27/2025
15.0.1-beta0004 54 1/24/2025
15.0.1-beta0003 67 1/23/2025
15.0.1-beta0002 33 1/13/2025
15.0.0 104 1/7/2025
15.0.0-beta0170 62 1/7/2025
15.0.0-beta0165 73 1/2/2025
15.0.0-beta0163 75 12/20/2024
15.0.0-beta0135 80 12/20/2024
15.0.0-beta0133 79 12/3/2024
15.0.0-beta0128 69 11/19/2024
15.0.0-beta0122 68 11/19/2024
15.0.0-beta0117 76 11/14/2024
15.0.0-beta0115 88 11/12/2024
15.0.0-beta0114 85 11/7/2024
15.0.0-beta0112 83 10/30/2024
14.2.0-beta0009 94 6/10/2024
14.1.2-beta0002 92 6/7/2024
14.1.1 203 5/23/2024
14.1.1-beta0004 101 5/23/2024
14.1.1-beta0002 86 5/14/2024
14.1.0 97 5/13/2024
14.1.0-beta0007 85 5/13/2024
14.1.0-beta0005 94 5/9/2024
14.0.1-beta0003 83 5/1/2024
14.0.1-beta0001 131 4/15/2024
14.0.0 189 4/9/2024
13.0.1 194 1/9/2024
13.0.0 187 12/8/2023
12.0.1 244 5/26/2023
12.0.0 418 2/15/2023
11.0.1 350 1/27/2023
11.0.0 402 1/21/2023
10.1.0 490 8/26/2022
10.0.0 533 8/4/2022
9.0.0 500 6/3/2022
8.0.0 830 3/4/2021

Changes since version 15.0.0

Added:
- [SIL.WritingSystems] Added public DownloadLanguageTags method for updating the cached langtags.json from the SLDR repository.
- [SIL.Core] Add environment variable to disable `GlobalMutex` across processes. Helpful for snap packages in Linux.

Changed:
- [SIL.TestUtilities] Made FluentAssertXml classes use "Assert.That" so they can work in clients that use NUnit 4.
- [SIL.Windows.Forms] Removed protected members from FadingMessageWindow: MsgThread, MsgForm, Text, MsgPoint, and ShowForm. (The underlying implementation needed to be changed, and the existing implementation was such that these members would be unlikely to have been meaningful or helpful in a derived class anyway.)
- [SIL.Windows.Forms] Added the stated requirement that FadingMessageWindow.Show be called on the UI thread.
- [SIL.WritingSystems] Changed optional parameter of SLDR's Initialize from offlineMode to offlineTestMode (technically a breaking change).
- [SIL.WritingSystems] Added optional parameter to InitializeLanguageTags: bool downloadLanguageTags (default true).
- [SIL.WritingSystems] Download of langtags.json handled with ETag and If-None-Match headers instead of If-Modified-Since.
- [SIL.WritingSystems] Added version number to the UserAgent string used for LDML and langtags.json requests.
- [SIL.DictionaryServices] In class LiftLexEntryRepository, renamed private method GetTrimmedElementsSeperatedBySemiColon to GetTrimmedElementsSeparatedBySemiColon and private method CheckIfTokenHasAlreadyBeenReturnedForThisSemanticDomain parameter fieldsandValuesForRecordTokens to fieldsAndValuesForRecordTokens.
- [SIL.DictionaryServices.Tests] Renamed test class LiftLexEntryRepositoryStateUnitializedTests to LiftLexEntryRepositoryStateUninitializedTests.
- [SIL.DictionaryServices.Tests.Lift] Renamed test class LiftRepositoryStateUnitializedTests to LiftRepositoryStateUninitializedTests.
- [SIL.Tests.Data] Renamed test interface IRepositoryStateUnitializedTests to IRepositoryStateUninitializedTests and test class MemoryRepositoryStateUnitializedTests to MemoryRepositoryStateUninitializedTests.
- [SIL.Tests.Spelling] Renamed test class SpellingwordTokenizerTests to SpellingWordTokenizerTests.
- [SIL.Tests.Text] In test class MultiTextBaseTests, renamed method AnnotationOfMisssingAlternative to AnnotationOfMissingAlternative.
- [SIL.Windows.Forms.Keyboarding.Tests] In test class XkbKeyboardAdapterTests, renamed method Errorkeyboards to ErrorKeyboards.
- [SIL.Windows.Forms.Keyboarding.Windows] In internal interface ITfInputProcessorProfileMgr, renamed method RegisterProfile parameter hklsubstitute to hklSubstitute.
- [SIL.Windows.Forms.Reporting] In class ProblemNotificationDialog, renamed internal property _reoccurenceMessage to _reoccurrenceMessage.
- [SIL.WritingSystems] In class LanguageLookup changed private method AddLanguage parameter threelettercode to threeLetterCode.
- [SIL.Xml] (Breaking change!) In class XmlUtils, renamed method GetIndendentedXml to GetIndentedXml.
- [SIL.UsbDrive.Linux] (Breaking change!) In interface IUDiskDevice renamed method DriveAtaSmartInitiateSelftest to DriveAtaSmartInitiateSelfTest and property DevicePresentationNopolicy to DevicePresentationNoPolicy.
- [SIL.DictionaryServices.Model] (Breaking change!) In class LexEntry, renamed WellKnownProperties.FlagSkipBaseform to WellKnownProperties.FlagSkipBaseForm and GetSomeMeaningToUseInAbsenseOfHeadWord to GetSomeMeaningToUseInAbsenceOfHeadWord.
- [SIL.DictionaryServices.Model] (Breaking change!) In classes LexEntry and LexSense, renamed method CleanUpAfterEditting to CleanUpAfterEditing.
- [SIL.Lift] (Breaking change!) In abstract class PalasoDataObject, renamed method CleanUpAfterEditting to CleanUpAfterEditing.
- [SIL.Reporting] (Breaking change!) In classes ErrorReport and ExceptionHelper, renamed methed GetHiearchicalExceptionInfo to GetHierarchicalExceptionInfo.
- [SIL.Reporting] (Breaking change!) In interface IRepeatNoticePolicy and classes ShowAlwaysPolicy and ShowOncePerSessionBasedOnExactMessagePolicy, renamed property ReoccurenceMessage to ReoccurrenceMessage.
- [SIL.Reporting] (Breaking change!) In class FontAnalytics, renamed property MinumumInterval to MinimumInterval.
- [SIL.Scripture] (Breaking change!) In class BCVRef method MakeReferenceString, renamed parameter supressChapterForIntroMatter to suppressChapterForIntroMatter.
- [SIL.Windows.Forms.ImageToolbox] (Breaking change!) Changed class PalsoImageNotDisposed to PalasoImageNotDisposed.
- [SIL.Windows.Forms.Reporting] (Breaking change!) In class ProblemNotificationDialog, renamed method ReoccurenceMessage to ReoccurrenceMessage.

Fixed:
- [SIL.Windows.Forms] Changed build date in SILAboutBox to be computed using the last write time instead of creation time.
- [SIL.Windows.Forms] Made FadingMessageWindow implement all UI logic on the main UI thread in a thread-safe way. Fixes crashes like SP-2340.

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