Skip to content

SunamoClearScript

Wrapper around Microsoft.ClearScript offering easier work


Wrapper around Microsoft.ClearScript offering easier JavaScript code compilation and execution via the V8 engine.

Overview

SunamoClearScript is part of the Sunamo package ecosystem, providing modular, platform-independent utilities for .NET development.

Main Components

Key Classes

  • ClearScriptHelper - Singleton helper for compiling JavaScript code using ClearScript V8 engine.

Key Methods

  • Execute(string code) - Compiles JavaScript code and returns whether it was successful.

Installation

dotnet add package SunamoClearScript

Dependencies

  • Microsoft.ClearScript.Core (v7.5.0)
  • Microsoft.ClearScript.V8 (v7.5.0)
  • Microsoft.ClearScript.V8.Native.win-x86 (v7.5.0)
  • Microsoft.Extensions.Logging.Abstractions (v10.0.2)

Package Information

  • Package Name: SunamoClearScript
  • Target Frameworks: net10.0, net9.0, net8.0
  • Category: Platform-Independent NuGet Package

This package is part of the Sunamo package ecosystem. For more information about related packages, visit the main repository.

License

MIT