WebScene.JavaScript.Interop.Generator 1.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebScene.JavaScript.Interop.Generator --version 1.0.15
                    
NuGet\Install-Package WebScene.JavaScript.Interop.Generator -Version 1.0.15
                    
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="WebScene.JavaScript.Interop.Generator" Version="1.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebScene.JavaScript.Interop.Generator" Version="1.0.15" />
                    
Directory.Packages.props
<PackageReference Include="WebScene.JavaScript.Interop.Generator" />
                    
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 WebScene.JavaScript.Interop.Generator --version 1.0.15
                    
#r "nuget: WebScene.JavaScript.Interop.Generator, 1.0.15"
                    
#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 WebScene.JavaScript.Interop.Generator@1.0.15
                    
#: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=WebScene.JavaScript.Interop.Generator&version=1.0.15
                    
Install as a Cake Addin
#tool nuget:?package=WebScene.JavaScript.Interop.Generator&version=1.0.15
                    
Install as a Cake Tool

WebScene JavaScript interop source generator

This analyzer generates strongly typed .NET models, outbound proxies, and inbound adapters from an WebScene interop API manifest and reviewed policy.

Reference both packages:

<ItemGroup>
  <PackageReference Include="WebScene.JavaScript.Interop" Version="..." />
  <PackageReference Include="WebScene.JavaScript.Interop.Generator"
                    Version="..."
                    PrivateAssets="all" />
</ItemGroup>

Then configure the two generator inputs. The package's build-transitive target adds them as Roslyn AdditionalFiles and validates that both exist:

<PropertyGroup>
  <WebSceneInteropApiManifest>Interop/TradingView.webscene-interop-api.json</WebSceneInteropApiManifest>
  <WebSceneInteropPolicy>Interop/TradingView.webscene-interop-policy.json</WebSceneInteropPolicy>
</PropertyGroup>

Generate and compile a complete declaration-package validation with webscene-interop-validate. Licensed declarations remain local to the application and are never embedded in either WebScene package.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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.0.23 51 8/24/2026
1.0.22 57 8/23/2026
1.0.21 59 8/22/2026
1.0.20 99 8/4/2026
1.0.18 99 8/3/2026
1.0.17 106 8/1/2026
1.0.15 106 8/1/2026
1.0.14 107 7/31/2026
1.0.11 98 7/30/2026
1.0.9 95 7/30/2026
1.0.8 100 7/28/2026
1.0.7 95 7/28/2026
1.0.6 97 7/27/2026
1.0.5 98 7/27/2026
1.0.2 103 7/27/2026
1.0.1 102 7/27/2026
1.0.0 98 7/27/2026

Improves multi-chart native runtime scheduling, demand-driven rendering, shared-isolate lifecycle management, and event-driven native callback notifications that eliminate managed interop polling; ships V8 15.3.10 with PartitionAlloc across macOS, Linux, and Windows.