Microsoft Graph API - 'Group' is an ambiguous reference between 'Microsoft.Graph.Group' and 'Microsoft.Graph.TermStore.Group'

I get an error when I add graph api as described in MS Graph (Blazor)

'Group' is an ambiguous reference between 'Microsoft.Graph.Group' and 'Microsoft.Graph.TermStore.Group'

Have I done anything wrong or have Microsoft changed something that brakes the MS Graph connection?

Hi @stian3555,

Unfortunately you are right. It seems that Microsoft added new class with the same name in different namespace and our service is generated at the moment with just class names (not fully qualified). We will do our best to provide fix in our next update early next week.

1 Like

Thank you very much :heart:

The latest release solved this problem, I'm very grateful.
But I detected another problem.
When I add a datagrid i get this error:
'FilterMode' is an ambiguous reference between 'Microsoft.Graph.FilterMode' and 'Radzen.FilterMode'

Thanks @stian3555! Fix will be released before the end of this week.

1 Like

It works now after the update! Thank you :blush: