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

- fixes a bug where multiple allOf entries type would not get merged if they were part of a discriminator #4381

Merged
merged 17 commits into from
May 14, 2024

Conversation

baywet
Copy link
Member

@baywet baywet commented Mar 21, 2024

fixes #4325
fixes #4346
fixes #4074
fixes #4428

Copy link

sonarcloud bot commented Mar 21, 2024

@baywet baywet force-pushed the feature/intersection-types branch 3 times, most recently from 98cf129 to 127d16d Compare May 7, 2024 17:28
@baywet baywet force-pushed the feature/intersection-types branch from 6a545fd to 4426166 Compare May 10, 2024 14:39
@baywet baywet marked this pull request as ready for review May 10, 2024 17:29
@baywet baywet requested a review from a team as a code owner May 10, 2024 17:29
@baywet baywet marked this pull request as draft May 10, 2024 18:11
@baywet
Copy link
Member Author

baywet commented May 10, 2024

smoke generation reveals a new problem with inheritance https://microsoftgraph.visualstudio.com/Graph%20Developer%20Experiences/_build/results?buildId=148044&view=logs&j=0c914960-8b50-5299-c9aa-dd3c9595168e&t=3b0ef9b7-0b0d-5874-6c1c-de7c5a8ae365

bisect would indicate the problem was introduced with 6c2be72

More investigation required

baywet added 14 commits May 13, 2024 15:01
…ld not be considered as inheritance case

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…type

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
@baywet baywet force-pushed the feature/intersection-types branch from e0a7f92 to 0e39159 Compare May 13, 2024 19:02
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
@baywet baywet marked this pull request as ready for review May 13, 2024 19:14
@baywet
Copy link
Member Author

baywet commented May 13, 2024

Test generation running at, https://microsoftgraph.visualstudio.com/Graph%20Developer%20Experiences/_build/results?buildId=148369&view=results
But local runs demonstrate the impact on inheritance has been fixed with the latest changes
image

@andrueastman
Copy link
Member

andrueastman commented May 14, 2024

This also looks to be fixing #4428 (updated the description)

src/Kiota.Builder/KiotaBuilder.cs Outdated Show resolved Hide resolved
src/Kiota.Builder/KiotaBuilder.cs Outdated Show resolved Hide resolved
src/Kiota.Builder/KiotaBuilder.cs Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
Co-authored-by: Andrew Omondi <andrueastman@users.noreply.github.com>
@baywet baywet requested a review from andrueastman May 14, 2024 12:11
@baywet
Copy link
Member Author

baywet commented May 14, 2024

Last smoke test confirms no impact to inheritance microsoftgraph/msgraph-sdk-dotnet#2484

@baywet baywet enabled auto-merge May 14, 2024 13:00
Copy link

sonarcloud bot commented May 14, 2024

auto-merge was automatically disabled May 14, 2024 16:16

Pull Request is not mergeable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
2 participants