ktsu.CodeBlocker
1.0.7
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ktsu.CodeBlocker --version 1.0.7
NuGet\Install-Package ktsu.CodeBlocker -Version 1.0.7
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="ktsu.CodeBlocker" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ktsu.CodeBlocker" Version="1.0.7" />
<PackageReference Include="ktsu.CodeBlocker" />
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 ktsu.CodeBlocker --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ktsu.CodeBlocker, 1.0.7"
#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.
#addin nuget:?package=ktsu.CodeBlocker&version=1.0.7
#tool nuget:?package=ktsu.CodeBlocker&version=1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CodeBlocker
An IndentedTextWriter that makes generating code blocks easier.
Usage
namespace CodeBlockerExample;
using ktsu.CodeBlocker;
internal class Example
{
public static void GenerateCode()
{
using var codeBlocker = CodeBlocker.Create();
codeBlocker.WriteLine("using System;");
codeBlocker.NewLine();
codeBlocker.WriteLine("namespace Example");
using (new Scope(codeBlocker))
{
codeBlocker.WriteLine("public class Example");
using (new Scope(codeBlocker))
{
codeBlocker.WriteLine("public static void Main()");
using (new Scope(codeBlocker))
{
codeBlocker.WriteLine("Console.WriteLine(\"Hello, World!\");");
}
}
}
Console.WriteLine(codeBlocker.ToString());
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 is compatible. 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.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
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 |
---|---|---|
1.1.2-pre.17 | 108 | 5/20/2025 |
1.1.2-pre.15 | 68 | 5/17/2025 |
1.1.2-pre.14 | 117 | 5/16/2025 |
1.1.2-pre.13 | 192 | 5/15/2025 |
1.1.2-pre.12 | 190 | 5/14/2025 |
1.1.2-pre.11 | 190 | 5/13/2025 |
1.1.2-pre.10 | 218 | 5/12/2025 |
1.1.2-pre.9 | 158 | 5/11/2025 |
1.1.2-pre.8 | 104 | 5/10/2025 |
1.1.2-pre.7 | 38 | 5/9/2025 |
1.1.2-pre.6 | 110 | 5/8/2025 |
1.1.2-pre.5 | 112 | 5/7/2025 |
1.1.2-pre.4 | 108 | 5/6/2025 |
1.1.2-pre.3 | 110 | 5/5/2025 |
1.1.2-pre.2 | 111 | 5/4/2025 |
1.1.2-pre.1 | 110 | 5/4/2025 |
1.1.1 | 100 | 5/4/2025 |
1.1.1-pre.2 | 46 | 4/26/2025 |
1.1.1-pre.1 | 110 | 4/4/2025 |
1.1.0 | 136 | 3/30/2025 |
1.0.32-pre.2 | 69 | 3/29/2025 |
1.0.32-pre.1 | 451 | 3/25/2025 |
1.0.31 | 117 | 2/17/2025 |
1.0.31-pre.3 | 75 | 2/6/2025 |
1.0.31-pre.2 | 60 | 2/5/2025 |
1.0.31-pre.1 | 57 | 2/5/2025 |
1.0.30 | 103 | 1/2/2025 |
1.0.30-pre.29 | 61 | 2/3/2025 |
1.0.30-pre.28 | 62 | 2/3/2025 |
1.0.30-pre.27 | 63 | 2/1/2025 |
1.0.30-pre.26 | 58 | 1/30/2025 |
1.0.30-pre.25 | 58 | 1/28/2025 |
1.0.30-pre.24 | 53 | 1/26/2025 |
1.0.30-pre.23 | 50 | 1/24/2025 |
1.0.30-pre.22 | 53 | 1/22/2025 |
1.0.30-pre.21 | 58 | 1/20/2025 |
1.0.30-pre.20 | 48 | 1/18/2025 |
1.0.30-pre.19 | 48 | 1/16/2025 |
1.0.30-pre.18 | 35 | 1/14/2025 |
1.0.30-pre.17 | 46 | 1/13/2025 |
1.0.30-pre.16 | 54 | 1/11/2025 |
1.0.30-pre.15 | 48 | 1/10/2025 |
1.0.30-pre.14 | 51 | 1/10/2025 |
1.0.30-pre.13 | 46 | 1/8/2025 |
1.0.30-pre.12 | 55 | 1/7/2025 |
1.0.30-pre.11 | 60 | 1/6/2025 |
1.0.30-pre.10 | 75 | 1/4/2025 |
1.0.30-pre.9 | 60 | 1/3/2025 |
1.0.30-pre.8 | 61 | 1/3/2025 |
1.0.30-pre.7 | 63 | 1/3/2025 |
1.0.30-pre.6 | 69 | 1/2/2025 |
1.0.30-pre.5 | 87 | 12/31/2024 |
1.0.30-pre.4 | 59 | 12/29/2024 |
1.0.30-pre.3 | 57 | 12/28/2024 |
1.0.30-pre.2 | 65 | 12/27/2024 |
1.0.30-pre.1 | 54 | 12/27/2024 |
1.0.29-pre.1 | 54 | 12/27/2024 |
1.0.28 | 97 | 12/26/2024 |
1.0.27 | 95 | 12/26/2024 |
1.0.26 | 97 | 12/26/2024 |
1.0.25 | 98 | 12/26/2024 |
1.0.24 | 95 | 12/26/2024 |
1.0.23 | 100 | 12/26/2024 |
1.0.22 | 99 | 12/26/2024 |
1.0.21 | 92 | 12/23/2024 |
1.0.20 | 94 | 12/23/2024 |
1.0.19 | 104 | 12/22/2024 |
1.0.18 | 95 | 12/22/2024 |
1.0.17 | 102 | 12/4/2024 |
1.0.16 | 101 | 12/2/2024 |
1.0.15 | 103 | 11/30/2024 |
1.0.14 | 100 | 11/26/2024 |
1.0.13 | 110 | 11/20/2024 |
1.0.12 | 110 | 11/13/2024 |
1.0.11 | 99 | 11/1/2024 |
1.0.10 | 112 | 10/4/2024 |
1.0.10-pre.1 | 59 | 12/27/2024 |
1.0.9 | 106 | 9/19/2024 |
1.0.8 | 90 | 9/19/2024 |
1.0.7 | 94 | 9/19/2024 |
1.0.6 | 98 | 9/19/2024 |
1.0.5 | 108 | 9/18/2024 |
1.0.4 | 100 | 9/18/2024 |
1.0.3 | 103 | 9/18/2024 |
1.0.2 | 108 | 9/18/2024 |
1.0.1 | 116 | 9/14/2024 |
1.0.0 | 122 | 9/14/2024 |