summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/retry
Commit message (Collapse)AuthorAge
* Update version to v3.8.0Joe George2021-02-15
|
* Update to MSbuild builder 5.0.6Jose2021-01-18
|
* Update MSBuild builder packageJose2021-01-18
|
* Replace bogus version 3.7.5.2 with 3.7.5.0 in CSharp test projectsJose2020-12-17
|
* Update version to 3.7.5Jose2020-11-30
|
* Add .NET 5.0 support (#1154)Jose2020-11-18
|
* Reverted the lower timeout for the invocation retry test, fix for #859Benoit Foucher2020-05-20
|
* Bumped sleep time and decreased timeout, fixes #850v3.7.4Benoit Foucher2020-05-15
|
* Update version to 3.7.4Jose2020-04-20
|
* Update C# version to 3.7.3.2Jose2020-03-27
|
* Udpated C# .NET Framework projects to use 3.7.3.1Benoit Foucher2020-03-11
|
* Updated PackageReference to use 3.7.3.1 C# Nuget packageBenoit Foucher2020-03-11
|
* Fixed C# projects to set UseAppHost only with netcoreapp3.1Benoit Foucher2020-03-10
|
* Fixed C# exe projects to set <UseAppHost>true</UseAppHost> which is now ↵Benoit Foucher2020-03-09
| | | | disabled by default on macOS/Catalina
* Don't retry invocations on fixed proxies, fixes #671Benoit Foucher2020-02-20
|
* Another fix for the Ice/retry testBenoit Foucher2019-09-23
|
* Fixed warnings from Ice/retry test, fixes #539Benoit Foucher2019-09-23
|
* Fixed #542, adjusted timeouts to reduce chances of failuresBenoit Foucher2019-09-23
|
* Fixed Ice/retry test timingBenoit Foucher2019-09-04
|
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* Copyright header simplicationJose2019-01-19
|
* Support building .NET applications with different Target frameworksJose2018-12-21
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update version to 3.7.2Jose2018-11-17
|
* Update version to 3.7.2Jose2018-11-14
|
* 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
|
* Fixed tests to target netcoreapp2.1 to ensure latest 2.1 runtime is usedBenoit Foucher2018-07-20
|
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Remove dependency on Visual Studio Extension for C# buildsJose2018-05-10
| | | | Closes #84
* Update .NET packages versionJose2018-04-11
|
* Update Visual Studio projects to MSBuild builder 5.0.4Jose2018-04-06
|
* Update copyright year to 2018Jose2018-02-14
|
* Update MSBuild project to use 5.0.3 zeroc.icebuilder.msbuild packagev3.7.1-netcore-beta1Jose2018-02-12
|
* Use version 3.7.1-beta1 with CSharp packagesJose2018-02-12
|
* Update msbuild projects to use 5.0.2 builderJose2018-02-08
|
* Merge remote-tracking branch 'origin/netcore' into 3.7Jose2018-02-08
|\
| * 3.7.1 version updatesJose2017-12-14
| |
| * Merge remote-tracking branch 'origin/3.7' into netcoreJose2017-12-14
| |\
| * | Rework C# project structureJose2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | - .NET 4.5 projects go to msbuild\net45 - .NET Standard 2.0 projects go to msbuild\netstandard2.0 - .NET Standard projects can be build for different target frameworks the default is .NET Core 2.0 but this can be override setting IceTestsFramworks MSBuild property
| * | Support to build and run .NET Core test suite with the NuGet packagesJose2017-12-01
| | |
| * | Add .NET Core build supportJose2017-11-29
| | |
* | | Remove bogus 5.0.0 package importsJose2018-02-06
| | |
* | | Updates for Ice Builder 5.xJose2018-02-05
| |/ |/|
* | Update version to v3.7.1Jose2017-12-14
|/
* Update assembley strog name public key tokenJose2017-06-13
|
* Fixed (ICE-8005) - CSharp tests should generate PDBsJose2017-06-09
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.