microsoft / typespec

https://typespec.io/
MIT License
4.49k stars 214 forks source link

PropertyProvider initialization #4363

Open JoshLove-msft opened 2 months ago

JoshLove-msft commented 2 months ago

There are currently several different ways to create a PropertyProvider:

We can remove the public ctor that is only used by tests, and internalize the other public ctor.

m-nash commented 1 month ago

possible linked with https://github.com/microsoft/typespec/issues/4338