This is the blog content
41 | 42 | ""> 43 | publishedDate @2020-12-06T13:53:00@ 44 | author { 45 | username "paulmooreparks" 46 | email "paul@parkscomputing.com" 47 | fullname "Paul Moore Parks" 48 | age 54 49 | location "Singapore" 50 | interests ["guitar" "running" "weightlifting"] 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /ParksComputing.Xfer.Lang/ContractResolvers/IContractResolver.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using System.Reflection; 7 | 8 | namespace ParksComputing.Xfer.Lang.ContractResolvers { 9 | ///