Skip to content
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

5.56.0 breaks ExternalConnectors.DisplayTemplate.Layout with UntypedNode #2652

Open
jasonjoh opened this issue Sep 3, 2024 · 0 comments
Open
Labels
P1 type:bug A broken experience

Comments

@jasonjoh
Copy link
Member

jasonjoh commented Sep 3, 2024

Describe the bug

Code that worked and compiled fine before to set a display template on an ExternalConnection now gives the error:

C:\Source\Repos\msgraph-sample-github-connector-dotnet\src\Services\SearchConnectorService.cs(154,29): error CS0117: 'UntypedNode' does not contain a definition for 'AdditionalData' [C:\Source\Re
pos\msgraph-sample-github-connector-dotnet\src\GitHubConnector.csproj]

Expected behavior

Code should continue to compile and work.

How to reproduce

Sample that repros error: https://github.com/microsoftgraph/msgraph-sample-github-connector-dotnet

Relevant line: https://github.com/microsoftgraph/msgraph-sample-github-connector-dotnet/blob/20d80700de852245edb16c44a73cb2ed53d436b8/src/Services/SearchConnectorService.cs#L154

SDK Version

5.56.0

Latest version known to work for scenario above?

5.55.0

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

2 participants