SkillAgentSearch skills...

Jsinterop

[ARCHIVED] Provides abstractions and features for interop between .NET and JavaScript code.

Install / Use

/learn @dotnet/Jsinterop
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

jsinterop [ARCHIVED]

Please go to https://github.com/aspnet/Extensions/tree/master/src/JSInterop to see the latest JSInterop code base and to file issues

This repo is for Microsoft.JSInterop, a package that provides abstractions and features for interop between .NET and JavaScript code.

Usage

The primary use case is for applications built with Mono WebAssembly or Blazor. It's not expected that developers will typically use these libraries separately from Mono WebAssembly, Blazor, or a similar technology.

How to build and test

To build:

  1. Ensure you have installed an up-to-date version of the .NET Core SDK. To verify, run dotnet --version and be sure that it returns 2.1.300 (i.e., .NET Core 2.1) or later.
  2. Run dotnet build

To run tests:

  1. Run dotnet test test/Microsoft.JSInterop.Test

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated1mo ago
Forks9

Languages

C#

Security Score

90/100

Audited on Feb 4, 2026

No findings