typespec icon indicating copy to clipboard operation
typespec copied to clipboard

http-client-java, report TCGC diagnostics

Open weidongxu-microsoft opened this issue 5 months ago • 3 comments

link https://github.com/Azure/typespec-azure/issues/1487

tested with

Union U {
  null;
};

after this PR, we will see

C:/github/typespec/packages/http-client-java/generator/http-client-generator-test/main.tsp:15:7 - error @azure-tools/typespec-client-generator-core/union-null: Cannot have a union containing only null types.
> 15 | union U {
     |       ^

and codegen fails (as this is an error).

weidongxu-microsoft avatar Sep 10 '24 08:09 weidongxu-microsoft