Go to file
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
.github
.vsts-pipelines/builds
build Merge branch 'release/2.2' 2018-10-31 14:24:26 -07:00
src Prevent null refs when copying a property with a null value 2018-11-08 14:29:34 -08:00
test Prevent null refs when copying a property with a null value 2018-11-08 14:29:34 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:36 -07:00
Directory.Build.targets
JsonPatch.sln
LICENSE.txt Update LICENSE.txt 2018-09-27 15:44:54 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-09-30 12:22:27 -07:00
korebuild.json
run.cmd
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:36 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:36 -07:00
version.props Update package branding for 2.2 RTM 2018-10-16 12:48:16 -07:00

README.md

JsonPatch

AppVeyor: AppVeyor

Travis: Travis

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.