DbNetSuiteCore 0.9.33-alpha
This is a prerelease version of DbNetSuiteCore.
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 DbNetSuiteCore --version 0.9.33-alpha
NuGet\Install-Package DbNetSuiteCore -Version 0.9.33-alpha
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="DbNetSuiteCore" Version="0.9.33-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DbNetSuiteCore" Version="0.9.33-alpha" />
<PackageReference Include="DbNetSuiteCore" />
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 DbNetSuiteCore --version 0.9.33-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DbNetSuiteCore, 0.9.33-alpha"
#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 DbNetSuiteCore@0.9.33-alpha
#: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=DbNetSuiteCore&version=0.9.33-alpha&prerelease
#tool nuget:?package=DbNetSuiteCore&version=0.9.33-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DbNetSuiteCore
DbNetSuiteCore is a .Net Core middleware Nuget package that can be used to add database driven web-reporting to any ASP.NET Core web application in minutes with just a few lines of code.
{
using DbNetLink.Middleware; // <= Add this line
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
WebApplicationBuilder builder = WebApplication.CreateBuilder(args);
builder.Services.AddRazorPages();
builder.Services.AddDbNetSuiteCore(); // <= Add this line
WebApplication app = builder.Build();
app.UseHttpsRedirection();
app.UseStaticFiles();
app.UseRouting();
app.UseAuthorization();
app.UseDbNetSuiteCore(); // <= Add this line
app.UseEndpoints(endpoints =>
{
endpoints.MapRazorPages();
});
app.Run();
}
The solution comprises of the DbNetSuiteCore library and a sample application running against an SQLite database
For more information and demos click here.
| 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)
- DocumentFormat.OpenXml (>= 2.18.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (>= 6.0.10)
- Microsoft.Data.Sqlite (>= 6.0.10)
- Microsoft.Extensions.FileProviders.Embedded (>= 6.0.10)
- System.Data.Odbc (>= 6.0.1)
- System.Data.OleDb (>= 6.0.0)
- System.Data.SqlClient (>= 4.8.4)
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 |
|---|---|---|
| 2.0.82 | 100 | 2/2/2026 |
| 2.0.81 | 98 | 1/31/2026 |
| 2.0.80 | 93 | 1/29/2026 |
| 2.0.79 | 101 | 1/22/2026 |
| 2.0.78 | 298 | 12/18/2025 |
| 2.0.75 | 217 | 12/3/2025 |
| 2.0.74 | 316 | 11/13/2025 |
| 2.0.73 | 229 | 11/5/2025 |
| 2.0.72 | 223 | 10/29/2025 |
| 2.0.65 | 222 | 10/27/2025 |
| 2.0.64 | 213 | 10/26/2025 |
| 2.0.63 | 203 | 10/22/2025 |
| 2.0.62 | 201 | 10/9/2025 |
| 2.0.61 | 211 | 10/5/2025 |
| 2.0.60 | 196 | 10/5/2025 |
| 2.0.59 | 136 | 10/4/2025 |
| 2.0.58 | 327 | 9/24/2025 |
| 2.0.57 | 316 | 9/24/2025 |
| 2.0.56 | 189 | 9/6/2025 |
| 0.9.33-alpha | 255 | 5/17/2023 |
Loading failed
Alpah version. Currently still under active development.