This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Handle null value of multi-value-properties#1
Open
felfert wants to merge 157 commits into
Open
Conversation
Handle the null value for multiple value property
Conflicts: DotCMIS/binding/atompub/atompub.cs DotCMIS/client/client-objects.cs
…erializableFieldsRule only
This reverts commit 4a78e0c.
Conflicts: DotCMIS/Properties/AssemblyInfo.cs DotCMIS/binding/atompub/atompub-linkcache.cs DotCMIS/binding/atompub/atompub-parser.cs DotCMIS/binding/atompub/atompub.cs DotCMIS/binding/binding-impl.cs DotCMIS/client/client-objects.cs DotCMIS/enums.cs
Conflicts: DotCMIS/binding/atompub/atompub-parser.cs README
The Stacktrace now includes the sent server response if available This could be very helpful if the server stack trace has also been attached to the HTTP Response
This reverts commit bb79e24. Used a newer API than it is available in configured .Net
The error content wasn't passed to the base exception in all conditions. This is fixed now.
This reverts commit bf6f1b7.
Now CmisConnectionException are thrown if the connection on GET requests is gone. It was a CmisRuntimeException in the past, but is a simple Connection problem which was wrong detected.
Conflicts: DotCMIS/client/client-objectfactory.cs DotCMIS/client/client-objects.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Florian,
A first small contribution from the OpenDataSpace team (greetings from Tom Uhl)
This pull request contains 2 changes:
Cheers
-Fritz