question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Since I’ve upgraded to version 1.1.0 I’ve been getting warnings like this on VS2017:

"Solution.sln" (Restore;Rebuild;Pack target) (1) ->
"Project.csproj" (Rebuild target) (7:15) ->
"Project.csproj" (Build target) (7:25) ->
 CSC : warning AD0001: Analyzer 'CodeCracker.CSharp.Refactoring.PropertyChangedEventArgsUnnecessaryAllocationAnalyzer' threw an exception of type 'System.InvalidCastException' with message 'Unable to cast object of type 'Microsoft.CodeAnalysis.CSharp.Syntax.GenericNameSyntax' to type 'Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax'.'. [Project.csproj]


Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sviatoslav-vilkovychcommented, Aug 30, 2019

Sorry for mentioning you again, @giggio . But it passed more than a year since v1.1.0. Is there are not enough changes for a new release?

1reaction
carloscdscommented, Jul 11, 2019

@giggio Can you generate a new release?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Warning AD0001 Analyzer 'Microsoft.CodeAnalysis. ...
It indicates that some analyzer (either built-in or a 3rd party one) hit an exception while executing. The analyzer for the issue being ......
Read more >
VS 2019 - seeing many warnings AD0001 from Microsoft. ...
I get this exact warning many time in the Error List pane in VS 2019 (v16.4.2). How can i resolve the warnings ?...
Read more >
warning AD0001: Analyzer 'Microsoft.CodeAnalysis. ...
Warning AD0001 Analyzer 'Microsoft.NetCore.Analyzers.Data.ReviewSqlQueriesForSecurityVulnerabilities' threw an exception of type 'System.NullReferenceException' ...
Read more >
Error AD0001 Analyzer 'SonarAnalyzer.Rules.CSharp ...
SonarQube 9.5 SonarLint 6.6.0 Visual Studio 17.2.2 The Errors and Warnings window for my AspNetCore 3.1 app is showing the analyzer crashed: ...
Read more >
Getting a AD0001 Error from Visual Studio 2019 with ...
Any other usage of the Implict Object Creator, causes this error to arise. If there are parameters in the constructor, or if implicit...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found