You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit 448af8f (which is the first of this pull request) I see a lot of warnings about discriminator not being inherited when generating my client. For example:
Discriminator SObjectRootInfo is not inherited from SObjectRootInfo.
The generated code is identical, only the warnings are new.
This problem can be reproduced by debugging the AddsDiscriminatorMappingsAllOfImplicit test and setting a breakpoint on logger.LogWarning("Discriminator {ComponentKey} is not inherited from {ClassName}.", componentKey, baseClass.Name); in the KiotaBuilder.cs file.
Since commit 448af8f (which is the first of this pull request) I see a lot of warnings about discriminator not being inherited when generating my client. For example:
The generated code is identical, only the warnings are new.
This problem can be reproduced by debugging the
AddsDiscriminatorMappingsAllOfImplicit
test and setting a breakpoint onlogger.LogWarning("Discriminator {ComponentKey} is not inherited from {ClassName}.", componentKey, baseClass.Name);
in the KiotaBuilder.cs file.Originally posted by @0xced in #4723 (comment)
The text was updated successfully, but these errors were encountered: