TCSystem.Thread 5.0.0-ci.202607061833

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

TCSystem — C# Utility Libraries

Quality Gate Status

A collection of reusable .NET libraries for logging, image metadata management, GPS data processing, threading utilities, and more. All libraries are published as NuGet packages and target netstandard2.1, net8.0, and net10.0.

Libraries

Package NuGet
TCSystem.Util NuGet
TCSystem.Logging NuGet
TCSystem.MetaData NuGet
TCSystem.MetaDataDB NuGet
TCSystem.Gps NuGet
TCSystem.Thread NuGet

Tools

TCSystem.Tools.DBConverter

TCSystem.Tools.TakeoutReader

Project Dependencies

TCSystem.Util
  └─► TCSystem.MetaData ─► Newtonsoft.Json
        ├─► TCSystem.Gps ─► System.Text.Json
        └─► TCSystem.MetaDataDB ─► Microsoft.Data.Sqlite / SQLitePCLRaw.lib.e_sqlite3
              ├─► TCSystem.Logging ─► Serilog
              └─► TCSystem.Thread
                    └─► TCSystem.Logging

Getting Started

Prerequisites

Build

dotnet restore
dotnet build -c Release

Test

dotnet test

Tests use NUnit with code coverage via Coverlet.

Security Audit

dotnet list TCSystem.slnx package --vulnerable --include-transitive

NuGet Packages

All library projects produce NuGet packages on build. Packages are published to nuget.org via the nuget_deploy GitHub Actions workflow.

CI / CD

Workflow Trigger Purpose
analyze.yml Push to develop/main SonarCloud analysis with code coverage
dotnet.yml Manual Release validation build
nuget_deploy.yml Manual Build, test, and publish NuGet packages

Dependency updates are managed by Dependabot (weekly, targeting the develop branch).

License

MIT — Copyright © 2003–2026 Thomas Gößler

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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 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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 TCSystem.Thread:

Package Downloads
TCSystem.MetaDataDB

SQLite Database abstraction for storing, filtering Image Meta Data

GitHub repositories

This package is not used by any popular GitHub repositories.