issues Search Results · repo:microsoft/typespec language:Java
Filter by
3k results
(65 ms)3k results
inmicrosoft/typespec (press backspace or delete to remove)This file has very few options and we can instead just pass the options via command line arguments in the call to MTG in
the emitter.
emitter:client:csharp
JoshLove-msft
- 1
- Opened yesterday
- #7871
It s possible to define a client in a separate namespace from the service verison, e.g.
https://github.com/Azure/typespec-azure/blob/main/packages/azure-http-specs/specs/azure/example/basic/client.tsp#L16-L19 ...
emitter:client:csharp
JoshLove-msft
- Opened yesterday
- #7869
Now packaging files created by codegen doesn t meet all requirements of SDK repo for ARM SDK. Here are some gaps:
- https://github.com/Azure/azure-sdk-for-python/blob/fb1ac9e0c78a268ee014e651f1b9cd8cffc42a7d/tools/azure-sdk-tools/packaging_tools/templates/packaging_files/README.md ...
emitter:client:python
feature
msyyc
- Opened yesterday
- #7868
Once https://github.com/Azure/azure-sdk-for-net/pull/51113 ships, we should integrate the UserAgentPolicy into generated
libraries. We should add an option so that users can opt out of it, but this can ...
emitter:client:csharp
JoshLove-msft
- Opened yesterday
- #7863
Not sure what is causing it but reverting to 24.3 fix the issue.
No nodejs/node issues or pnpm issues filed yet
eng
timotheeguerin
- Opened yesterday
- #7861
We do give an error if there is no @pageItems describing where the paging items are but not if there is no paging
information at all like this [playground](https://typespec.io/playground/?e=%40typespec%2Fopenapi3 ...
needs-area
timotheeguerin
- Opened yesterday
- #7859
Problem
When using @discriminated with a union in TypeSpec, the OpenAPI emitter always generates oneOf:
@discriminated(#{envelope: none })
union Foo {
a: Bar;
b: Bar;
}
This emits:
Foo:
type: ...
needs-area
Kludgy4
- 2
- Opened 2 days ago
- #7857
Describe the bug
We see this for KV
https://github.com/Azure/typespec-rust/blob/empty-path-params/packages/typespec-rust/test/tsp/Security.KeyVault.Secrests/routes.tsp#L104-L127
Here, the style is path ...
bug
needs-area
jhendrixMSFT
- 1
- Opened 2 days ago
- #7848
The auth decorator can be applied to interfaces and even operations. Currently the C# emitter will just ignore these. We
should design how this type of auth should work. For subclients, presumably the ...
emitter:client:csharp
JoshLove-msft
- 1
- Opened 3 days ago
- #7845
import @typespec/json-schema ;
@JsonSchema.jsonSchema
model Test {
a: string;
nested: {
b: string;
parent?: Test.nested::type;
};
}
[Playground Link](https://typespec.io/playground/?e=%40typespec%2Fjson-schema ...
bug
needs-area
timotheeguerin
- Opened 3 days ago
- #7844

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.