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
CSC : warning AD0001: Analyzer 'SonarAnalyzer.Rules.CSharp.CryptographicKeyShouldNotBeTooShort' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'. [C:\work\C# Libraries\RestSharp\src\RestSharp\RestSharp.csproj::TargetFramework=net5.0]
RestSharp -> C:\work\C# Libraries\RestSharp\src\RestSharp\bin\Debug\net5.0\RestSharp.dll
Sonar: (RestSharp.csproj) Project processed successfully
Repro steps
git clone https://github.com/restsharp/RestSharp.git
git checkout 052357b025da664327747a721a7f978c4c0a124b
cd RestSharp
dotnet sonarscanner begin /k:restsharp /d:sonar.login=token
dotnet build .\RestSharp.sln
dotnet sonarscanner end /d:sonar.login=token
Description
Repro steps
Related information
The text was updated successfully, but these errors were encountered: