You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this following projects fail with the following error if we don't suppress AD0001.
CSC : error AD0001: Analyzer 'Azure.ClientSdk.Analyzers.ClientConstructorAnalyzer' threw an exception of type 'System.InvalidOperationException' with message 'Sequence contains more than one matching element'. [...\autorest.csharp\test\TestProjects\ConvenienceUpdate-TypeSpec\src\ConvenienceInCadl.csproj::TargetFramework=netstandard2.0]
ConvenienceUpdate-TypeSpec
Parameter-TypeSpec
Customization-TypeSpec
The text was updated successfully, but these errors were encountered:
We generate static properties in clients, so there will be a static constructor without any parameters implicitly added, which should not be in the searching scope of a constructor equivalent.
Currently this following projects fail with the following error if we don't suppress AD0001.
ConvenienceUpdate-TypeSpec
Parameter-TypeSpec
Customization-TypeSpec
The text was updated successfully, but these errors were encountered: