Skip to content

.Net: Sets serialization depth to 128#4993

Merged
markwallace-microsoft merged 1 commit intomicrosoft:mainfrom
zengin:zengin/json-depth-fix
Feb 13, 2024
Merged

.Net: Sets serialization depth to 128#4993
markwallace-microsoft merged 1 commit intomicrosoft:mainfrom
zengin:zengin/json-depth-fix

Conversation

@zengin
Copy link
Contributor

@zengin zengin commented Feb 13, 2024

Motivation and Context

-fixes #4991

Description

  • Sets the serialization depth to 128
  • Changes can be tested on the branch linked in the issue description.

Contribution Checklist

@shawncal shawncal added .NET Issue or Pull requests regarding .NET code kernel.core labels Feb 13, 2024
@github-actions github-actions bot changed the title Sets serialization depth to 128 .Net: Sets serialization depth to 128 Feb 13, 2024
@zengin zengin marked this pull request as ready for review February 13, 2024 07:36
@zengin zengin requested a review from a team as a code owner February 13, 2024 07:36
@SergeyMenshykh SergeyMenshykh added this pull request to the merge queue Feb 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 13, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Feb 13, 2024
Merged via the queue into microsoft:main with commit 0ce7a59 Feb 13, 2024
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
### Motivation and Context

-fixes microsoft#4991

### Description

- Sets the serialization depth to 128
- Changes can be tested on the branch linked in the issue description.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
Bryan-Roe pushed a commit to Bryan-Roe-ai/semantic-kernel that referenced this pull request Oct 6, 2024
### Motivation and Context

-fixes microsoft#4991

### Description

- Sets the serialization depth to 128
- Changes can be tested on the branch linked in the issue description.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kernel.core .NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.Net: OpenApi function generation hits JSON serialization error for deep structures

5 participants