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

removes json assumption for request body #170

Merged
merged 13 commits into from
May 26, 2021
Merged

Conversation

baywet
Copy link
Member

@baywet baywet commented May 21, 2021

  • updates generation to remove the json assumption from request body
  • updates abstration library to remove the json assumption
  • updates changelog
  • updates samples reference
  • fixes a bu g where dotnet abstractions would not build because of missing keyword
  • fixes a bug where collections of primitive values would not have the proper type
  • updates samples reference
  • fixes a bug where a comma would be missing in java gen
  • fixes a bug in java gen where importing the same symbol as the current class would make result fail
  • updates sample reference

fixes #136

Generation diff

microsoft/kiota-samples#19

@baywet baywet added this to the Alpha milestone May 21, 2021
@baywet baywet self-assigned this May 21, 2021
Base automatically changed from feature/expand-coverage to main May 25, 2021 18:53
@baywet baywet enabled auto-merge May 25, 2021 18:58
@baywet baywet force-pushed the feature/json-assumption branch from cadf41a to 91ee106 Compare May 25, 2021 19:07
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

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

95.2% 95.2% Coverage
0.0% 0.0% Duplication

@baywet baywet merged commit fe82f34 into main May 26, 2021
@baywet baywet deleted the feature/json-assumption branch May 26, 2021 01:30
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.

remove json assumption from the request info and make the set content method generic
2 participants