GFramework/GFramework.Cqrs/GlobalUsings.cs
GeWuYou 3be34156cf docs(cache): 更新 WeakKeyCache 异常文档
- 为 GetOrAdd 方法添加 valueFactory 返回 null 时的异常说明
- 在 GlobalUsings 中添加 System.Runtime.CompilerServices 引用
2026-04-17 19:17:46 +08:00

11 lines
366 B
C#

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading;
global using System.Threading.Tasks;
global using System.Reflection;
global using Microsoft.Extensions.DependencyInjection;
global using System.Diagnostics;
global using System.Collections.Concurrent;
global using System.Runtime.CompilerServices;