Amazingant.FSharp.TypeExpansion.Templates 3.0.0

dotnet add package Amazingant.FSharp.TypeExpansion.Templates --version 3.0.0
NuGet\Install-Package Amazingant.FSharp.TypeExpansion.Templates -Version 3.0.0
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="Amazingant.FSharp.TypeExpansion.Templates" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Amazingant.FSharp.TypeExpansion.Templates --version 3.0.0
#r "nuget: Amazingant.FSharp.TypeExpansion.Templates, 3.0.0"
#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 Amazingant.FSharp.TypeExpansion.Templates as a Cake Addin
#addin nuget:?package=Amazingant.FSharp.TypeExpansion.Templates&version=3.0.0

// Install Amazingant.FSharp.TypeExpansion.Templates as a Cake Tool
#tool nuget:?package=Amazingant.FSharp.TypeExpansion.Templates&version=3.0.0

Packaged scripts for use as expansion templates

There are no supported framework assets in this 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
3.0.0 599 2/25/2022
2.1.0 3,022 9/21/2017
2.0.3 1,115 2/24/2017
2.0.2 1,037 2/24/2017
2.0.1 1,157 2/24/2017
2.0.0 1,082 2/23/2017
1.5.1 1,065 2/16/2017
1.5.0 983 1/20/2017
1.4.0 1,124 1/19/2017
1.3.0 1,014 1/3/2017
1.2.1 996 12/15/2016
1.2.0 1,064 12/15/2016
1.1.3 1,038 9/14/2016
1.1.2 1,045 9/14/2016
1.1.1 1,051 9/9/2016
1.1.0 1,080 9/8/2016
1.0.1 1,085 9/7/2016
1.0.0 1,089 9/6/2016

Update the TypeExpansion paket reference to 2.2.1 so I can build/test this
library. This is a breaking change, even though you can theoretically still
use these templates with the previous versions.
Adjust use of XML documentation and attributes in the FromXml template's base
code, to prevent the Visual Studio 2022 release of fsc from flagging it with
warnings. This should stop failures of the type expansion process.
Adjust FromXml test code to work around a Visual Studio 2019 F# compiler bug
relating to use of `__SOURCE_DIRECTORY__` when invoking a type provider.