fix a warning about unreachable code #12
Annotations
10 warnings
Build sample
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build sample
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build sample
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build sample:
Source/Examples/ExampleLibrary/Series/FinancialSeries/CandleStickAndVolumeSeriesExamples.cs#L212
'CandleStickAndVolumeSeries' is obsolete: 'Use separate candlestick and volume series instead.'
|
Build sample:
Source/Examples/ExampleLibrary/Utilities/PlotModelUtilities.cs#L49
'CandleStickAndVolumeSeries' is obsolete: 'Use separate candlestick and volume series instead.'
|
Build sample:
Source/Examples/ExampleLibrary/Utilities/PlotModelUtilities.cs#L50
'OldCandleStickSeries' is obsolete: 'use replacement CandleStickSeries instead'
|
Build sample:
Source/Examples/ExampleLibrary/Axes/PolarPlotExamples.cs#L100
'Model.MouseDown' is obsolete: 'Will be removed in v4.0 (#111)'
|
Build sample:
Source/Examples/ExampleLibrary/Axes/LogarithmicAxisExamples.cs#L149
'Axis.AxisChanged' is obsolete: 'May be removed in v4.0 (#111)'
|
Build sample:
Source/Examples/ExampleLibrary/Series/ScatterSeriesExamples.cs#L398
'Element.MouseDown' is obsolete: 'Will be removed in v4.0 (#111)'
|
Build sample:
Source/Examples/ExampleLibrary/Series/ScatterSeriesExamples.cs#L405
'Model.MouseDown' is obsolete: 'Will be removed in v4.0 (#111)'
|
The logs for this run have expired and are no longer available.
Loading