Asgard.Core 4.0.0-preview.4

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

Asgard.Core

Asgard.Core provides the concrete infrastructure implementations for the Asgard framework.

What is included

  • Multi-level caching with memory and Redis integrations
  • Job scheduling and trigger management built on Quartz
  • Messaging infrastructure for RabbitMQ and Kafka
  • Logging, plugin loading, security, and YAML-based configuration helpers

Typical usage

Reference this package when you want the default runtime behavior behind the contracts defined in Asgard.Abstractions.

using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
services.AddAsgardContext();
services.AddAsgardSecurityServices(options =>
{
    options.Key = "base64-key";
    options.Iv = "base64-iv";
});

Package role

  • Asgard.Abstractions: shared contracts and configuration models
  • Asgard.Core: default infrastructure implementations
  • Asgard.AspNetCore.Core: ASP.NET Core runtime integration on top of Asgard.Core
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (3)

Showing the top 3 NuGet packages that depend on Asgard.Core:

Package Downloads
Asgard.JsonConverterExtends

沐豆科技阿斯加德框架集,一切为了.NET开发的便利性

Asgard.AspNetCore.Core

Asgard.AspNetCore.Core 为 Asgard 框架提供 ASP.NET Core 运行时实现,包括租户感知中间件、身份上下文集成和服务注册帮助器,构建在共享抽象包之上。

Asgard.Yggdrasil.AspNetCore

Asgard.Yggdrasil.AspNetCore 是 Asgard 框架的 ASP.NET Core 主机层,提供完整的 Web 应用程序启动模板,集成了Swagger、数据保护、日志和所有核心服务,帮助快速构建模块化应用。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.1.0 0 4/14/2026
4.0.5 66 4/11/2026
4.0.4 65 4/10/2026
4.0.3 76 4/9/2026
4.0.2 80 4/8/2026
4.0.1 118 4/3/2026
4.0.0 127 4/1/2026
4.0.0-preview.7 57 3/31/2026
4.0.0-preview.6 50 3/30/2026
4.0.0-preview.5 143 3/28/2026
4.0.0-preview.4 47 3/27/2026
4.0.0-preview.3 44 3/27/2026
4.0.0-preview.2 44 3/27/2026
4.0.0-preview.1 44 3/27/2026
1.0.0 1,533 6/12/2023 1.0.0 is deprecated.