331 Star 4.8K Fork 911

RMBGAME/SteamTools

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ImplicitUsings.AutoMapper.cs 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
温泉指挥官 提交于 2023-06-05 13:52 +08:00 . 🎨 sync proj structure
// C# 10 定义全局 using
#pragma warning disable IDE0079 // 请删除不必要的忽略
#pragma warning disable IDE0005
#pragma warning disable SA1209 // Using alias directives should be placed after other using directives
#pragma warning disable SA1211 // Using alias directives should be ordered alphabetically by alias name
global using AutoMapper;
global using AutoMapper.QueryableExtensions;
//global using AutoMapper.EquivalencyExpression;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/rmbgame/SteamTools.git
git@gitee.com:rmbgame/SteamTools.git
rmbgame
SteamTools
SteamTools
develop

搜索帮助