-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Labels
CsharpPull requests that update .net codePull requests that update .net codefixedgeneratorIssues or improvements relater to generation capabilities.Issues or improvements relater to generation capabilities.type:bugA broken experienceA broken experience
Milestone
Description
This may need more investigation, but so far this seems to mainly affect function/actions.
Taking a look at some of the OData functions/generations generated from using this file as input, the following can be observed.
- Class names and constructors may not respect C# guidelines as the class name doesn't match file name itself and looks like a namespace declaration (See hereand here)
- The creation of a
Microsoft\Graphsubfolder may lead to namespace collisions due to theMicrosoftprefix being used together with imports from the abstraction libs (which also start withMicrosoft) - Some functions e.g. Delta end up with parentheses in the folder name and namespace declaration e.g here and here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CsharpPull requests that update .net codePull requests that update .net codefixedgeneratorIssues or improvements relater to generation capabilities.Issues or improvements relater to generation capabilities.type:bugA broken experienceA broken experience