Commit Graph

125 Commits

Author SHA1 Message Date
admilazz
f2e1c4b883 Remove Microsoft.AspNetCore.WebUtilities dependency (#419)
* Remove Microsoft.AspNetCore.WebUtilities dependency

* Fix more query-string handling

* Add unit test

* Merge with master
2020-04-20 09:33:40 -07:00
Andy Kernahan
3e94068d43 Improve Watcher thread utilisation. (#386)
* Add Watcher constructor overload which accepts the more general TextReader.

* Make CancelableStream delegate the async methods to the inner stream.

* Make CancelableStream dispose of the inner stream.

* Make PeekableStreamReader a decorator enabling direct delegation to the inner's asynchronous methods.

* Make CancelableStream.Flush respect the cancellation token.

* Rename CancellationTokenSourceSlim -> LinkedCancellationTokenSource.

* Specify 7.3 language version.
2020-03-31 19:45:27 -07:00
Boshi Lian
40026e40a5 update source link to release (#377) 2020-03-22 21:20:45 -07:00
Boshi Lian
7749ae07c8 revert move fraction internal (#366) 2020-03-10 15:19:37 -07:00
Boshi Lian
435ab5cd15 [breaking changes] cleanup targets (#361)
* remove target xamarin ios and android (supported by netstandard)

* remove 1.4

* build warning cleared

* remove bom

* fix ci failed
2020-03-08 15:57:34 -07:00
Pragya Mehta
e11cc58e56 Upgrade Microsoft.AspNetCore.WebUtilities to 2.2.0 for netstandard2.0 (#358)
* Upgrade Microsoft.AspNetCore.WebUtilities to 2.2.0 for netstandard2.0 and netcoreapp2.1

* Mking the change only for netstandard2.0
2020-02-13 16:50:18 -08:00
Leonardo
fa515869e2 Updated Nerdbank.GitVersioning to 3.0.5 (#350)
The old version had an issue with Mono on MacOSX which caused the build to fail. Now the build flows flawlessly
2020-01-22 16:34:49 -08:00
idubnori
f67aaec566 Fix - Not applied patch if path contains Uppercase (#330)
* Add JsonPatchTests

* Upgrade JsonPatch and Json.net, if netstandard2.0 or netcoreapp2.1
2019-12-05 17:42:49 -08:00
Frederik Carlier
8eb33b3de7 Use YamlDotNet 6.0.0, which is signed by default (#268) 2019-03-22 16:56:08 -07:00
Frederik Carlier
b43dfd1711 Enable SourceLink (#267) 2019-03-22 10:34:52 -07:00
Frederik Carlier
6b12a11786 Add MSBuild leg, for building NuGet package with Xamarin support (#266) 2019-03-22 10:32:50 -07:00
Frederik Carlier
4bcfaeb6dc Make MSBuild.Sdk.Extras private, it is a build-time only dependency. (#258) 2019-03-20 08:50:59 -07:00
Frederik Carlier
a0ab45a8c5 Bump NB.GV package (#257) 2019-03-20 08:49:02 -07:00
Brendan Burns
7e907d7c6f Re-add nerdbank while we setup the azure pipeline... (#255) 2019-03-12 15:18:39 -07:00
Boshi Lian
e0db2ae8bd add az pipepline yaml (#247)
* add az pipepline yaml

* use az pipeline versioning

* build on vsts condition
2019-03-04 16:12:39 -08:00
Pragya Mehta
972699bc71 Bump down Newtonsoft.Json package to 9.0.1 from 10.0.2. Add reference to System.ComponentModel.TypeConverter to fix build. (#230) 2019-01-24 12:16:46 -08:00
Brendan Burns
6bc54a68c4 Rev a couple of versions. (#225) 2018-12-10 22:41:19 -08:00
Brendan Burns
99dc2f7aaf Rev YamlDotNet library. (#211) 2018-10-25 21:25:01 -07:00
Jonathan Harrison
3cee7fbd93 Changes to support xamarin. (#200) 2018-09-09 20:00:45 -07:00
Rohan Nagar
ac99f43c84 Move Fractions library inside project (#194)
* Move Fractions library inside project

* Add README and license
2018-07-16 19:53:35 -07:00
Frederik Carlier
976fee2e0d Generate XML documentation for the KubernetesClient project (#168)
* Generate XML documentation for the KubernetesClient project

* Fix spacing
2018-06-01 11:27:00 -07:00
Frederik Carlier
3785ac3952 Strongly-name the KubernetesClient assembly (#76)
* Add a strong name to the KubernetesClient assembly

* Fix location of the .snk file

* Remove unneeded remove statement
2018-05-04 21:51:31 -07:00
Frederik Carlier
a5a15d7042 Use automatic versioning (#149)
* Use automatic versioning

* Don't do shallow clones
2018-04-30 15:08:09 -07:00
Brendan Burns
eea4c88f8e Rev the version number. (#139) 2018-04-20 12:42:04 -07:00
Adam Friedman
ea62ca00e0 Move projects to subdirectories of /src and /tests (#134)
kubernetes-client/csharp#127
2018-04-04 22:13:45 -07:00