TCSystem.MetaData 4.2.0

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

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.Gps

Allows to read GPS data from a google location history file (records.json).

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 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 was computed.  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 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 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on TCSystem.MetaData:

Package Downloads
TCSystem.MetaDataDB

SQLite Database abstraction for storing, filtering Image Meta Data

TCSystem.Gps

Provides Reader/Writer for reading GPS data from Google takout

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.0-ci.202507031826 121 7/3/2025
5.0.0-ci.202507031812 114 7/3/2025
5.0.0-ci.202504192012 140 4/19/2025
4.2.0 518 3/25/2025
4.2.0-ci.202503242242 555 3/24/2025 4.2.0-ci.202503242242 is deprecated because it is no longer maintained.
4.2.0-ci.202502102124 171 2/10/2025 4.2.0-ci.202502102124 is deprecated because it is no longer maintained.
4.2.0-ci.202412091625 159 12/9/2024 4.2.0-ci.202412091625 is deprecated because it is no longer maintained.
4.2.0-ci.202409182017 155 9/18/2024 4.2.0-ci.202409182017 is deprecated because it is no longer maintained.
4.2.0-ci.202406032036 155 6/3/2024 4.2.0-ci.202406032036 is deprecated because it is no longer maintained.
4.2.0-ci.202404231936 232 4/23/2024 4.2.0-ci.202404231936 is deprecated because it is no longer maintained.
4.2.0-ci.202404082103 172 4/8/2024 4.2.0-ci.202404082103 is deprecated because it is no longer maintained.
4.2.0-ci.202403301948 175 3/30/2024 4.2.0-ci.202403301948 is deprecated because it is no longer maintained.
4.1.0 200 3/23/2024
4.1.0-ci.202403132140 100 3/13/2024 4.1.0-ci.202403132140 is deprecated because it is no longer maintained.
4.1.0-ci.202403132029 97 3/13/2024 4.1.0-ci.202403132029 is deprecated because it is no longer maintained.
4.1.0-ci.202403112201 90 3/11/2024 4.1.0-ci.202403112201 is deprecated because it is no longer maintained.
4.1.0-ci.202403072123 96 3/7/2024 4.1.0-ci.202403072123 is deprecated because it is no longer maintained.
4.0.0 183 2/24/2024
3.0.0 202 9/22/2023
3.0.0-alpha.18 171 2/1/2023 3.0.0-alpha.18 is deprecated because it is no longer maintained.
3.0.0-alpha.17 173 1/12/2023 3.0.0-alpha.17 is deprecated because it is no longer maintained.
3.0.0-alpha.10 221 1/23/2022 3.0.0-alpha.10 is deprecated because it is no longer maintained.
3.0.0-alpha.9 254 12/9/2021 3.0.0-alpha.9 is deprecated because it is no longer maintained.
2.1.0 513 11/9/2021
2.0.1 553 10/25/2021
2.0.0 572 9/27/2021
2.0.0-rc.1 266 9/5/2021 2.0.0-rc.1 is deprecated because it is no longer maintained.
2.0.0-beta.4 244 5/14/2021 2.0.0-beta.4 is deprecated because it is no longer maintained.
2.0.0-beta.3 229 4/12/2021 2.0.0-beta.3 is deprecated because it is no longer maintained.
2.0.0-beta.2 285 4/8/2021 2.0.0-beta.2 is deprecated because it is no longer maintained.
2.0.0-beta.1 246 4/6/2021 2.0.0-beta.1 is deprecated because it is no longer maintained.
1.0.2 648 3/26/2021
1.0.1 591 3/13/2021
1.0.0 613 3/3/2021
1.0.0-beta.3 270 2/25/2021 1.0.0-beta.3 is deprecated because it is no longer maintained.
1.0.0-beta.2 258 2/12/2021 1.0.0-beta.2 is deprecated because it is no longer maintained.