Visibility rework #701
Annotations
20 warnings
Analyze (csharp, x64):
src/LiveChartsCore/CorePolarAxis.cs#L158
'CorePolarAxis<TDrawingContext, TTextGeometry, TLineGeometry, TCircleGeometry>.IsVisible' hides inherited member 'ChartElement<TDrawingContext>.IsVisible'. Use the new keyword if hiding was intended.
|
Analyze (csharp, x64):
src/LiveChartsCore/Kernel/Providers/DataFactory.cs#L134
The variable 'hasData' is assigned but its value is never used
|
Analyze (csharp, x64):
src/LiveChartsCore/CorePolarAxis.cs#L157
XML comment has cref attribute 'IsVisible' that could not be resolved
|
Analyze (csharp, x64):
src/LiveChartsCore/Kernel/ChartElement.cs#L50
XML comment has cref attribute 'Tag' that could not be resolved
|
Analyze (csharp, x64):
src/LiveChartsCore/Kernel/ChartElement.cs#L53
XML comment has cref attribute 'IsVisible' that could not be resolved
|
Analyze (csharp, x64):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x64):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x64):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x64):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x64):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x86):
src/LiveChartsCore/CorePolarAxis.cs#L158
'CorePolarAxis<TDrawingContext, TTextGeometry, TLineGeometry, TCircleGeometry>.IsVisible' hides inherited member 'ChartElement<TDrawingContext>.IsVisible'. Use the new keyword if hiding was intended.
|
Analyze (csharp, x86):
src/LiveChartsCore/Kernel/Providers/DataFactory.cs#L134
The variable 'hasData' is assigned but its value is never used
|
Analyze (csharp, x86):
src/LiveChartsCore/CorePolarAxis.cs#L157
XML comment has cref attribute 'IsVisible' that could not be resolved
|
Analyze (csharp, x86):
src/LiveChartsCore/Kernel/ChartElement.cs#L50
XML comment has cref attribute 'Tag' that could not be resolved
|
Analyze (csharp, x86):
src/LiveChartsCore/Kernel/ChartElement.cs#L53
XML comment has cref attribute 'IsVisible' that could not be resolved
|
Analyze (csharp, x86):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x86):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x86):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x86):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp, x86):
tests/LiveChartsCore.UnitTesting/ChartTests/ChartTests.cs#L28
Cannot convert null literal to non-nullable reference type.
|