saTrilogy.Etw 1.0.5487

dotnet add package saTrilogy.Etw --version 1.0.5487
                    
NuGet\Install-Package saTrilogy.Etw -Version 1.0.5487
                    
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="saTrilogy.Etw" Version="1.0.5487" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="saTrilogy.Etw" Version="1.0.5487" />
                    
Directory.Packages.props
<PackageReference Include="saTrilogy.Etw" />
                    
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 saTrilogy.Etw --version 1.0.5487
                    
#r "nuget: saTrilogy.Etw, 1.0.5487"
                    
#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 saTrilogy.Etw@1.0.5487
                    
#: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=saTrilogy.Etw&version=1.0.5487
                    
Install as a Cake Addin
#tool nuget:?package=saTrilogy.Etw&version=1.0.5487
                    
Install as a Cake Tool

The saTrilogy.Etw class library exposes a managed, safe F# implementation of an EventSource via the use of the Microsoft® Microsoft.Diagnostics.Tracing.EventSource NuGet Version 1.0.26 package (although it does work with 1.1.13-beta – the non-beta version is used to permit simple NuGet installation). The solution was developed using the Microsoft Visual Studio Ultimate 2015 Preview (VS2015) IDE against the Version 4.5.53349 .NET Framework and all projects are coded using F# Version 4.0 with FSharp.Core Version 4.4.0.0 (note this impacts the Swenson Unquote module usage requirement).

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5487 156 1/11/2015

The Swenson Unquote module in this application is not the NuGet 2.2.2 Version; that is bound to FSharp.Core 4.0.0.0 and what is included in this application, although it has the same version number, is a copy of the original Swenson Unquote 2.2.0 but re-compiled against FSharp.Core 4.4.0.0 under the .NET Framework 4.5.3.

Consequently, Swenson.Unquote is declared in a NuGet lib rather than as a dependency - although it is the latter.