Skip to content

ConvertHelper: handle IConvertible interface for non-simple aggregato… #10

ConvertHelper: handle IConvertible interface for non-simple aggregato…

ConvertHelper: handle IConvertible interface for non-simple aggregato… #10

Triggered via push November 11, 2024 16:53
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/NReco.PivotData/PivotTableMD.cs#L25
XML comment has badly formed XML -- 'An identifier was expected.'
build: src/NReco.PivotData/PivotTableMD.cs#L25
XML comment has badly formed XML -- 'The character(s) '=' cannot be used at this location.'
build: src/NReco.PivotData/AverageAggregator.cs#L83
'AverageAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/QuantileAggregator.cs#L76
'QuantileAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/MinAggregator.cs#L79
'MinAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/IPivotData.cs#L50
'IPivotData.GetEnumerator()' hides inherited member 'IEnumerable<KeyValuePair<object[], IAggregator>>.GetEnumerator()'. Use the new keyword if hiding was intended.
build: src/NReco.PivotData/Key.cs#L27
'Key.Equals(object, object)' hides inherited member 'object.Equals(object, object)'. Use the new keyword if hiding was intended.
build: src/NReco.PivotData/ModeAggregator.cs#L136
'ModeAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/ListAggregator.cs#L81
'ListAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/CountAggregator.cs#L62
'CountAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/NReco.PivotData/PivotTableMD.cs#L25
XML comment has badly formed XML -- 'An identifier was expected.'
build: src/NReco.PivotData/PivotTableMD.cs#L25
XML comment has badly formed XML -- 'The character(s) '=' cannot be used at this location.'
build: src/NReco.PivotData/AverageAggregator.cs#L83
'AverageAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/MinAggregator.cs#L79
'MinAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/QuantileAggregator.cs#L76
'QuantileAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/CountAggregator.cs#L62
'CountAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/ListAggregator.cs#L81
'ListAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/ListUniqueAggregator.cs#L43
'ListUniqueAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/MaxAggregator.cs#L79
'MaxAggregatorFactory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/NReco.PivotData/IPivotData.cs#L50
'IPivotData.GetEnumerator()' hides inherited member 'IEnumerable<KeyValuePair<object[], IAggregator>>.GetEnumerator()'. Use the new keyword if hiding was intended.