TCMProject.Common
26.5.22.1
dotnet add package TCMProject.Common --version 26.5.22.1
NuGet\Install-Package TCMProject.Common -Version 26.5.22.1
<PackageReference Include="TCMProject.Common" Version="26.5.22.1" />
<PackageVersion Include="TCMProject.Common" Version="26.5.22.1" />
<PackageReference Include="TCMProject.Common" />
paket add TCMProject.Common --version 26.5.22.1
#r "nuget: TCMProject.Common, 26.5.22.1"
#:package TCMProject.Common@26.5.22.1
#addin nuget:?package=TCMProject.Common&version=26.5.22.1
#tool nuget:?package=TCMProject.Common&version=26.5.22.1
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on TCMProject.Common:
| Package | Downloads |
|---|---|
|
TCMProject.Utilities
Package Description |
|
|
TCMProject.Infrastructure
Package Description |
|
|
TCMProject.Web
Package Description |
|
|
TCMProject.DataSources
Package Description |
|
|
TCMProject.Application
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.5.22.1 | 132 | 5/22/2026 |
| 26.5.21.1 | 90 | 5/21/2026 |
| 26.5.15.3 | 99 | 5/16/2026 |
| 26.5.15.2 | 99 | 5/15/2026 |
| 26.5.15.1 | 453 | 5/15/2026 |
| 26.5.12.1 | 96 | 5/13/2026 |
| 26.5.5.5 | 299 | 5/6/2026 |
| 26.5.5.4 | 160 | 5/6/2026 |
| 26.5.4.1 | 141 | 5/5/2026 |
| 26.4.28.3 | 208 | 4/29/2026 |
| 26.4.28.2 | 154 | 4/29/2026 |
| 26.4.28.1 | 155 | 4/29/2026 |
| 6.3.30.1 | 159 | 3/31/2026 |
| 5.9.25.1 | 275 | 9/26/2025 |
| 5.9.23.1 | 229 | 9/24/2025 |
| 5.5.20.1 | 220 | 5/21/2025 |
| 5.4.7.2 | 220 | 5/21/2025 |
| 5.4.7.1 | 192 | 5/9/2025 |
| 5.4.6.1 | 249 | 4/6/2025 |
| 5.2.12.1 | 179 | 5/9/2025 |
UTC DateTime handling as the gold standard (Issue #3, timezone-standardization.md). TCMProject.Infrastructure adds fail-fast EF Core value converters (StrictUtcDateTimeConverter / StrictUtcNullableDateTimeConverter) and the ApplyUtcDateTimeConvention extension over ModelConfigurationBuilder: it forces every DateTime to Kind=Utc and rejects Kind=Unspecified on write instead of guessing a timezone. The existing lenient UtcDateTimeConverters are kept unchanged. TCMProject.Web adds System.Text.Json UtcDateTimeConverter/NullableUtcDateTimeConverter, a UtcDateTimeModelBinder + provider for query-string/route DateTime values, and the AddTcmUtcDateTime extension over IMvcBuilder to wire them in one call. Adoption is opt-in per service. TCMProject.DataSources: EntityFrameworkDataSourceConverter now throws BadRequestException (HTTP 400) instead of NullReferenceException (HTTP 500) when a DataSource sort or filter references a field that does not exist on the entity.