Skip to content

Azure.ClientSdk.Analyzers_0.1.1-dev.20240214.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 14 Feb 19:14
25f60c3
[.NET Analyzers] Fix Template special case (#7683)

* [.NET Analyzers] Fix Template special case

The focus of these changes is to move the template
special case logic from an equality check to a
`StartsWith`, matching the behavior of the other
checks.