SIL.LCModel.Tests 10.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SIL.LCModel.Tests --version 10.1.0
NuGet\Install-Package SIL.LCModel.Tests -Version 10.1.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.LCModel.Tests" Version="10.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIL.LCModel.Tests --version 10.1.0
#r "nuget: SIL.LCModel.Tests, 10.1.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.
// Install SIL.LCModel.Tests as a Cake Addin
#addin nuget:?package=SIL.LCModel.Tests&version=10.1.0

// Install SIL.LCModel.Tests as a Cake Tool
#tool nuget:?package=SIL.LCModel.Tests&version=10.1.0

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.

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.

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
11.0.0-beta0087 64 2/27/2024
11.0.0-beta0083 144 12/7/2023
11.0.0-beta0081 101 11/14/2023
11.0.0-beta0078 76 9/19/2023
11.0.0-beta0077 78 9/12/2023
11.0.0-beta0076 111 7/31/2023
10.2.0-beta0075 211 6/15/2023
10.2.0-beta0074 114 6/15/2023
10.2.0-beta0072 125 5/9/2023
10.2.0-beta0069 145 2/23/2023
10.2.0-beta0068 136 1/25/2023
10.2.0-beta0067 110 1/17/2023
10.2.0-beta0065 96 4/21/2023
10.2.0-beta0064 92 2/7/2023
10.2.0-beta0063 125 1/16/2023
10.2.0-beta0062 128 1/11/2023
10.2.0-beta0061 92 12/14/2022
10.2.0-beta0060 121 11/23/2022
10.2.0-beta0059 109 11/1/2022
10.2.0-beta0058 107 11/1/2022
10.2.0-beta0057 136 11/1/2022
10.2.0-beta0056 170 10/12/2022
10.2.0-beta0055 123 10/7/2022
10.2.0-beta0054 117 10/5/2022
10.2.0-beta0053 161 9/19/2022
10.2.0-beta0052 128 9/16/2022
10.2.0-beta0051 133 9/12/2022
10.2.0-beta0050 142 9/9/2022
10.2.0-beta0049 112 9/8/2022
10.2.0-beta0048 138 9/6/2022
10.2.0-beta0047 132 9/2/2022
10.2.0-beta0046 134 8/25/2022
10.2.0-beta0045 152 8/22/2022
10.2.0-beta0044 205 8/1/2022
10.2.0-beta0043 146 7/29/2022
10.2.0-beta0042 178 7/19/2022
10.2.0-beta0040 123 7/14/2022
10.2.0-beta0039 130 6/28/2022
10.2.0-beta0036 131 6/15/2022
10.2.0-beta0035 133 6/14/2022
10.2.0-beta0034 139 6/9/2022
10.2.0-beta0033 151 3/25/2022
10.2.0-beta0032 122 3/7/2022
10.2.0-beta0031 132 2/28/2022
10.2.0-beta0027 152 2/22/2022
10.2.0-beta0026 129 2/17/2022
10.2.0-beta0025 131 2/14/2022
10.2.0-beta0024 155 1/28/2022
10.2.0-beta0023 156 1/25/2022
10.2.0-beta0022 141 1/25/2022
10.2.0-beta0011 260 12/14/2021
10.2.0-beta0007 180 12/6/2021
10.2.0-beta0006 148 12/2/2021
10.2.0-beta0005 141 12/1/2021
10.2.0-beta0004 844 12/1/2021
10.2.0-beta0002 182 10/7/2021
10.2.0-beta0001 323 10/4/2021
10.1.0 383 10/1/2021

Changed:
- Create nuget packages
- [SIL.LCModel.Build.Tasks] `IdlImp` task now reports errors and warnings through msbuild logger
 instead of console
- [SIL.LCModel.Build.Tasks] `LcmGenerate` task now allows to specify location that contains
 `HandGenerated.xml` and `IntPropTypeOverrides.xml` files (`HandGeneratedDir` property)

Deprecated:
- [SIL.LCModel.Utils] `MiscUtils.RunProcess` is deprecated in favor of
 `ProcessExtensions.RunProcess`
- [SIL.LCModel.Utils] `MiscUtils.IsWindows`, `MiscUtils.IsUnix`, `MiscUtils.IsMac`,
 `MiscUtils.IsMono`, and `MiscUtils.IsDotNet` are deprecated in favor of the corresponding
 `Process.Is*` properties
[Unreleased]: https://github.com/sillsdev/liblcm/compare/v10.1.0...develop
[10.1.0]: https://github.com/sillsdev/liblcm/compare/v9.0.0...v10.1.0

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