NRB.Infrastructure.Core 1.5.12

dotnet add package NRB.Infrastructure.Core --version 1.5.12
NuGet\Install-Package NRB.Infrastructure.Core -Version 1.5.12
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="1.5.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NRB.Infrastructure.Core --version 1.5.12
#r "nuget: NRB.Infrastructure.Core, 1.5.12"
#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.
// Install NRB.Infrastructure.Core as a Cake Addin
#addin nuget:?package=NRB.Infrastructure.Core&version=1.5.12

// Install NRB.Infrastructure.Core as a Cake Tool
#tool nuget:?package=NRB.Infrastructure.Core&version=1.5.12

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 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. 
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
1.5.12 69 5/15/2024
1.5.11 77 5/14/2024
1.5.10 77 5/9/2024
1.5.8 97 5/8/2024
1.5.6 163 4/29/2024
1.5.5 101 4/28/2024
1.5.4 100 4/28/2024
1.5.2 116 4/24/2024
1.5.0 107 4/22/2024
1.4.1 100 4/22/2024
1.0.1 146 4/22/2024

1.5.12 FuncOut