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

bugfix/raw collections #480

Merged
merged 12 commits into from
Aug 13, 2021
Merged

bugfix/raw collections #480

merged 12 commits into from
Aug 13, 2021

Conversation

baywet
Copy link
Member

@baywet baywet commented Aug 12, 2021

  • fixes a bug where sending collections of objects would not be supported in CSharp
  • fixes a bug in CSharp were primitive types would map to the wrong http core method
  • adds an overload for collections in dotnet httpcore
  • fixes a bug in dotnet generation where raw collections would not be mapped properly
  • fixes a bug in java where raw collections requests would not be supported
  • fixes a bug for typescript where raw collections would not be supported
  • fixes a bug where body types would not be imported
  • fixes support for raw collections in ruby

fixes #467

Generation diff

microsoft/kiota-samples#212

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

85.1% 85.1% Coverage
0.0% 0.0% Duplication

@baywet baywet disabled auto-merge August 13, 2021 11:57
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.

add support for non-wrapped collections responses
2 participants