-
Notifications
You must be signed in to change notification settings - Fork 43
Issues: SergeyTeplyakov/ErrorProne.NET
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
CSC : warning AD0001: Analyzer 'ErrorProne.NET.StructAnalyzers.MakeStructReadOnlyAnalyzer' threw an exception of type 'System.InvalidCastException' with message 'Unable to cast object of type 'Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax' to type 'Microsoft.CodeAnalysis.CSharp.Syntax.BasePropertyDeclarationSyntax'.'.
#285
opened Jul 5, 2024 by
dazerdude
Analyzer throws an exception with message 'Syntax node is not within syntax tree'
#277
opened Jan 29, 2024 by
rotanov
Warn on GC.KeepAlive on locals in async methods or iterators
#274
opened Jan 26, 2024 by
SergeyTeplyakov
Warn when ConcurrentDictionary.Count is used for emptiness check
#262
opened Nov 21, 2023 by
SergeyTeplyakov
Readme appears incomplete and hard to trace Documentation, Messages and Codes
#260
opened Feb 15, 2023 by
bwilliams1
Wrong "in" Keyword suggestion when struct is stored in a collection of tuples
#258
opened Jun 23, 2022 by
Aniobodo
Warn when a task is returned from the method inside 'using' block or using directive
#248
opened Nov 11, 2021 by
SergeyTeplyakov
EPS12 produces false positive on methods of non-readonly structs
#245
opened Oct 22, 2021 by
shuebner
DefaultToString analyzer should not warn if the type has an implicit convertion to string
#243
opened Sep 23, 2021 by
SergeyTeplyakov
DefaultToString analyzer should respect custom format string methods
#242
opened Sep 20, 2021 by
SergeyTeplyakov
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.