DeagleGross / SharpCoachPlugin

Rider C# plugin for easy code generation of mapping classes
MIT License
4 stars 2 forks source link

Output logs of mapping #5

Closed DeagleGross closed 2 years ago

DeagleGross commented 3 years ago

When mapping models, there is no output of how many properties where mapped correctly (or pairs found). It is a headache to determine whether all of properties were mapped or not especially when very big classes are mapped.

Firstly you need to search what output method is the best one (i.e. console of Rider or something else). Then just implement it

DeagleGross commented 2 years ago

TODO: