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.
<PackageVersion Include="Amazingant.FSharp.TypeExpansion.Templates" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Amazingant.FSharp.TypeExpansion.Templates" />
                    
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 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.
#:package Amazingant.FSharp.TypeExpansion.Templates@3.0.0
                    
#: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=Amazingant.FSharp.TypeExpansion.Templates&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Amazingant.FSharp.TypeExpansion.Templates&version=3.0.0
                    
Install as a Cake Tool

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 740 2/25/2022
2.1.0 3,328 9/21/2017
2.0.3 1,410 2/24/2017
2.0.2 1,331 2/24/2017
2.0.1 1,456 2/24/2017
2.0.0 1,375 2/23/2017
1.5.1 1,363 2/16/2017
1.5.0 1,284 1/20/2017
1.4.0 1,561 1/19/2017
1.3.0 1,314 1/3/2017
1.2.1 1,294 12/15/2016
1.2.0 1,363 12/15/2016
1.1.3 1,330 9/14/2016
1.1.2 1,340 9/14/2016
1.1.1 1,343 9/9/2016
1.1.0 1,375 9/8/2016
1.0.1 1,378 9/7/2016
1.0.0 1,387 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.