![]() |
VOOZH | about |
dotnet add package LINQPadPlus --version 0.0.16
NuGet\Install-Package LINQPadPlus -Version 0.0.16
<PackageReference Include="LINQPadPlus" Version="0.0.16" />
<PackageVersion Include="LINQPadPlus" Version="0.0.16" />Directory.Packages.props
<PackageReference Include="LINQPadPlus" />Project file
paket add LINQPadPlus --version 0.0.16
#r "nuget: LINQPadPlus, 0.0.16"
#:package LINQPadPlus@0.0.16
#addin nuget:?package=LINQPadPlus&version=0.0.16Install as a Cake Addin
#tool nuget:?package=LINQPadPlus&version=0.0.16Install as a Cake Tool
LINQPadPlus is a library for adding useful functionality to LINQPad.
dotnet add package LINQPadPlusJS.Run("external.log('Hello')"); // Hello
JS.Return("'abc'").Dump(); // abc
// same as above but this form is useful for more complex code
JS.Return("""
(function() {
return 'abc'
})()
""");
Chances are you will write wrong JavaScript in LINQPad before writing correct one. And this is where these functions will help you. If you write incorrect code these will show you exactly what the issue is:
JS.Run("extern al.log('Hello')");
Notice that your code is wrapped in some boilerplate to catch the errors.
It handles:
t.Div.Dump() // create a div
t.Div.id("myid") // set Id
t.Div.cls("myclass") // set class (can be called multiple times)
t.Div.style("font-size:12px; color:blue") // set styles (can be called multiple times)
t.Button.enable(false) // disabled button
// add children
public Tag this[params HtmlNode[] kids]
t.Label[
t.Input // other tag
.attr("type", "checkbox"), // set attributes
"Checkbox", // text node
new LINQPad.Controls.Span("text"), // support LINQPad controls
new DumpContainer("content") // support LINQPad DumpContainer
].Dump();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on LINQPadPlus:
| Package | Downloads |
|---|---|
|
LINQPadPlus.Plotly
LINQPad utilities to run JavaScript, render dynamic HTML, plotting and more |
|
|
LINQPadPlus.Tabulator
LINQPad utilities to run JavaScript, render dynamic HTML, plotting and more |
|
|
LINQPadPlus.BuildSystem
LINQPad utilities to run JavaScript, render dynamic HTML, plotting and more |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.16 | 669 | 6/24/2025 |
| 0.0.15 | 516 | 6/20/2025 |
| 0.0.13 | 528 | 6/20/2025 |
| 0.0.12 | 579 | 6/19/2025 |
| 0.0.11 | 522 | 6/16/2025 |
| 0.0.10 | 532 | 6/15/2025 |
| 0.0.9 | 645 | 6/13/2025 |
| 0.0.8 | 635 | 6/13/2025 |
| 0.0.7 | 607 | 6/13/2025 |
| 0.0.6 | 567 | 5/12/2025 |
| 0.0.5 | 495 | 5/12/2025 |
| 0.0.4 | 498 | 5/12/2025 |
| 0.0.3 | 348 | 5/10/2025 |
| 0.0.2 | 383 | 5/10/2025 |
| 0.0.1 | 396 | 5/9/2025 |