Skip to content

Azure.ClientSdk.Analyzers_0.1.1-dev.20231107.2

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 08 Nov 08:00
35c2a19
fix(.net analyzer): ignore property bag with `Options` suffix (#7250)

* fix(.net analyzer): ignore property bag with `Options` suffix

- change `GenerlSuffixAnalyzer` to ignore model classes with `Options` suffix if there is no serialization
- add test cases

fix #7247

* remov check on public serialization

---------

Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com>