Commit Graph

312 Commits

Author SHA1 Message Date
Nate McMaster 10c4646146
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in bf9fd0d106
2018-11-13 11:24:22 -08:00
Nate McMaster 9671b9d8c3
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in 3b485909eb
2018-11-13 11:21:52 -08:00
Nate McMaster 74d9728e95
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in 218064c300
2018-11-09 12:49:58 -08:00
Alexander Shabunevich bf9fd0d106 Prevent null refs when copying a property with a null value
* Fix aspnet/AspNetCore#3559 Json Patch: System.NullReferenceException while trying to use copy operation from property with null value.

* Fix aspnet/AspNetCore#3559: Missing tests added.
2018-11-08 14:29:34 -08:00
Ryan Nowak 891ae28851 Merge branch 'release/2.2' 2018-10-31 14:24:26 -07:00
Ryan Nowak 3b485909eb Fix aspnet/AspNetCore#3634 2018-10-31 14:12:55 -07:00
ASP.NET CI aeb5c578e7
Update package branding for 2.2 RTM 2018-10-16 12:48:16 -07:00
David 0b76599c31 Improve conformance of replace operations to spec
This ensures that JSON patch "replace" operations are functionally
equivalent to "remove" operations followed by "add" operations at the
same path, as RFC 6902 specifies.

Addresses #110
2018-10-12 19:27:38 -07:00
ASP.NET CI ed49a91b67 Update dependencies.props
[auto-updated: dependencies]
2018-09-30 12:22:27 -07:00
ASP.NET CI e842973c71 Update dependencies.props
[auto-updated: dependencies]
2018-09-30 12:20:58 -07:00
Nate McMaster 26e52ed3c1
automated: merge branch release/2.2 2018-09-28 17:27:32 -07:00
Nate McMaster 05b58f8263
automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:36 -07:00
Eilon Lipton 212465673e
Update LICENSE.txt 2018-09-27 15:44:54 -07:00
ASP.NET CI 2fcf2215d8 Update dependencies.props
[auto-updated: dependencies]
2018-09-23 19:22:14 +00:00
ASP.NET CI a7056ce4e6 Update dependencies.props
[auto-updated: dependencies]
2018-09-23 12:20:22 -07:00
ASP.NET CI 09171963e0 Update dependencies.props
[auto-updated: dependencies]
2018-09-16 19:21:30 +00:00
ASP.NET CI 41614badf9 Update dependencies.props
[auto-updated: dependencies]
2018-09-16 12:19:33 -07:00
ASP.NET CI 6e7a133d77 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:22:30 +00:00
ASP.NET CI 3d0502f947 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:21:00 -07:00
ASP.NET CI 08a0c7fa7d Update dependencies.props
[auto-updated: dependencies]
2018-09-05 23:52:38 +00:00
ASP.NET CI bb31ceee59
Update branding to 2.2.0-preview3 2018-09-05 16:35:05 -07:00
ASP.NET CI 64d1780047 Update dependencies.props
[auto-updated: dependencies]
2018-09-02 19:20:27 +00:00
ASP.NET CI cb569de672 Update dependencies.props
[auto-updated: dependencies]
2018-09-02 12:18:41 -07:00
ASP.NET CI b76ab6743a Update dependencies.props
[auto-updated: dependencies]
2018-08-26 19:20:27 +00:00
ASP.NET CI bd559b7966 Update package branding for 2.2.0-preview2 2018-08-21 13:33:50 -07:00
ASP.NET CI 1c710b905b Update dependencies.props
[auto-updated: dependencies]
2018-08-19 19:20:47 +00:00
ASP.NET CI f3fc41e294 Update dependencies.props
[auto-updated: dependencies]
2018-08-12 20:06:05 +00:00
ASP.NET CI 06d1a535b3 Update dependencies.props
[auto-updated: dependencies]
2018-08-12 19:19:45 +00:00
ASP.NET CI 8100421d2f Update dependencies.props
[auto-updated: dependencies]
2018-08-06 20:42:45 +00:00
ASP.NET CI 9605408ce3 Update dependencies.props
[auto-updated: dependencies]
2018-08-05 19:56:10 +00:00
ASP.NET CI 91188201ee Update dependencies.props
[auto-updated: dependencies]
2018-08-05 19:20:10 +00:00
ASP.NET CI 18661ed6f4 Update dependencies.props
[auto-updated: dependencies]
2018-07-29 20:01:37 +00:00
ASP.NET CI 31249603df Update dependencies.props
[auto-updated: dependencies]
2018-07-29 12:18:03 -07:00
Nate McMaster 254a53ec46
Merge branch release/2.2 2018-07-24 13:20:07 -07:00
Nate McMaster 9ab15a0a77
Merge branch 'release/2.1' into release/2.2 2018-07-24 12:07:21 -07:00
Eilon Lipton 629d985a0c
Update CONTRIBUTING.md 2018-07-24 10:51:33 -07:00
ASP.NET CI afe088a8e8 Update dependencies.props
[auto-updated: dependencies]
2018-07-22 13:04:41 -07:00
ASP.NET CI f47e0f6143 Update dependencies.props
[auto-updated: dependencies]
2018-07-22 12:18:27 -07:00
ASP.NET CI deb4605df3 Update dependencies.props
[auto-updated: dependencies]
2018-07-15 20:03:05 +00:00
ASP.NET CI bf2acb9c96 Update dependencies.props
[auto-updated: dependencies]
2018-07-15 12:19:00 -07:00
Nate McMaster 218064c300
Pin version variables to the ASP.NET Core 2.1.2 baseline
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 11:54:35 -07:00
Nate McMaster 8177229ac8
Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:49:06 -07:00
Nate McMaster 3a16fe8d53
Reverting version from 2.1.2 back to 2.1.1
As a result of changing the way we apply servicing updates to aspnet core, this repo did not need the version bump because there are no planned product changes in this repo.
2018-07-11 15:06:35 -07:00
ASP.NET CI 40dfd77fd0 Update dependencies.props
[auto-updated: dependencies]
2018-07-08 20:00:07 +00:00
ASP.NET CI b34f628412 Update dependencies.props
[auto-updated: dependencies]
2018-07-08 12:19:37 -07:00
ASP.NET CI 37d8328019 Update dependencies.props
[auto-updated: dependencies]
2018-07-03 16:18:33 +00:00
Nate McMaster (automated) a487da3863
[automated] Change default branch to master 2018-07-02 12:40:25 -07:00
Nate McMaster 1a1b34194b
Merge branch 'release/2.2' into dev 2018-06-28 16:53:47 -07:00
Nate McMaster ec8a21cc56
Bumping version from 2.2.0 to 3.0.0 2018-06-28 16:48:53 -07:00
Nate McMaster 2c1b6f9e8d
Update infrastructure for the 2.2 release 2018-06-28 16:20:31 -07:00