mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
- 为 GetOrAdd 方法添加 valueFactory 返回 null 时的异常说明 - 在 GlobalUsings 中添加 System.Runtime.CompilerServices 引用
11 lines
366 B
C#
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;
|