Azure.ClientSdk.Analyzers_0.1.1-dev.20240214.2
Pre-release
Pre-release
[.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.