TCSystem.Logging.AppCenter 4.1.0-ci.202403112201

Additional Details

Microsoft.AppCenter is not supported any more

This is a prerelease version of TCSystem.Logging.AppCenter.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TCSystem.Logging.AppCenter --version 4.1.0-ci.202403112201
NuGet\Install-Package TCSystem.Logging.AppCenter -Version 4.1.0-ci.202403112201
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.Logging.AppCenter" Version="4.1.0-ci.202403112201" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TCSystem.Logging.AppCenter --version 4.1.0-ci.202403112201
#r "nuget: TCSystem.Logging.AppCenter, 4.1.0-ci.202403112201"
#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.Logging.AppCenter as a Cake Addin
#addin nuget:?package=TCSystem.Logging.AppCenter&version=4.1.0-ci.202403112201&prerelease

// Install TCSystem.Logging.AppCenter as a Cake Tool
#tool nuget:?package=TCSystem.Logging.AppCenter&version=4.1.0-ci.202403112201&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 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. 
.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

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
4.2.0-ci.202403301948 95 3/30/2024
4.1.0 98 3/23/2024
4.1.0-ci.202403132140 65 3/13/2024
4.1.0-ci.202403132029 58 3/13/2024
4.1.0-ci.202403112201 61 3/11/2024
4.1.0-ci.202403072123 64 3/7/2024
4.0.0 111 2/24/2024
3.0.0 152 9/22/2023
3.0.0-alpha.18 131 2/1/2023
3.0.0-alpha.17 128 1/12/2023
3.0.0-alpha.10 167 1/23/2022
3.0.0-alpha.9 190 12/9/2021
2.1.0 333 11/9/2021
2.0.1 332 10/25/2021
2.0.0 321 9/27/2021
2.0.0-rc.1 208 9/5/2021
2.0.0-beta.4 182 5/14/2021
2.0.0-beta.3 163 4/12/2021
2.0.0-beta.2 204 4/8/2021