Testura.Code 1.5.2

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

Testura.Code is a wrapper around the Roslyn API and used for generation, saving and and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Testura.Code:

Package Downloads
Kesmai.Server.Reference

Reference stub for Kesmai.Server

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.2 976 4/30/2023
1.5.1 313 4/27/2023
1.5.0 310 4/25/2023
1.4.1 360 4/20/2023
1.4.0 342 4/17/2023
1.3.0 7,354 2/10/2022
1.2.0 922 1/15/2022
1.1.0 494 1/4/2022
1.0.0 441 12/26/2021
0.17.0 1,281 7/10/2020
0.16.0 2,217 2/20/2020
0.15.0 730 1/24/2020
0.14.0 716 1/16/2020
0.13.0 1,576 10/18/2019
0.12.0 744 10/2/2019
0.11.0 814 8/6/2019
0.10.0 775 7/3/2019
0.9.0 2,599 1/10/2019
0.8.0 1,777 6/23/2017
0.7.0 1,614 6/13/2017
0.6.1 1,562 6/13/2017
0.6.0 1,575 6/3/2017
0.5.2 1,612 3/8/2017
0.5.1 1,716 3/1/2017
0.5.0 1,594 2/26/2017
0.4.0 1,629 2/16/2017
0.3.1 1,636 2/4/2017
0.3.0 1,611 1/28/2017
0.2.1 1,621 1/23/2017
0.2.0 1,613 1/21/2017
0.1.0 1,624 1/18/2017

1.5.2

-Handle custom type in FormattedTypeName