MSGraph-SDK-Code-Generator icon indicating copy to clipboard operation
MSGraph-SDK-Code-Generator copied to clipboard

MSGraph SDK Code Generator

Results 55 MSGraph-SDK-Code-Generator issues
Sort by recently updated
recently updated
newest added

e.g. mailboxsettings and https://graph.microsoft.com/beta/print/printers/{id}/jobs/{id}/configuration Currently we don't know when this is possible and instead of generating RequestBuilders for every structural property we don't generate any. We should use a capability...

References #261 [AB#7095](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7095)

promote

typewriter has command line options that require other options to be set as well. We should check that we are using the correct dependent variables. [AB#7109](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7109)

promote

Parameters named with the name of a c# keyword are prepended with `@` to both the parameter name in the cstor and the XML comments. It shouldn't be in the...

bug
promote

We are generating duplicate checks for response headers and status codes for PATCH scenarios. ```csharp public async System.Threading.Tasks.Task UpdateAsync(User userToUpdate, CancellationToken cancellationToken) { if (userToUpdate.AdditionalData != null) { if (userToUpdate.AdditionalData.ContainsKey(Constants.HttpPropertyNames.ResponseHeaders)...

bug
promote

Annotation: ```xml ``` Expected code comment: ```cs /// /// Gets or sets the list of for this application. /// [JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "calls", Required = Newtonsoft.Json.Required.Default)] public ICloudCommunicationsCallsCollectionPage...

promote

This should make it easier for customers to discover that our client throws a ServiceException in response to issues with the service. [AB#7104](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7104)

promote

https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/426 [AB#7103](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7103)

promote

https://github.com/oasis-tcs/odata-vocabularies/blob/master/vocabularies/Org.OData.Core.V1.xml#L433 Expose all of the odata vocabulary on the appropriate OdcmModel to make it available to the template and template processors. - [ ] support permissions - [ ] support...

promote

[AB#7101](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7101)

promote