' Options: 'Date: 2024-05-08 11:21:27 'Version: 6.111 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://test.servicestack.net ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: HelloInterface.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.IO Imports Test.ServiceModel Namespace Global Namespace Test.ServiceModel Public Partial Class EmptyClass End Class Public Partial Class HelloInterface Public Overridable Property Poco As IPoco Public Overridable Property EmptyInterface As IEmptyInterface Public Overridable Property EmptyClass As EmptyClass End Class Public Interface IEmptyInterface End Interface Public Interface IPoco Property Name As String End Interface End Namespace End Namespace