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
if you have a schema named integer, kiota will generate a model for that in CSharp. The issue is that is conflicts with the type name under System. We already have excluded the shorthands (like int) but it's not enough. @andrueastman would you mind putting together a PR to exclude type names under system please so we don't have conflicts?
The text was updated successfully, but these errors were encountered:
if you have a schema named integer, kiota will generate a model for that in CSharp. The issue is that is conflicts with the type name under System. We already have excluded the shorthands (like int) but it's not enough. @andrueastman would you mind putting together a PR to exclude type names under system please so we don't have conflicts?
The text was updated successfully, but these errors were encountered: