-
Notifications
You must be signed in to change notification settings - Fork 4.6k
.Net: [OpenAPI] Use strongly-typed properties #10898
Copy link
Copy link
Open
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeV2Changes for Semantic Kernel V2Changes for Semantic Kernel V2openapiIssues related to the OpenAPI function importerIssues related to the OpenAPI function importerstaleIssue is stale because it has been open for a while and has no activityIssue is stale because it has been open for a while and has no activity
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeV2Changes for Semantic Kernel V2Changes for Semantic Kernel V2openapiIssues related to the OpenAPI function importerIssues related to the OpenAPI function importerstaleIssue is stale because it has been open for a while and has no activityIssue is stale because it has been open for a while and has no activity
Type
Projects
Status
No status
Context:
Today,
RestAPIOperationRunneruses theException.Datacollection to provide information about the HTTP request method, URL, payload, and options. There were a few PR comments: Comment 1, Comment 2 pointing out that it's better to use strongly typed properties thanException.Data.ToDo
HttpOperationException.RestAPIOperationRunner.