summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/interceptor/Client.cs
Commit message (Collapse)AuthorAge
* Fixed non-thread safe AMD dispatch, fixes #448 (#449)Benoit Foucher2019-07-18
| | | | | | | The caching of the output stream which was added back to solve #414 made the dispatch of AMD requests non thread-safe if a dispatch interceptor was installed and if the interceptor retried the dispatch. Multiple continuation could run concurrently and eventually re-use the cached output stream to marshal multiple responses.
* Fixed dispatch interceptor test threading issue, fixes #446Benoit Foucher2019-07-16
|
* Fixed dispatcher interceptor bug #435Benoit Foucher2019-07-11
|
* Copyright header simplicationJose2019-01-19
|
* Simplify C# ControllerHelper interfaceJose2018-12-20
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed Xamarin iOS test failure with IPv6Benoit Foucher2018-11-23
|
* Rework cs:namespace implementation (fix issue #239) (#249)Bernard Normier2018-10-18
| | | | | | | | | | | | * Rework the cs:namespace implementation No longer rely on Ice.Packages. Fixes #239. * Renamed Ice/packagemd to Ice/namespacemd (C#) * Removed Ice.Package property from C# tests * Switched to get-only attribute, fixed Xamarin test
* Xamarin testsuiteJose2018-07-20
|
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Update copyright year to 2018Jose2018-02-14
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* | CSharp mapping cleanupJose2016-05-11
|/ | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection
* Update copyright headersJoe George2016-03-01
|
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp