-
### Clear and concise description of the problem
As we start implementing "namespace is namespace" in our language emitters, TCGC plays an important role in helping emitters get the information they …
-
### Log message
```text
Device matches avatto_me81_thermostat with quality of 87%. DPS: {"updated_at": 1727934269.8864226, "1": true, "2": "manual", "16": 300, "19": 400, "24": 290, "26": 100, "27…
-
This tracks the work to determine whether the current error models and exceptions in Azure.Core are sufficient to meet this requirement. We will need to do more to understand the requirement in order…
-
### What happened?
When executing the following code on the server on the latest server build 8439/windows the following output/error is being generated:
Code:
```cs
namespace server
{
p…
-
-
How can I write TypeSpec to produce an Operation in OpenAPI 3 that has a request body with multiple content types?
As an example, what I want is:
```
paths:
/widgets:
post:
tags:…
-
PR added support for node.js package exports entry we should upgrade our packages to use that https://github.com/microsoft/typespec/pull/4606
Additionally the library linter should be updated to di…
-
Recently we started to get test failures on CI for a test case that had no problems in months. It sounds like some recent change introduced a significant overhead leading to long runtimes. Here is one…
-
In Autorest, Usage determines if a property has a setter or for collections, if it is generated as IReadOnlyList/IReadOnlyDictionary. Currently, in MGC, we only use the readonly decorator. If we were …
-
Example:
TSP:
```ts
@route("upload/{name}")
@post
uploadFile(
@path name: string,
@header contentType: "multipart/form-data",
file_data: bytes,
// this field should …