Microsoft.Diagnostics.EventFlow.Core
1.13.1
Prefix Reserved
dotnet add package Microsoft.Diagnostics.EventFlow.Core --version 1.13.1
NuGet\Install-Package Microsoft.Diagnostics.EventFlow.Core -Version 1.13.1
<PackageReference Include="Microsoft.Diagnostics.EventFlow.Core" Version="1.13.1" />
<PackageVersion Include="Microsoft.Diagnostics.EventFlow.Core" Version="1.13.1" />
<PackageReference Include="Microsoft.Diagnostics.EventFlow.Core" />
paket add Microsoft.Diagnostics.EventFlow.Core --version 1.13.1
#r "nuget: Microsoft.Diagnostics.EventFlow.Core, 1.13.1"
#:package Microsoft.Diagnostics.EventFlow.Core@1.13.1
#addin nuget:?package=Microsoft.Diagnostics.EventFlow.Core&version=1.13.1
#tool nuget:?package=Microsoft.Diagnostics.EventFlow.Core&version=1.13.1
Defines core interfaces and types that comprise Microsoft.Diagnostics.EventFlow library.
| 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. 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen30 was computed. 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. |
-
.NETFramework 4.6.2
- Microsoft.Extensions.Configuration.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Pegasus (>= 4.1.0)
- System.Collections.Immutable (>= 1.4.0)
- System.Threading.Tasks.Dataflow (>= 4.7.0)
- Validation (>= 2.4.18)
-
.NETFramework 4.7.1
- Microsoft.Extensions.Configuration.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Pegasus (>= 4.1.0)
- System.Collections.Immutable (>= 1.4.0)
- System.Threading.Tasks.Dataflow (>= 4.7.0)
- Validation (>= 2.4.18)
-
.NETStandard 1.6
- Microsoft.Extensions.Configuration.Abstractions (>= 1.1.1 && < 2.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 1.1.1 && < 2.0.0)
- Microsoft.Extensions.Configuration.Json (>= 1.1.1 && < 2.0.0)
- NETStandard.Library (>= 1.6.1)
- Pegasus (>= 4.1.0)
- System.Collections.Immutable (>= 1.4.0)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Threading.Tasks.Dataflow (>= 4.7.0)
- System.Threading.Tasks.Parallel (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- Validation (>= 2.4.18)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Pegasus (>= 4.1.0)
- System.Collections.Immutable (>= 1.4.0)
- System.Threading.Tasks.Dataflow (>= 4.7.0)
- Validation (>= 2.4.18)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on Microsoft.Diagnostics.EventFlow.Core:
| Package | Downloads |
|---|---|
|
Microsoft.Diagnostics.EventFlow.Inputs.EventSource
Provides an input implementation for capturing diagnostics data sourced through System.Diagnostics.Tracing.EventSource infrastructure. |
|
|
Microsoft.Diagnostics.EventFlow.Outputs.StdOutput
Provides an output implementation that sends diagnostics data to standard output stream (useful for debugging purposes). |
|
|
Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights
Provides an output implementation that sends diagnostics data to Microsoft Application Insights service. |
|
|
Microsoft.Diagnostics.EventFlow.Inputs.MicrosoftLogging
Provides an input implementation for capturing diagnostics data sourced through Microsoft.Extensions.Logging.ILogger |
|
|
Microsoft.Diagnostics.EventFlow.ServiceFabric
Provides types that simplify the use of EventFlow library by Microsoft Service Fabric services. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.Diagnostics.EventFlow.Core:
| Repository | Stars |
|---|---|
|
Azure/durabletask
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.13.1 | 1,496,858 | 2024/3/13 |
| 1.12.1 | 1,716,621 | 2022/7/7 |
| 1.12.0 | 2,208,731 | 2022/4/26 |
| 1.10.3 | 436,304 | 2021/9/23 |
| 1.10.1 | 170,056 | 2021/1/15 |
| 1.10.0 | 353,704 | 2020/12/28 |
| 1.9.0 | 53,644 | 2020/9/8 |
| 1.8.0 | 51,946 | 2020/8/16 |
| 1.7.0 | 227,508 | 2020/3/10 |
| 1.6.0 | 255,219 | 2019/10/8 |
| 1.5.8 | 128,789 | 2019/5/22 |
| 1.5.7 | 572,046 | 2019/3/27 |
| 1.5.6 | 158,527 | 2018/12/10 |
| 1.5.5 | 34,870 | 2018/11/13 |
| 1.5.4 | 2,321 | 2018/10/26 |
| 1.5.3 | 44,409 | 2018/10/24 |
| 1.5.2 | 4,870 | 2018/10/18 |
| 1.5.1 | 2,280 | 2018/9/26 |
| 1.5.0 | 81,993 | 2018/8/30 |
| 1.4.4 | 26,349 | 2018/8/21 |