summaryrefslogtreecommitdiff
path: root/csharp/src/IceBox/ServiceManagerI.cs
Commit message (Collapse)AuthorAge
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Add .NET 5.0 support (#1154)Jose2020-11-18
|
* Use TryGetValue instead of operator [] - Close #666Jose2020-04-21
|
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixed IceBox exception handling, fixes #486Benoit Foucher2019-08-30
|
* Move IceBox.PrintServicesReady output after creation of Admin object.Bernard Normier2019-08-20
| | | Fixes #471
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Removes Ice.Application from IceBox in Java, Java-Compat, and C# (#314)Austin Henriksen2018-12-05
|
* Update copyright year to 2018Jose2018-02-14
|
* Merge remote-tracking branch 'origin/3.7' into netcoreJose2018-02-05
|\
| * Icebox requires at least one service (csharp)(ICE-8307)Bernard Normier2018-01-26
| |
* | Fix build failureJose2017-12-06
| |
* | Fix IceBox ServiceManager to correctly fallback to LoadFromJose2017-12-06
|/ | | | | With .NET Core Assembly.Load doesn't fail with an IOException this was preventing LoadFrom for being try after Load failures
* Remove excessive empty linesJoe George2017-06-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | CSharp cleanup and fixes:Jose2016-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.
* | Fixed (ICE-7443) - Remove mono leftoversJose2016-12-26
| |
* | CSharp AMD mapping updateJose2016-07-22
| |
* | 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