Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 426 Bytes

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