Commit Graph

  • 13c5279e15 Add parameter to ITypeConverter. Mohammadreza Taikandi 2021-01-23 11:05:58 +0000
  • 2ef7ded450 Cleanup. Mohammadreza Taikandi 2021-01-21 16:43:58 +0000
  • 0fc9540c58 Move to MapTypeConverter. Mohammadreza Taikandi 2021-01-21 16:41:12 +0000
  • dd9254ab74 Initial implementation of TypeConverter. Mohammadreza Taikandi 2021-01-21 08:19:17 +0000
  • ec21abcf0e Add MapProperty attribute. Mohammadreza Taikandi 2021-01-07 08:17:36 +0000
  • e9e44b979a Add TypeConverter interface. Mohammadreza Taikandi 2021-01-06 08:52:50 +0000
  • 8a3bbc095e Put source builders in different files and use IndentedTextWriter instead of StringBuilder. Mohammadreza Taikandi 2021-01-04 10:42:18 +0000
  • f7ff6e4793 Use same access modifier as the declaring class. Mohammadreza Taikandi 2021-01-03 15:44:59 +0000
  • c7d6d3ff27 Add option to set generated methods access modifier. Mohammadreza Taikandi 2021-01-03 15:31:18 +0000
  • 85d47d67c3 Add option to generate xml docs. Mohammadreza Taikandi 2021-01-03 09:26:07 +0000
  • 09d09430ef Add initial support for global configuration. Mohammadreza Taikandi 2020-12-31 10:01:27 +0000
  • f13f8783c3 Add xml docs. Mohammadreza Taikandi 2020-12-27 08:13:21 +0000
  • f7a0e42380 Update readme. Mohammadreza Taikandi 2020-12-27 07:34:27 +0000
  • fe43ae821d Update readme. Mohammadreza Taikandi 2020-12-24 20:28:34 +0000
  • 7b03c7a55e Ignore properties with matching names but different types. Mohammadreza Taikandi 2020-12-24 20:05:52 +0000
  • f1122af3d1 Update code sample. Mohammadreza Taikandi 2020-12-24 12:45:31 +0000
  • dee3e741c4 Add badges. Mohammadreza Taikandi 2020-12-24 12:42:28 +0000
  • c2088c540e Add attribute to exclude a property from mapping. Mohammadreza Taikandi 2020-12-24 10:05:29 +0000
  • f559661357 Fix typo. Mohammadreza Taikandi 2020-12-24 07:55:14 +0000
  • d7e05d2399 Fix build configuration. Mohammadreza Taikandi 2020-12-24 07:38:03 +0000
  • 23cdf35bab Reduce semVer1 padding. Mohammadreza Taikandi 2020-12-24 07:37:28 +0000
  • 6143faaa82 Include git version height in the prerelease tag. Mohammadreza Taikandi 2020-12-24 07:23:11 +0000
  • 214bdaf427
    Update nbgv. Mohammadreza 2020-12-24 06:56:54 +0000
  • 3d52ca3dc4
    Merge pull request #2 from mrtaikandi/mrtaikandi-publish-flow Mohammadreza 2020-12-24 06:47:21 +0000
  • 9197835b31
    Delete old csproj Mohammadreza 2020-12-24 06:43:49 +0000
  • 000136f59d
    Fix file case. Mohammadreza 2020-12-24 06:43:05 +0000
  • 2c3fe008fb
    Create publish-packages.yml Mohammadreza 2020-12-23 09:21:15 +0000
  • da6fb3e589 Report diagnostics error when no matching property found. Mohammadreza Taikandi 2020-12-22 17:35:20 +0000
  • df34907d69 Housekeeping. Mohammadreza Taikandi 2020-12-22 16:37:10 +0000
  • 43b3df7c52
    Update dotnet.yml Mohammadreza 2020-12-22 16:31:24 +0000
  • 1c2ed99a45
    Merge pull request #1 from mrtaikandi/mrtaikandi-patch-1 Mohammadreza 2020-12-22 16:30:05 +0000
  • a46891cb2d
    Update dotnet.yml Mohammadreza 2020-12-22 16:28:05 +0000
  • d1d8355ac7
    Create dotnet.yml Mohammadreza 2020-12-22 16:21:07 +0000
  • f2efb11a8d Add versioning. Mohammadreza Taikandi 2020-12-22 16:13:36 +0000
  • 8ec2830663 Remove redundant using statement in generated code. Mohammadreza Taikandi 2020-12-22 08:28:14 +0000
  • 29f96b670e Add initial readme content. Mohammadreza Taikandi 2020-12-22 08:20:49 +0000
  • 804a0c4eb3 Separated context verification and model creation. Mohammadreza Taikandi 2020-12-22 07:53:46 +0000
  • 2a671a9dd4 Cleanup. Mohammadreza Taikandi 2020-12-21 16:34:53 +0000
  • 3ff1e90fb9 Fix incorrect usings generator + cleanup. Mohammadreza Taikandi 2020-12-21 15:53:44 +0000
  • 4734b8170a Cleanup. Mohammadreza Taikandi 2020-12-21 10:21:27 +0000
  • 1968184e77 Add test console app and fix generator not running during compile time. Mohammadreza Taikandi 2020-12-21 10:20:29 +0000
  • 85099ed080 Add extension method on source type to get the destination type. Mohammadreza Taikandi 2020-12-19 09:53:31 +0000
  • 0327ab41a6 Update model property names to better reflect the source type. Mohammadreza Taikandi 2020-12-19 09:07:35 +0000
  • 450de3dedc Add source type namespace to usings if needed. Mohammadreza Taikandi 2020-12-19 09:05:49 +0000
  • 1f517dd196 Add factory method. Mohammadreza Taikandi 2020-12-19 08:08:19 +0000
  • f607df6312 Generate partial class and assign destination properties based on an attribute. Mohammadreza Taikandi 2020-12-19 07:55:47 +0000