-
Notifications
You must be signed in to change notification settings - Fork 252
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
UserSimulationDetailsCollectionResponse missing after 5.27.0-preview #2524
Comments
Thanks for raising this @cammurray Any chance you can confirm if you are using the beta SDK? If so, is this still an issue with the latest 5.75.0-preview? |
Hey @andrueastman Yep, i'm using the beta SDK and the issue definitely exists on the latest 5.75-0-preview. |
This is caused by missing metadata is missing the required path for the model to be generated. Related to metadata issue at microsoftgraph/msgraph-metadata#531 |
I have a very similar issue since around 5.48 using PageIterator with UserCollectionResponse, wonder if this is the same issue? Not an issue if I don't have trimming enabled. |
I believe this would be a different issue as the issue here is that the model is not generated in the source due to the input metadata missing it. UserCollectionResponse model however exists in the source at msgraph-sdk-dotnet/src/Microsoft.Graph/Generated/Models/UserCollectionResponse.cs Line 10 in 3c7d00e
Any chance you can create a separate issue outlining the issue you are facing? |
Yes I can, although just realised it's using .Net 7 so I need to upgrade it, may be why it's not working? |
Describe the bug
The UserSimulationDetailsCollectionResponse class is missing in the C# library after 5.27.0-preview (5.27.0-preview is the last version that the class exists). This means that you cannot page UserSimulationDetails objects anymore.
Expected behavior
UserSimulationDetailsCollectionResponse should exist to enable paging UserSimulationDetails objects.
How to reproduce
This code works in 5.27.0-preview, but won't work after.
SDK Version
5.28.0
Latest version known to work for scenario above?
5.27.0
Known Workarounds
Dumped the class out of the 5.27.0 library and make a local copy of it.
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: