This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
using System;
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore;
namespace IRaCIS.Core.Test.GenerateFolder;
/// <summary>
/// 必须要,因为Program 依赖反向工程生成的dbcontext 实例化,获取数据库模型
/// </summary>
public partial class TempContext : DbContext
{
}