deps: Bump AutoMapper to 15.0.1 #14
Closed
Annotations
1 error and 21 warnings
|
|
|
|
|
tests/AutoMapperAnalyzer.Tests/Framework/CodeFixTestFramework.cs#L35
Member '_expectNoDiagnostics' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
tests/AutoMapperAnalyzer.Tests/Helpers/DiagnosticAssertions.cs#L166
Enable analyzer release tracking for the analyzer project containing rule 'AM010' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
tests/AutoMapperAnalyzer.Tests/Helpers/DiagnosticAssertions.cs#L178
Enable analyzer release tracking for the analyzer project containing rule 'AM011' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
tests/AutoMapperAnalyzer.Tests/Helpers/DiagnosticAssertions.cs#L142
Enable analyzer release tracking for the analyzer project containing rule 'AM002' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
tests/AutoMapperAnalyzer.Tests/Helpers/DiagnosticAssertions.cs#L154
Enable analyzer release tracking for the analyzer project containing rule 'AM003' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
tests/AutoMapperAnalyzer.Tests/Helpers/DiagnosticAssertions.cs#L130
Enable analyzer release tracking for the analyzer project containing rule 'AM001' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
tests/AutoMapperAnalyzer.Tests/Framework/DiagnosticTestFramework.cs#L219
This compiler extension should not be implemented in an assembly with target framework '.NET 9.0'. References to other target frameworks will cause the compiler to behave unpredictably. (https://github.com/dotnet/roslyn/blob/main/docs/roslyn-analyzers/rules/RS1041.md)
|
|
tests/AutoMapperAnalyzer.Tests/Framework/DiagnosticTestFramework.cs#L219
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn/blob/main/docs/roslyn-analyzers/rules/RS1038.md)
|
|
tests/AutoMapperAnalyzer.Tests/Framework/CodeFixTestFramework.cs#L35
The field 'CodeFixTestRunner<TAnalyzer>._expectNoDiagnostics' is assigned but its value is never used
|
|
tests/AutoMapperAnalyzer.Tests/Framework/DiagnosticTestFramework.cs#L208
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
src/AutoMapperAnalyzer.Analyzers/AM011_UnmappedRequiredPropertyAnalyzer.cs#L31
Missing XML comment for publicly visible type or member 'AM011_UnmappedRequiredPropertyAnalyzer.Initialize(AnalysisContext)'
|
|
src/AutoMapperAnalyzer.Analyzers/AM011_UnmappedRequiredPropertyAnalyzer.cs#L28
Missing XML comment for publicly visible type or member 'AM011_UnmappedRequiredPropertyAnalyzer.SupportedDiagnostics'
|
|
src/AutoMapperAnalyzer.Analyzers/AM005_CaseSensitivityMismatchAnalyzer.cs#L33
Missing XML comment for publicly visible type or member 'AM005_CaseSensitivityMismatchAnalyzer.Initialize(AnalysisContext)'
|
|
src/AutoMapperAnalyzer.Analyzers/AM005_CaseSensitivityMismatchAnalyzer.cs#L30
Missing XML comment for publicly visible type or member 'AM005_CaseSensitivityMismatchAnalyzer.SupportedDiagnostics'
|
|
src/AutoMapperAnalyzer.Analyzers/AM004_MissingDestinationPropertyAnalyzer.cs#L31
Missing XML comment for publicly visible type or member 'AM004_MissingDestinationPropertyAnalyzer.Initialize(AnalysisContext)'
|
|
src/AutoMapperAnalyzer.Analyzers/AM004_MissingDestinationPropertyAnalyzer.cs#L28
Missing XML comment for publicly visible type or member 'AM004_MissingDestinationPropertyAnalyzer.SupportedDiagnostics'
|
|
src/AutoMapperAnalyzer.Analyzers/AM003_CollectionTypeIncompatibilityAnalyzer.cs#L43
Missing XML comment for publicly visible type or member 'AM003_CollectionTypeIncompatibilityAnalyzer.Initialize(AnalysisContext)'
|
|
src/AutoMapperAnalyzer.Analyzers/AM003_CollectionTypeIncompatibilityAnalyzer.cs#L40
Missing XML comment for publicly visible type or member 'AM003_CollectionTypeIncompatibilityAnalyzer.SupportedDiagnostics'
|
|
src/AutoMapperAnalyzer.CodeFixes/AM030_CustomTypeConverterCodeFixProvider.cs#L110
Possible null reference argument for parameter 'converterType' in 'SyntaxNode AM030_CustomTypeConverterCodeFixProvider.AddForMemberConvertUsing(SyntaxNode root, InvocationExpressionSyntax invocation, string propertyName, string converterType)'.
|
|
src/AutoMapperAnalyzer.CodeFixes/AM030_CustomTypeConverterCodeFixProvider.cs#L97
Possible null reference argument for parameter 'converterType' in 'SyntaxNode AM030_CustomTypeConverterCodeFixProvider.AddConvertUsingWithConverter(SyntaxNode root, InvocationExpressionSyntax invocation, string propertyName, string converterType)'.
|
The logs for this run have expired and are no longer available.
Loading