introduce single CollectionAnalyzer for collection assertions #265
Annotations
20 warnings
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldHaveElementAt0Null.cs#L15
'CollectionShouldHaveElementAt0NullAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldHaveElementAt0Null.cs#L18
'CollectionShouldHaveElementAt0NullAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldIntersectWith.cs#L14
'CollectionShouldIntersectWithAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldIntersectWith.cs#L17
'CollectionShouldIntersectWithAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldHaveElementAt.cs#L15
'CollectionShouldHaveElementAtAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldHaveElementAt.cs#L18
'CollectionShouldHaveElementAtAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldNotBeNullOrEmpty.cs#L15
'CollectionShouldNotBeNullOrEmptyAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldNotBeNullOrEmpty.cs#L18
'CollectionShouldNotBeNullOrEmptyAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldNotContainProperty.cs#L14
'CollectionShouldNotContainPropertyAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldNotContainProperty.cs#L17
'CollectionShouldNotContainPropertyAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldHaveElementAt.cs#L15
'CollectionShouldHaveElementAtAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldHaveElementAt.cs#L18
'CollectionShouldHaveElementAtAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldIntersectWith.cs#L14
'CollectionShouldIntersectWithAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldIntersectWith.cs#L17
'CollectionShouldIntersectWithAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldHaveElementAt0Null.cs#L15
'CollectionShouldHaveElementAt0NullAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldHaveElementAt0Null.cs#L18
'CollectionShouldHaveElementAt0NullAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldNotContainProperty.cs#L14
'CollectionShouldNotContainPropertyAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldNotContainProperty.cs#L17
'CollectionShouldNotContainPropertyAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldNotBeNullOrEmpty.cs#L15
'CollectionShouldNotBeNullOrEmptyAnalyzer.DiagnosticId' hides inherited member 'CollectionAnalyzer.DiagnosticId'. Use the new keyword if hiding was intended.
|
src/FluentAssertions.Analyzers/Tips/Collections/CollectionShouldNotBeNullOrEmpty.cs#L18
'CollectionShouldNotBeNullOrEmptyAnalyzer.Message' hides inherited member 'CollectionAnalyzer.Message'. Use the new keyword if hiding was intended.
|
The logs for this run have expired and are no longer available.
Loading