Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add .NET 5.0 support (#1154) | Jose | 2020-11-18 |
| | |||
* | Fix C# OutputStream FormatType initialization - Close #662 | Jose | 2020-04-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | CSharp cleanup and fixes: | Jose | 2016-12-29 |
| | | | | | | | | | | | | | | - Add EditorBrowsable(EditorBrowsableState.Never) to hidde internal public methods from Intellisense, see ICE-7448. - Remove Base64 and replace it with .NET System.Convert see ICE-7477 - Remove SysLogger as that was only used by Mono - Simplify ThreadPriority setting - Remove using statements that are not required - Normalize string, char, object spell, preferred over String, Char, Object - Shorthen qualifier names avoiding redundant scopes. | ||
* | Resync stream API for generated structs/enums in Java and C# | Bernard Normier | 2016-11-17 |
| | |||
* | Replaced all double-underscores in C# | Bernard Normier | 2016-11-10 |
| | |||
* | Revert "Replaced double underscores in C# mapping by ice-prefix names" | Bernard Normier | 2016-11-05 |
| | | | | This reverts commit c693f916141772b82da44d0ef90f64602a69d3ec. | ||
* | Replaced double underscores in C# mapping by ice-prefix names | Bernard Normier | 2016-11-03 |
| | |||
* | C# mapping changes | Benoit Foucher | 2016-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 | ||
* | CShasp Ice.Value mapping | Jose | 2016-07-28 |
| | |||
* | cleaning up stream API in C# | Mark Spruiell | 2016-05-11 |
| | |||
* | CSharp mapping cleanup | Jose | 2016-05-11 |
| | | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection | ||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6861 - C# stream changes | Mark Spruiell | 2016-02-18 |