TCSystem.Thread 4.2.0-ci.202404082103

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 4.2.0-ci.202404082103
NuGet\Install-Package TCSystem.Thread -Version 4.2.0-ci.202404082103
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="4.2.0-ci.202404082103" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TCSystem.Thread --version 4.2.0-ci.202404082103
#r "nuget: TCSystem.Thread, 4.2.0-ci.202404082103"
#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 TCSystem.Thread as a Cake Addin
#addin nuget:?package=TCSystem.Thread&version=4.2.0-ci.202404082103&prerelease

// Install TCSystem.Thread as a Cake Tool
#tool nuget:?package=TCSystem.Thread&version=4.2.0-ci.202404082103&prerelease

C# Utilities

Quality Gate Status

TCSystem.Logging

Wraps Serilog by an abstract Logger class where debug logging is not compiled into your code when using the provided Logger class.

It also integrates direct logging to Microsoft App Center which can be configured at runtime.

The idea is to add a Log.cs in each folder/namespace.

This helps that each log can be filtered by its namespace.

Init Logging

Factory.InitLogging(Factory.LoggingOptions.Console | Factory.LoggingOptions.File,
              "Output.txt", 1, 10 * 1024);

Log.cs example

namespace Hello.World
{
    internal static class Log
    {
        public static Logger Instance { get; } = Factory.GetLogger(typeof(Log));
    }
}

Usage in your code

Log.Instance.Info("Hello World");

TCSystem.MetaData

Provide classes for managing meta date from photos.

It supports date/time, location and face information.

TCSystem.MetaDataDB

Sqlite database read/write/query for phot meta data.

TCSystem.Thread

Provides extensions/asybc helper functions for multi threading. Implements a worker thread which queues commands to execute and executes them in the given order.

TCSystem.Util

Provides helpfull extensions for containers / enumerables

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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.

Version Downloads Last updated
4.2.0-ci.202404231936 74 4/23/2024
4.2.0-ci.202404082103 55 4/8/2024
4.2.0-ci.202403301948 54 3/30/2024
4.1.0 121 3/23/2024
4.1.0-ci.202403132140 73 3/13/2024
4.1.0-ci.202403132029 61 3/13/2024
4.1.0-ci.202403112201 64 3/11/2024
4.1.0-ci.202403072123 65 3/7/2024
4.0.0 109 2/24/2024
3.0.0 138 9/22/2023
3.0.0-alpha.18 110 2/1/2023
3.0.0-alpha.17 120 1/12/2023
3.0.0-alpha.10 148 1/23/2022
3.0.0-alpha.9 175 12/9/2021
2.1.0 430 11/9/2021
2.0.1 480 10/25/2021
2.0.0 507 9/27/2021
2.0.0-rc.1 192 9/5/2021
2.0.0-beta.4 164 5/14/2021
2.0.0-beta.3 146 4/12/2021
2.0.0-beta.2 189 4/8/2021
2.0.0-beta.1 156 4/6/2021
1.0.2 529 3/26/2021
1.0.1 517 3/13/2021
1.0.0 513 3/3/2021
1.0.0-beta.3 174 2/25/2021
1.0.0-beta.2 166 2/12/2021
1.0.0-beta.1 221 1/23/2021