SIL.LCModel.Core.Tests 10.2.0-beta0001

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

// Install SIL.LCModel.Core.Tests as a Cake Tool
#tool nuget:?package=SIL.LCModel.Core.Tests&version=10.2.0-beta0001&prerelease

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.

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 (1)

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

Package Downloads
SIL.LCModel.Tests The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.0.0-beta0087 137 2/27/2024
11.0.0-beta0083 148 12/7/2023
11.0.0-beta0081 114 11/14/2023
11.0.0-beta0078 90 9/19/2023
11.0.0-beta0077 156 9/12/2023
11.0.0-beta0076 133 7/31/2023
10.2.0-beta0075 231 6/15/2023
10.2.0-beta0074 114 6/15/2023
10.2.0-beta0072 137 5/9/2023
10.2.0-beta0069 142 2/23/2023
10.2.0-beta0068 177 1/25/2023
10.2.0-beta0067 136 1/17/2023
10.2.0-beta0065 103 4/21/2023
10.2.0-beta0064 119 2/7/2023
10.2.0-beta0063 157 1/16/2023
10.2.0-beta0062 137 1/11/2023
10.2.0-beta0061 125 12/14/2022
10.2.0-beta0060 141 11/23/2022
10.2.0-beta0059 144 11/1/2022
10.2.0-beta0058 158 11/1/2022
10.2.0-beta0057 163 11/1/2022
10.2.0-beta0056 200 10/12/2022
10.2.0-beta0055 155 10/7/2022
10.2.0-beta0054 131 10/5/2022
10.2.0-beta0053 195 9/19/2022
10.2.0-beta0052 154 9/16/2022
10.2.0-beta0051 149 9/12/2022
10.2.0-beta0050 159 9/9/2022
10.2.0-beta0049 159 9/8/2022
10.2.0-beta0048 189 9/6/2022
10.2.0-beta0047 152 9/2/2022
10.2.0-beta0046 159 8/25/2022
10.2.0-beta0045 162 8/22/2022
10.2.0-beta0044 226 8/1/2022
10.2.0-beta0043 171 7/29/2022
10.2.0-beta0042 194 7/19/2022
10.2.0-beta0040 131 7/14/2022
10.2.0-beta0039 126 6/28/2022
10.2.0-beta0036 147 6/15/2022
10.2.0-beta0035 107 6/14/2022
10.2.0-beta0034 155 6/9/2022
10.2.0-beta0033 152 3/25/2022
10.2.0-beta0032 149 3/7/2022
10.2.0-beta0031 149 2/28/2022
10.2.0-beta0027 169 2/22/2022
10.2.0-beta0026 137 2/17/2022
10.2.0-beta0025 124 2/14/2022
10.2.0-beta0024 159 1/28/2022
10.2.0-beta0023 149 1/25/2022
10.2.0-beta0022 145 1/25/2022
10.2.0-beta0011 241 12/14/2021
10.2.0-beta0007 171 12/6/2021
10.2.0-beta0006 165 12/2/2021
10.2.0-beta0005 149 12/1/2021
10.2.0-beta0004 869 12/1/2021
10.2.0-beta0002 194 10/7/2021
10.2.0-beta0001 307 10/4/2021
10.1.0 391 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