Releases: DigDes/SoapCore
Releases · DigDes/SoapCore
v1.2.1.12
What's Changed
- Fix SA1505: Opening braces should not be followed by blank line by @xtqqczze in #1159
- Fix CA1304: Specify CultureInfo by @xtqqczze in #1158
- Bug fix/race condition in get soap action by @erossignon in #1167
- Fix SA1127: Generic type constraints should be on their own line by @xtqqczze in #1164
- Fix SA1208: Using directive ordering by @xtqqczze in #1162
New Contributors
- @erossignon made their first contribution in #1167
Full Changelog: v1.2.1.11...v1.2.1.12
v1.2.1.11
v1.2.1.10
What's Changed
- Add namespace override support to soap 1.1 faults by @staal in #1145
- fixed generic type serialization in GetSerializedTypeName by @xeeqqw in #1155
New Contributors
Full Changelog: v1.2.1.9...v1.2.1.10
v1.2.1.9
What's Changed
- Fix handling of trailing slash in remainingPath by @danghyan in #1141
- Fixed matching URL path to service type in Extensibility.AuthorizeOperationMessageProcessor by @SerbanApostol in #1140
- Fix: "A concurrent update was performed on this collection and corrupted its state." by @JonRobidus in #1146
New Contributors
- @danghyan made their first contribution in #1141
- @JonRobidus made their first contribution in #1146
Full Changelog: v1.2.1.8...v1.2.1.9
v1.2.1.8
What's Changed
- added cancellation to readmessage by @andersjonsson in #1137
Full Changelog: v1.2.1.7...v1.2.1.8
v1.2.1.7
What's Changed
- Fix onwritebodycontents by @andersjonsson in #1139
Full Changelog: v1.2.1.6...v1.2.1.7
v1.2.1.6
What's Changed
- ReadElementContentAs... would return 0 on the second call, even if th… by @andersjonsson in #1136
Full Changelog: v1.2.1.5...v1.2.1.6
v1.2.1.5
What's Changed
- Fixed bug where I changed the stream position instead of passing inde… by @andersjonsson in #1134
Full Changelog: v1.2.1.4...v1.2.1.5
v1.2.1.4
What's Changed
- set _binaryStream.Position to index, to allow skipping of bytes by @andersjonsson in #1130
- Async readmessage by @andersjonsson in #1132
Full Changelog: v1.2.1.3...v1.2.1.4
v1.2.1.3
What's Changed
- cache DataContractSerializer the same way that XmlSerializer is cached by @andersjonsson in #1126
- fixed an error with reading Base64-encoded data and added a test by @andersjonsson in #1129
Full Changelog: v1.2.1.2...v1.2.1.3