Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates master #1210

Merged
merged 24 commits into from
Apr 11, 2023
Merged

updates master #1210

merged 24 commits into from
Apr 11, 2023

Conversation

baywet
Copy link
Member

@baywet baywet commented Apr 11, 2023

  • Add unit test to break copy constructors
  • Remove commented code
  • Adds a dictionary clone helper to help us deep clone all the values of the key value pairs in a dictionary
  • Add test suite; update public API
  • Use DictionaryCloneHelper
  • Updates XML summary
  • Use DictionaryCloneHelper cloning method for all dictionary copies
  • Add test case for content media type
  • Update public API
  • Use DictionaryCloneHelper.Clone() method
  • Clean up dictionary cloning logic
  • Clean up code
  • Revert "Clean up dictionary cloning logic "
  • Code cleanup
  • Address PR feedback
  • Update src/Microsoft.OpenApi/Helpers/DictionaryCloneHelper.cs
  • Add null propagation
  • Push uncommitted code and clean up code
  • Clean up public API surface
    • makes Path of OpenApiUrlTreeNode Writeable
  • Bump Verify.Xunit from 19.12.0 to 19.12.1

irvinesunday and others added 24 commits March 28, 2023 13:03
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 19.12.0 to 19.12.1.
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@19.12.0...19.12.1)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…-19.12.1

Bump Verify.Xunit from 19.12.0 to 19.12.1
Fix Deep copying of objects implementing the dictionary type using copy constructors
- makes Path of OpenApiUrlTreeNode Writeable
@baywet baywet self-assigned this Apr 11, 2023
@baywet baywet enabled auto-merge April 11, 2023 12:14
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

1.1% 1.1% Coverage
0.0% 0.0% Duplication

@baywet baywet merged commit 14ec838 into master Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants