Handle LINQ enumeration exceptions within try-catch analysis #306
Annotations
10 warnings
|
CheckedExceptions/CheckedExceptionsAnalyzer.cs#L349
Possible null reference argument for parameter 'exceptionType' in 'void CheckedExceptionsAnalyzer.ReportEnumerableBoundaryDiagnostic(SyntaxNodeAnalysisContext context, ExpressionSyntax expression, INamedTypeSymbol exceptionType, AnalyzerSettings settings, SemanticModel semanticModel)'.
|
|
CheckedExceptions/CheckedExceptionsAnalyzer.cs#L344
Cannot convert null literal to non-nullable reference type.
|
|
CheckedExceptions/CheckedExceptionsAnalyzer.cs#L289
Cannot convert null literal to non-nullable reference type.
|
|
CheckedExceptions/CheckedExceptionsAnalyzer.ControlFlow.cs#L459
Dereference of a possibly null reference.
|
|
CheckedExceptions/CheckedExceptionsAnalyzer.ControlFlow.cs#L440
Dereference of a possibly null reference.
|
|
CheckedExceptions/CheckedExceptionsAnalyzer.ControlFlow.cs#L429
Dereference of a possibly null reference.
|
|
CheckedExceptions/CheckedExceptionsAnalyzer.ControlFlow.cs#L238
'SyntaxNodeAnalysisContext.SyntaxNodeAnalysisContext(SyntaxNode, SemanticModel, AnalyzerOptions, Action<Diagnostic>, Func<Diagnostic, bool>, CancellationToken)' is obsolete: 'Use CompilationWithAnalyzers instead. See https://github.com/dotnet/roslyn/issues/63440 for more details.'
|
|
CheckedExceptions/CheckedExceptionsAnalyzer.Cast.cs#L28
Possible null reference argument for parameter 'value' in 'bool CheckedExceptionsAnalyzer.FitsInTarget(object value, ITypeSymbol targetType)'.
|
|
CheckedExceptions/CheckedExceptionsAnalyzer.ControlFlow.cs#L1087
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
CheckedExceptions/AttributeHelper.cs#L14
Possible null reference argument for parameter 'declaration' in 'ISymbol? ModelExtensions.GetDeclaredSymbol(SemanticModel semanticModel, SyntaxNode declaration, CancellationToken cancellationToken = default(CancellationToken))'.
|
The logs for this run have expired and are no longer available.
Loading