Skip to content

cezarypiatek/DDDToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDDToolbox

A set of Roslyn refactorings supporting DDD design

Extension available at Visual Studio Marketpalace here

Features

Currently implemented refactorings:

  • make class readonly
  • add structural equality
  • add comparison operators
  • convert type to record

convert to record type