Bump actions/first-interaction from 1 to 3 #31
Annotations
10 warnings
|
DataStructures/Dictionaries/OpenScatterHashTable.cs#L16
Type parameter 'TValue' has the same name as the type parameter from outer type 'OpenScatterHashTable<TKey, TValue>'
|
|
DataStructures/Dictionaries/OpenScatterHashTable.cs#L16
Type parameter 'TKey' has the same name as the type parameter from outer type 'OpenScatterHashTable<TKey, TValue>'
|
|
DataStructures/Dictionaries/OpenAddressingHashTable.cs#L20
Type parameter 'TValue' has the same name as the type parameter from outer type 'OpenAddressingHashTable<TKey, TValue>'
|
|
DataStructures/Dictionaries/OpenAddressingHashTable.cs#L20
Type parameter 'TKey' has the same name as the type parameter from outer type 'OpenAddressingHashTable<TKey, TValue>'
|
|
DataStructures/Graphs/DirectedWeightedDenseGraph.cs#L119
'DirectedWeightedDenseGraph<T>.OutgoingEdges(T)' hides inherited member 'DirectedDenseGraph<T>.OutgoingEdges(T)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
DataStructures/Graphs/DirectedWeightedDenseGraph.cs#L96
'DirectedWeightedDenseGraph<T>.IncomingEdges(T)' hides inherited member 'DirectedDenseGraph<T>.IncomingEdges(T)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
DataStructures/Graphs/DirectedWeightedDenseGraph.cs#L83
'DirectedWeightedDenseGraph<T>.Edges' hides inherited member 'DirectedDenseGraph<T>.Edges'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
DataStructures/Dictionaries/CuckooHashTable.cs#L25
Type parameter 'TValue' has the same name as the type parameter from outer type 'CuckooHashTable<TKey, TValue>'
|
|
DataStructures/Dictionaries/CuckooHashTable.cs#L25
Type parameter 'TKey' has the same name as the type parameter from outer type 'CuckooHashTable<TKey, TValue>'
|
|
DataStructures/Heaps/BinomialMinHeap.cs#L17
Type parameter 'T' has the same name as the type parameter from outer type 'BinomialMinHeap<T>'
|
The logs for this run have expired and are no longer available.
Loading