Codexcite.Blazor.Interop 3.1.32

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

Codexcite.Blazor.Interop

Base classes and services for JS Interop.

Getting started

[TBA]

Prerequisites

[TBA]

Usage

[TBA]

Additional documentation

[TBA]

Feedback

[TBA]

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.2.27 139 8/14/2025
3.2.25 136 8/14/2025
3.2.24 209 8/7/2025
3.2.23 100 7/28/2025
3.2.22 147 6/26/2025
3.2.20 114 6/20/2025
3.2.19 147 6/19/2025
3.2.18 106 6/6/2025
3.2.17 159 5/29/2025
3.2.16 153 5/29/2025
3.2.15 154 5/22/2025
3.2.14 114 5/18/2025
3.2.13 236 5/15/2025
3.2.12 229 5/15/2025
3.2.11 232 5/14/2025
3.2.10 179 4/9/2025
3.2.9 171 3/20/2025
3.2.8 115 2/25/2025
3.2.7 114 1/24/2025
3.2.6 122 1/20/2025
3.2.5 111 1/17/2025
3.2.4 111 1/16/2025
3.2.3 116 1/7/2025
3.2.2 129 12/21/2024
3.2.1 128 12/11/2024
3.2.0 132 11/20/2024
3.1.32 144 11/2/2024
3.1.31 147 10/22/2024
3.1.29 143 10/21/2024
3.1.28 177 10/18/2024
3.1.27 130 10/17/2024
3.1.26 130 10/15/2024
3.1.25 121 10/13/2024
3.1.24 133 10/12/2024
3.1.23 123 10/12/2024
3.1.22 138 10/9/2024
3.1.21 138 10/6/2024
3.1.20 129 10/5/2024
3.1.19 134 10/4/2024
3.1.18 125 10/4/2024
3.1.17 186 10/1/2024
3.1.16 132 9/28/2024
3.1.15 127 9/27/2024
3.1.14 145 9/20/2024
3.1.13 115 7/31/2024
3.1.12 111 7/31/2024
3.1.11 112 7/30/2024
3.1.10 143 7/18/2024
3.1.9 144 5/29/2024
3.1.8 172 5/8/2024
3.1.7 152 4/23/2024
3.1.6 269 11/7/2023

Codexcite.Blazor.Interop 3.1.0 - Added support for static invocations
     Codexcite.Blazor.Interop 3.0.4 - Added xml comments
     Codexcite.Blazor.Interop 3.0.2 - Handle js return objects better
     Codexcite.Blazor.Interop 3.0.0 - Removed Codexcite.Blazor dependency. Added BaseInteropService and BrowserService
     Codexcite.Blazor.Interop 2.0.0 - Update to .Net 7.0
     Codexcite.Blazor.Interop 1.3.0 - Async event handlers.
     Codexcite.Blazor.Interop 1.2.0 - Can do calls with Callbacks.
     Codexcite.Blazor.Interop 1.0.1 - Register service as scoped.
     Codexcite.Blazor.Interop 1.0.0 - Initial version.