SIL.LCModel.Utils.Tests 11.0.0-beta0160

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

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.Utils and test utility classes

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on SIL.LCModel.Utils.Tests:

Package Downloads
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.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SIL.LCModel.Utils.Tests:

Repository Stars
sillsdev/FieldWorks
FieldWorks is a suite of software tools for language and cultural data, with support for complex scripts.
Version Downloads Last Updated
11.0.0-beta0168 73 6/26/2026
11.0.0-beta0167 425 5/26/2026
11.0.0-beta0166 108 5/21/2026
11.0.0-beta0165 87 5/19/2026
11.0.0-beta0164 93 5/19/2026
11.0.0-beta0163 99 5/15/2026
11.0.0-beta0162 96 5/6/2026
11.0.0-beta0161 382 5/4/2026
11.0.0-beta0160 390 3/24/2026
11.0.0-beta0159 529 3/6/2026
11.0.0-beta0158 176 2/13/2026
11.0.0-beta0157 114 2/12/2026
11.0.0-beta0156 322 2/12/2026
11.0.0-beta0154 104 2/9/2026
11.0.0-beta0153 109 2/6/2026
11.0.0-beta0152 102 2/6/2026
11.0.0-beta0151 117 1/29/2026
11.0.0-beta0150 111 1/22/2026
11.0.0-beta0149 410 1/9/2026
10.1.0 1,586 10/1/2021
Loading failed

Changes since version 10.1.0

Added:
- [SIL.LCModel] Add new virtual property LicenseTSS in CmPicture, to access info about the picture's copyright and license.
- [SIL.LCModel] Add new virtual property CreatorTSS in CmPicture, to access info about the picture's creator.
- [SIL.LCModel] Add SpecificItemAndFieldName() to ISenseOrEntry
- [SIL.LCModel] Added a parameter to GetBestGuess() and TryGetBestGuess() to do lowercase matching regardless of the occurrence index
- [SIL.LCModel] Add GetCaptionOrHeadword() to CmPicture
- [SIL.LCModel] `LCModelStrings.NotSure` to allow clients to know if a grammatical category is the placeholder
- [SIL.LCModel.Utils] `DateTime` extension method `ToLCMTimeFormatWithMillisString()` (replaces `ReadWriteServices.FormatDateTime`)

Fixed:
- [SIL.LCModel] Data migration now serializes dates using the culture-neutral `ToLCMTimeFormatWithMillisString` (LT-20698)
- [SIL.LCModel] `ReadWriteServices.LoadDateTime` now parses milliseconds correctly (LT-18205)
- [SIL.LCModel.Core] Copy `SIL.LCModel.Core.dll.config` to output directory
- [SIL.LCModel] Use `CaseFunctions` (to use the `WritingSystemDefinition.CaseAlias`, if any)
- [SIL.LCModel.Core] Use the `WritingSystemDefinition.CaseAlias`, if any, in `CaseFunctions`

Changed:
- [SIL.LCModel] `FileUtils.IsFileUriOrPath` checks for the presence of "file:" rather than the absence of known non-file URI schemes
- Changed to target .Net Framework 4.6.2 instead of 4.6.1
- Update libPalaso dependency from version 14.2.0-* to 17.0.0-*
- Update Newtonsoft.Json dependency from version 13.0.2 to 13.0.3
- Update icu.net dependency from version 3.0.0-* to 3.0.1

Deprecated:
- [SIL.LCModel] `SyncMsg` seems to be a relic of TE, which was discontinued years ago
- [SIL.LCModel.Core] `new CaseFunctions(string)` in favor of the new `new CaseFunctions(CoreWritingSystemDefinition)`

Removed:
- Support for .Net Framework 4.6.1

See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md