Skip to content

Commit

Permalink
Handle multipart operations in c-sharp service emitter (#5417)
Browse files Browse the repository at this point in the history
Also
- fix problem with unnamed model instantiations
- remove content-type headers from operations
  • Loading branch information
markcowl authored Dec 21, 2024
1 parent fa488db commit ac41d8a
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 55 deletions.
8 changes: 8 additions & 0 deletions .chronus/changes/multipart-01-2024-11-20-1-16-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: fix
packages:
- "@typespec/http-server-csharp"
---

Handle multipart operations in c-sharp service emitter
Loading

0 comments on commit ac41d8a

Please sign in to comment.