Found 3,923 packages
Package Description
Package Description
Abp.EntityFrameworkCore
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Abp.EntityFramework.Common
Core package for MockQueryable extensions for mocking operations such ToListAsync, FirstOrDefaultAsync etc. When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data.
Abp.ZeroCore.EntityFrameworkCore
Util.Core是Util应用框架的基础类库
Abp
Package Description
This package provides a C# based durable task framework for writing long running applications.
Package Description
Package Description
Package Description
Util.Security是Util应用框架的安全相关类库
Package Description
Package Description
Package Description
Package Description
Abp.Web.Common