Idevs.Net.CoreLib
0.0.70
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Idevs.Net.CoreLib --version 0.0.70
NuGet\Install-Package Idevs.Net.CoreLib -Version 0.0.70
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="Idevs.Net.CoreLib" Version="0.0.70" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Idevs.Net.CoreLib" Version="0.0.70" />
<PackageReference Include="Idevs.Net.CoreLib" />
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 Idevs.Net.CoreLib --version 0.0.70
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Idevs.Net.CoreLib, 0.0.70"
#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 Idevs.Net.CoreLib@0.0.70
#: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=Idevs.Net.CoreLib&version=0.0.70
#tool nuget:?package=Idevs.Net.CoreLib&version=0.0.70
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Idevs.Net.CoreLib
A library to extended Serenity Framework.
Installation
To install this module, run the following command in your computer terminal:
dotnet add package Idevs.Net.CoreLib
Add the following code to /Initialization/Startup.cs
public void ConfigureServices(IServiceCollection services)
{
--- ommited ---
services.AddScoped<IViewPageRenderer, ViewPageRenderer>();
services.AddScoped<IIdevsPdfExporter, IdevsPdfExporter>();
services.AddScoped<IIdevsExcelExporter, IdevsExcelExporter>();
}
--- ommited ---
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
StaticServiceProvider.Provider = app.ApplicationServices;
--- ommited ---
}
License
Authors
Usage
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.
-
net6.0
- ClosedXML (>= 0.100.3)
- ClosedXML.Report (>= 0.2.6)
- Microsoft.AspNetCore.Components.Web (>= 6.0.12)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 6.0.2)
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (>= 6.0.2)
- Microsoft.Data.SqlClient (>= 5.1.0)
- PugPDF.Core (>= 1.0.9)
- PuppeteerSharp (>= 12.0.0)
- Serenity.Assets (>= 6.5.1)
- Serenity.Extensions (>= 6.5.1)
- Serenity.Net.Web (>= 6.5.1)
- Serenity.Scripts (>= 6.5.1)
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 |
|---|---|---|
| 0.3.3 | 244 | 10/1/2025 |
| 0.3.0 | 230 | 10/1/2025 |
| 0.2.11 | 186 | 9/12/2025 |
| 0.2.10 | 186 | 9/12/2025 |
| 0.2.9 | 176 | 9/12/2025 |
| 0.2.8 | 176 | 9/12/2025 |
| 0.2.7 | 188 | 9/12/2025 |
| 0.2.6 | 278 | 8/28/2025 |
| 0.2.5 | 255 | 8/28/2025 |
| 0.2.4 | 259 | 8/26/2025 |
| 0.2.3 | 237 | 8/25/2025 |
| 0.2.2 | 231 | 8/25/2025 |
| 0.2.1 | 217 | 8/21/2025 |
| 0.2.0 | 154 | 8/16/2025 |
| 0.1.0 | 285 | 12/5/2024 |
| 0.0.92 | 259 | 9/3/2024 |
| 0.0.91 | 223 | 8/28/2024 |
| 0.0.70 | 236 | 10/14/2023 |
Loading failed