NMFCode / NMF

This repository contains the entire code for the .NET Modeling Framework
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

Hide private fields that back public properties in generated classes #46

Closed ChrisH07 closed 5 years ago

ChrisH07 commented 5 years ago

I found the helpful when viewing models in the debugger.

georghinkel commented 5 years ago

Agreed, the information is already visible through properties, even though I guess it is not that bad, given that the generated code employs a naming scheme where all fields should appear together.