NRB.Infrastructure.Core 2.3.18

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

NRB.Infrastructure.Core

About 关于概述

NRB通用,核心类项

Key Features 主要功能

  1. Attribute
  2. DataContext
  3. Entity
  4. Query
  5. Service
  6. Session ...

How to Use 如何使用

public partial class ActionService :
   Service<long, long, Entity.Action, ActionInDto, ActionOutDto>
   , IActionService

...

Main Types 主要类型

The main types provided by this library are:

  • NRB.Infrastructure.Core.Service
  • NRB.Infrastructure.Core.Service.TEntityDid
  • NRB.Infrastructure.Core.Service.TEntityDid.Dto ...
  • NRB.Infrastructure
  • MiniProfiler.AspNetCore.Mvc
  • SqlSugarCore ...

Feedback & Contributing 反馈

欢迎提出问题反馈 nanwei.zhuang@nrb.com.cn

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 (1)

Showing the top 1 NuGet packages that depend on NRB.Infrastructure.Core:

Package Downloads
NRB.Infrastructure.Web

NRB.Infrastructure.Web Web

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.3.21 135 6/27/2025
2.3.20 134 6/27/2025
2.3.18 154 6/25/2025
2.3.17 151 6/24/2025
2.3.16 138 6/20/2025
2.3.15 157 6/19/2025
2.3.14 153 6/18/2025
2.3.13 154 6/17/2025
2.3.12 218 6/9/2025
2.3.11 127 6/6/2025
2.3.10 151 6/5/2025
2.3.9 157 6/5/2025
2.3.8 151 6/4/2025
2.3.7 204 4/14/2025
2.3.6 198 4/14/2025
2.3.5 152 4/11/2025
2.3.4 175 4/3/2025
2.3.3 170 4/1/2025
2.3.2 497 3/25/2025
2.3.1 486 3/25/2025
2.3.0 347 3/24/2025
2.2.9 221 3/6/2025
2.2.8 125 2/28/2025
2.2.7 129 2/17/2025
2.2.6 120 2/14/2025
2.2.5 128 2/14/2025
2.2.4 133 12/2/2024
2.2.3 131 11/14/2024
2.2.2 122 11/7/2024
2.2.1 122 11/7/2024
2.2.0 118 11/6/2024
2.1.14 124 10/30/2024
2.1.13 124 10/29/2024
2.1.12 118 10/29/2024
2.1.10 139 10/28/2024
2.1.9 127 10/27/2024
2.1.8 131 10/27/2024
2.1.7 120 10/14/2024
2.1.6 120 10/14/2024
2.1.5 133 10/10/2024
2.1.4 140 9/21/2024
2.1.3 130 9/19/2024
2.1.2 134 9/19/2024
2.1.1 129 9/19/2024
2.1.0 169 9/18/2024
2.0.0 142 8/30/2024
1.5.13 180 5/31/2024
1.5.12 171 5/15/2024
1.5.11 148 5/14/2024
1.5.10 130 5/9/2024
1.5.8 166 5/8/2024
1.5.6 244 4/29/2024
1.5.5 164 4/28/2024
1.5.4 162 4/28/2024
1.5.2 199 4/24/2024
1.5.0 185 4/22/2024
1.4.1 181 4/22/2024
1.0.1 206 4/22/2024

2.3.18 jwt优化