Tracing 1.0.3-pre3
See the version list below for details.
dotnet add package Tracing --version 1.0.3-pre3
NuGet\Install-Package Tracing -Version 1.0.3-pre3
<PackageReference Include="Tracing" Version="1.0.3-pre3" />
paket add Tracing --version 1.0.3-pre3
#r "nuget: Tracing, 1.0.3-pre3"
// Install Tracing as a Cake Addin #addin nuget:?package=Tracing&version=1.0.3-pre3&prerelease // Install Tracing as a Cake Tool #tool nuget:?package=Tracing&version=1.0.3-pre3&prerelease
Tracing.NET provides basic logging/tracing infrastructure such as an abstracted logger interface ITracer as well as platform specific tracer implementations.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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 | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win81 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Tracing:
Package | Downloads |
---|---|
Tracing.Console
Extends Tracing.NET with System.Console tracing targets. |
|
Tracing.Autofac
Extends Tracing.NET with Autofac modularity. |
|
Tracing.xunit
Extends Tracing.NET with xunit tracing targets. |
|
Tracing.DryIoc
Extends Tracing.NET with DryIoc modularity. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Tracing:
Repository | Stars |
---|---|
dlebansais/Kill-Update
Prevents Windows 10 from updating. Can be manually disabled when updating is convenient.
|
Version | Downloads | Last updated | |
---|---|---|---|
2.4.5 | 33,288 | 8/25/2021 | |
2.4.3-pre | 436 | 8/25/2021 | |
2.4.2-pre | 433 | 8/25/2021 | |
2.3.21173.6-pre | 472 | 6/22/2021 | |
2.2.21112.1-pre | 466 | 4/22/2021 | |
2.2.19302.1 | 5,900 | 10/29/2019 | |
2.2.19301.1-pre | 661 | 10/28/2019 | |
2.1.19301.1-pre | 656 | 10/28/2019 | |
2.1.19091.1 | 2,091 | 4/1/2019 | |
2.1.18354.11-pre | 1,240 | 12/20/2018 | |
2.1.18354.9-pre | 1,089 | 12/20/2018 | |
2.1.18354.7-pre | 1,035 | 12/20/2018 | |
2.0.18338.1-pre | 1,054 | 12/4/2018 | |
2.0.18322.5-pre | 1,084 | 11/18/2018 | |
2.0.18322.3-pre | 1,035 | 11/18/2018 | |
2.0.18322.2-pre | 1,049 | 11/18/2018 | |
2.0.0-alpha1 | 1,184 | 11/17/2018 | |
1.0.3-pre5 | 1,316 | 9/27/2017 | |
1.0.3-pre4 | 1,249 | 4/10/2017 | |
1.0.3-pre3 | 1,446 | 8/31/2016 | |
1.0.3-pre2 | 1,288 | 8/31/2016 | |
1.0.3-pre1 | 1,258 | 8/31/2016 | |
1.0.2 | 16,946 | 6/1/2016 | |
1.0.1 | 1,570 | 5/7/2016 |
1.0.2
- Internal refactoring and cleanup
- Remove Guards dependency
1.0.1
- Initial release