Testura.Code
0.2.0
See the version list below for details.
dotnet add package Testura.Code --version 0.2.0
NuGet\Install-Package Testura.Code -Version 0.2.0
<PackageReference Include="Testura.Code" Version="0.2.0" />
<PackageVersion Include="Testura.Code" Version="0.2.0" />
<PackageReference Include="Testura.Code" />
paket add Testura.Code --version 0.2.0
#r "nuget: Testura.Code, 0.2.0"
#:package Testura.Code@0.2.0
#addin nuget:?package=Testura.Code&version=0.2.0
#tool nuget:?package=Testura.Code&version=0.2.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.CodeAnalysis.CSharp (>= 1.3.2)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 1.3.2)
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 | 797 | 4/30/2023 |
1.5.1 | 253 | 4/27/2023 |
1.5.0 | 263 | 4/25/2023 |
1.4.1 | 304 | 4/20/2023 |
1.4.0 | 291 | 4/17/2023 |
1.3.0 | 6,663 | 2/10/2022 |
1.2.0 | 853 | 1/15/2022 |
1.1.0 | 425 | 1/4/2022 |
1.0.0 | 379 | 12/26/2021 |
0.17.0 | 1,208 | 7/10/2020 |
0.16.0 | 2,053 | 2/20/2020 |
0.15.0 | 657 | 1/24/2020 |
0.14.0 | 636 | 1/16/2020 |
0.13.0 | 1,488 | 10/18/2019 |
0.12.0 | 659 | 10/2/2019 |
0.11.0 | 734 | 8/6/2019 |
0.10.0 | 700 | 7/3/2019 |
0.9.0 | 2,507 | 1/10/2019 |
0.8.0 | 1,617 | 6/23/2017 |
0.7.0 | 1,440 | 6/13/2017 |
0.6.1 | 1,402 | 6/13/2017 |
0.6.0 | 1,417 | 6/3/2017 |
0.5.2 | 1,451 | 3/8/2017 |
0.5.1 | 1,563 | 3/1/2017 |
0.5.0 | 1,440 | 2/26/2017 |
0.4.0 | 1,465 | 2/16/2017 |
0.3.1 | 1,477 | 2/4/2017 |
0.3.0 | 1,460 | 1/28/2017 |
0.2.1 | 1,445 | 1/23/2017 |
0.2.0 | 1,452 | 1/21/2017 |
0.1.0 | 1,457 | 1/18/2017 |
Release 0.2.0:
- Split the property class in to three classes
- A base abstract class
- A AutoProperty class for auto property
- A BodyProperty class for properties with body/blocks.
- A new reference class for the "value" keyword
- Code saver now takes a list of options (CSharpFormattingOptions) for better flexibility when generating code.
- SelectionStatement class now have a new a new overload for the for-method where we take an expression statement instead of body.
- Fixed bug with type name when delclare new variables