Skip to content

vipwan/Biwen.AutoClassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a5b6197 · Nov 7, 2023

History

65 Commits
Nov 7, 2023
Nov 7, 2023
Nov 7, 2023
Nov 6, 2023
Oct 31, 2023
Oct 31, 2023
Nov 5, 2023
Nov 5, 2023
Nov 5, 2023
Oct 31, 2023
Nov 4, 2023
Nov 5, 2023

Repository files navigation

Biwen.AutoClassGen

Usage scenario: In many cases, we will have a lot of request objects, such as GetIdRequest, GetUserRequest, etc..., and these requests may have a large number of the same fields. For example, the multi-tenant Id, the number of pages, and these attribute fields may have validation rules, binding rules, and Swagger descriptions. If all this code needs to be written, it will add a lot of work, so Biwen.AutoClassGen came into being to solve this pain point...

中文

Usage

dotnet add package Biwen.AutoClassGen.Attributes

Used by

if you use this library, please tell me, I will add your project here.