# jsinterop **Repository Path**: mirrors_dotnet/jsinterop ## Basic Information - **Project Name**: jsinterop - **Description**: [ARCHIVED] Provides abstractions and features for interop between .NET and JavaScript code. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](https://www.microsoft.com/net/download). 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`