TCSystem.MetaDataDB
4.0.0
See the version list below for details.
dotnet add package TCSystem.MetaDataDB --version 4.0.0
NuGet\Install-Package TCSystem.MetaDataDB -Version 4.0.0
<PackageReference Include="TCSystem.MetaDataDB" Version="4.0.0" />
<PackageVersion Include="TCSystem.MetaDataDB" Version="4.0.0" />
<PackageReference Include="TCSystem.MetaDataDB" />
paket add TCSystem.MetaDataDB --version 4.0.0
#r "nuget: TCSystem.MetaDataDB, 4.0.0"
#addin nuget:?package=TCSystem.MetaDataDB&version=4.0.0
#tool nuget:?package=TCSystem.MetaDataDB&version=4.0.0
C# Utilities
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 | Versions 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 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. 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. |
.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. |
-
.NETStandard 2.0
- Microsoft.Data.Sqlite (>= 8.0.1)
- TCSystem.Logging (>= 4.0.0)
- TCSystem.MetaData (>= 4.0.0)
- TCSystem.Thread (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.0.0-ci.202504192012 | 130 | 4/19/2025 | |
4.2.0 | 459 | 3/25/2025 | |
4.2.0-ci.202503242242 | 455 | 3/24/2025 | |
4.2.0-ci.202502102124 | 75 | 2/10/2025 | |
4.2.0-ci.202412091625 | 62 | 12/9/2024 | |
4.2.0-ci.202409182017 | 58 | 9/18/2024 | |
4.2.0-ci.202406032036 | 58 | 6/3/2024 | |
4.2.0-ci.202404231936 | 136 | 4/23/2024 | |
4.2.0-ci.202404082103 | 67 | 4/8/2024 | |
4.2.0-ci.202403301948 | 77 | 3/30/2024 | |
4.1.0 | 154 | 3/23/2024 | |
4.1.0-ci.202403132140 | 87 | 3/13/2024 | |
4.1.0-ci.202403132029 | 76 | 3/13/2024 | |
4.1.0-ci.202403112201 | 77 | 3/11/2024 | |
4.1.0-ci.202403072123 | 76 | 3/7/2024 | |
4.0.0 | 138 | 2/24/2024 | |
3.0.0 | 154 | 9/22/2023 | |
3.0.0-alpha.18 | 138 | 2/1/2023 | |
3.0.0-alpha.17 | 142 | 1/12/2023 | |
3.0.0-alpha.10 | 184 | 1/23/2022 | |
3.0.0-alpha.9 | 207 | 12/9/2021 | |
2.1.0 | 330 | 11/9/2021 | |
2.0.1 | 384 | 10/25/2021 | |
2.0.0 | 386 | 9/27/2021 | |
2.0.0-rc.1 | 233 | 9/5/2021 | |
2.0.0-beta.4 | 204 | 5/14/2021 | |
2.0.0-beta.3 | 185 | 4/12/2021 | |
2.0.0-beta.2 | 228 | 4/8/2021 | |
2.0.0-beta.1 | 196 | 4/6/2021 | |
1.0.2 | 435 | 3/26/2021 | |
1.0.1 | 411 | 3/13/2021 | |
1.0.0 | 413 | 3/3/2021 | |
1.0.0-beta.3 | 218 | 2/25/2021 | |
1.0.0-beta.2 | 205 | 2/12/2021 |