Skip to content

0.1 release

0.1 release #8

Triggered via pull request January 22, 2025 21:03
@halgarihalgari
synchronize #4
operator-wip
Status Success
Total duration 1m 37s
Artifacts

dotnet-build-and-test.yaml

on: pull_request
Matrix: build-and-test / build-and-test
Fit to window
Zoom out
Zoom in

Annotations

41 warnings
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L14
'AUnaryStageDefinition<TIn, TOut>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L15
'AUnaryStageDefinition<TIn, TOut>.Outputs' hides inherited member 'AStageDefinition.Outputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L18
'AUnaryStageDefinition<TIn, TOut>.Stage' hides inherited member 'AStageDefinition.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/Outlet.cs#L14
'Outlet<T>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/Operators/GroupJoin.cs#L33
'GroupJoin<TOuter, TInner, TKey, TResult>.Stage' hides inherited member 'Join<TOuter, TInner, TResult>.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/Operators/Join.cs#L19
'Join<TLeft, TRight, TOut>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/Operators/Join.cs#L20
'Join<TLeft, TRight, TOut>.Outputs' hides inherited member 'AStageDefinition.Outputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/Operators/HashJoin.cs#L40
'HashJoin<TLeft, TRight, TKey, TOutput>.Stage' hides inherited member 'Join<TLeft, TRight, TOutput>.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/Abstractions/IFlowImpl.cs#L3
Missing XML comment for publicly visible type or member 'IFlowImpl'
build-and-test / Build and Test (macos-latest): src/NexusMods.Cascade/Abstractions/IFlowOps.cs#L3
Missing XML comment for publicly visible type or member 'IFlowOps'
build-and-test / Build and Test (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L14
'AUnaryStageDefinition<TIn, TOut>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L15
'AUnaryStageDefinition<TIn, TOut>.Outputs' hides inherited member 'AStageDefinition.Outputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L18
'AUnaryStageDefinition<TIn, TOut>.Stage' hides inherited member 'AStageDefinition.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/Operators/GroupJoin.cs#L33
'GroupJoin<TOuter, TInner, TKey, TResult>.Stage' hides inherited member 'Join<TOuter, TInner, TResult>.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/Operators/HashJoin.cs#L40
'HashJoin<TLeft, TRight, TKey, TOutput>.Stage' hides inherited member 'Join<TLeft, TRight, TOutput>.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/Operators/Join.cs#L19
'Join<TLeft, TRight, TOut>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/Operators/Join.cs#L20
'Join<TLeft, TRight, TOut>.Outputs' hides inherited member 'AStageDefinition.Outputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/Outlet.cs#L14
'Outlet<T>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/Abstractions/IFlowImpl.cs#L3
Missing XML comment for publicly visible type or member 'IFlowImpl'
build-and-test / Build and Test (ubuntu-latest): src/NexusMods.Cascade/Abstractions/IFlowOps.cs#L3
Missing XML comment for publicly visible type or member 'IFlowOps'
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L14
'AUnaryStageDefinition<TIn, TOut>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L15
'AUnaryStageDefinition<TIn, TOut>.Outputs' hides inherited member 'AStageDefinition.Outputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L18
'AUnaryStageDefinition<TIn, TOut>.Stage' hides inherited member 'AStageDefinition.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/Operators/GroupJoin.cs#L33
'GroupJoin<TOuter, TInner, TKey, TResult>.Stage' hides inherited member 'Join<TOuter, TInner, TResult>.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/Operators/HashJoin.cs#L40
'HashJoin<TLeft, TRight, TKey, TOutput>.Stage' hides inherited member 'Join<TLeft, TRight, TOutput>.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/Operators/Join.cs#L19
'Join<TLeft, TRight, TOut>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/Operators/Join.cs#L20
'Join<TLeft, TRight, TOut>.Outputs' hides inherited member 'AStageDefinition.Outputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/Outlet.cs#L14
'Outlet<T>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/Abstractions/IFlowImpl.cs#L3
Missing XML comment for publicly visible type or member 'IFlowImpl'
build-and-test / Build and Test (macos-13): src/NexusMods.Cascade/Abstractions/IFlowOps.cs#L3
Missing XML comment for publicly visible type or member 'IFlowOps'
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L14
'AUnaryStageDefinition<TIn, TOut>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L15
'AUnaryStageDefinition<TIn, TOut>.Outputs' hides inherited member 'AStageDefinition.Outputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/AUnaryStageDefinition.cs#L18
'AUnaryStageDefinition<TIn, TOut>.Stage' hides inherited member 'AStageDefinition.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/Outlet.cs#L14
'Outlet<T>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/Operators/GroupJoin.cs#L33
'GroupJoin<TOuter, TInner, TKey, TResult>.Stage' hides inherited member 'Join<TOuter, TInner, TResult>.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/Operators/HashJoin.cs#L40
'HashJoin<TLeft, TRight, TKey, TOutput>.Stage' hides inherited member 'Join<TLeft, TRight, TOutput>.Stage'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/Operators/Join.cs#L19
'Join<TLeft, TRight, TOut>.Inputs' hides inherited member 'AStageDefinition.Inputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/Operators/Join.cs#L20
'Join<TLeft, TRight, TOut>.Outputs' hides inherited member 'AStageDefinition.Outputs'. Use the new keyword if hiding was intended.
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/Abstractions/IFlowImpl.cs#L3
Missing XML comment for publicly visible type or member 'IFlowImpl'
build-and-test / Build and Test (windows-latest): src/NexusMods.Cascade/Abstractions/IFlowOps.cs#L3
Missing XML comment for publicly visible type or member 'IFlowOps'