- Updated Nuget packages for source analyzers and test project.
- Updated Nuget packages for test project.
- Added source analyzers.
- Changed project from using to using for compatibility with new internal packaging script.
- Tidied up initialization code.
- Updated Nuget packages for test project.
- Updated the year on the copyright messages.
- Added source analyzers and tidied up source code (including refactoring
namespacestatements to use the new style).
- Tidied up default serializer type handling.
- Removed dependency on Newtonsoft Json.Net in DefaultSerializer and replaced it with System.Text.Json.
- Tidied up the broken pipe exception trapping code.
- Updated Test Adapter and Test Framework Nuget packages.
- Simplified the
ReceivedEventArgsclass. Replaced theGetValuemethod with a propertyValueand removed theGetValue<T>. Useas Tor similar to castValueto the required type.
- Upgraded to .Net 6 and fixed timing issue which caused the
TestSendExternalClientBrokenPipeAsynctest to fail under some circumstances.
- Initial release.