![]() |
VOOZH | about |
dotnet add package BlazorPolyfill.Server --version 7.0.203.1
NuGet\Install-Package BlazorPolyfill.Server -Version 7.0.203.1
<PackageReference Include="BlazorPolyfill.Server" Version="7.0.203.1" />
<PackageVersion Include="BlazorPolyfill.Server" Version="7.0.203.1" />Directory.Packages.props
<PackageReference Include="BlazorPolyfill.Server" />Project file
paket add BlazorPolyfill.Server --version 7.0.203.1
#r "nuget: BlazorPolyfill.Server, 7.0.203.1"
#:package BlazorPolyfill.Server@7.0.203.1
#addin nuget:?package=BlazorPolyfill.Server&version=7.0.203.1Install as a Cake Addin
#tool nuget:?package=BlazorPolyfill.Server&version=7.0.203.1Install as a Cake Tool
7.0.203.1:
Documentation too big to be hosted on NuGet, read it on the the Blazor.Polyfill project page.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
Showing the top 1 popular GitHub repositories that depend on BlazorPolyfill.Server:
| Repository | Stars |
|---|---|
|
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.203.1 | 20,481 | 4/26/2023 |
| 7.0.203 | 801 | 4/24/2023 |
| 6.0.200 | 17,817 | 2/23/2022 |
| 6.0.100.3 | 3,397 | 12/4/2021 |
| 6.0.100.2 | 1,467 | 11/21/2021 |
| 6.0.100.1 | 26,211 | 11/13/2021 |
| 6.0.100 | 1,198 | 11/9/2021 |
| 5.0.102 | 31,158 | 2/1/2021 |
| 5.0.100.6 | 1,786 | 1/18/2021 |
| 5.0.100.5 | 1,275 | 1/5/2021 |
| 5.0.100.4 | 1,352 | 12/18/2020 |
| 5.0.100.2 | 1,289 | 12/8/2020 |
| 5.0.100.1 | 1,186 | 12/4/2020 |
| 5.0.0 | 1,375 | 12/2/2020 |
7.0.203.1:
- Support for .NET 6 and .NET 7 simultaneously
- Adding BeforeES5TransformHandler delegate method
- Adding OnES5ConvertFailure delegate method
- Add Blazor InputFile events support on Internet Explorer 11
7.0.203.0:
- Support .NET 7.0
- Add Blazor InputFile events support on Internet Explorer 11
6.0.200.0:
- blazor.server.js is now cached and managed in es5cache like other transpilable libraries. The cached version will always be used instead of generating it at each application startup.
6.0.100.3:
- Fix invalid 'require' keyword in blazor.server.js added by Babel in transpilation that cannot be used on a pure javascript environment
6.0.100.2:
- Blazor.Polyfill now respect the autostart attribute value at start
- Added the ES5ConversionScope option in Blazor.Polyfill configuration. This option is meant to transpile None, Razor Class Libraries, or All Javascript files to ES5 automatically and store it in a es5cache store for your application. Files will be used automatically at runtime when needed. Keeping them under source control is advised.
6.0.100.1:
- Added 'webRootPath' parameter on _import_ javascript isolation emulation method. See the documentation for usage.
6.0.100.0:
- Support for .NET 6.0.100
5.0.102.0:
- Added option to disable automatic React.NET registration, to give more control to advanced scenarios.
- Updated V8 and Native V8 dependencies to 7.1.0
- Added V8 native dependencies for ARM64 (Linux) and ARM64 (Windows)
- Added some conditional logics about the default JS engine used. Windows and OSX (all CPU type) and Linux (x64) uses ChakraCore. Linux (ARM64) use V8. Other platforms or failing scenarios should use the "UsePackagedBlazorServerLibrary" option instead.
5.0.100.6:
- Add configurable ES5 fallback option with a delegate validation
- Add Javascript isolation and dynamic import emulation - See the documentation