hherzl/CatFactory.NetCore

Add Support for Global Usings

Opened this issue · 0 comments

hherzl commented

Add support for Global usings:

global using System;
global using System.ComponentModel.DataAnnonations;
global using Microsoft.EntityFrameworkCore;

This feature will allow reduce common using statements in code.