Releases: DigDes/SoapCore
1.0.0.0-alpha1
- Buffer limits options
- MesasgeBodyHeader WSDL fix
1.0.0.0-alpha
- Better .NET Core 3.0 support
- Support MessageHeader\MessageBody attributes
- Drop .NET 4.x support
0.9.9.8-beta
Add support for circular references in datacontract objects #303
Fix null issue when there is a namespace on DataContractAttribute for a request argument #305
XmlSerializer: Implement MessageContract(IsWrapped=false) for return results #310
Improve support for DataMember and EnumMember attributes #312
Handle nullable enums #314
Thanks to every contributor!
0.9.9.8-alpha
0.9.9.7-alpha
0.9.9.6
Improvements of XmlSerializer support and WCF WSDL generation, bug fixes.
https://www.nuget.org/packages/SoapCore/0.9.9.6
0.9.9.6-alpha
Alpha release with improvements of XmlSerializer support and WCF WSDL generation.
0.9.9.5
#176 DataTable
#208 Added WCF metadata support for soapfaults
#209 Add support for serializing extension types
#213 Add support for DataMember attribute names, this includes ordering
#214 fix
#217 Added TimeSpan to ResolveType
#220 Allow HttpContext consumption
#221 Feature/trailing path
#225 Add nullable enum check on WSDL creation
#232 Support complex types with inheritance from different namespace
#234 Allow bindings with multiple Message Encodings
And other fixes for better WCF WSDL generation.
0.9.9.4
SoapCore 0.9.9.4 numerous bug fixes:
#203 Byte[] type not handled correctly in WSDL
#202 Custom response type generated once for each appearance in Service Contract
#195 0.9.9.3 change of datacontract namespace not working
#189 0.9.9.3 breaks WSDL for enums
#199 WSDL attribute “nillable” generate twice