Open
Replace MediatR with source-generated Mediator across application and tests#1406
Annotations
10 errors and 1 warning
|
Build and Test with dotnet
The type 'MediatorOptions' in '/home/runner/work/DevBetterWeb/DevBetterWeb/tests/DevBetterWeb.FunctionalTests/obj/Release/net10.0/Mediator.SourceGenerator/Mediator.SourceGenerator.IncrementalMediatorGenerator/MediatorOptions.g.cs' conflicts with the imported type 'MediatorOptions' in 'DevBetterWeb.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/DevBetterWeb/DevBetterWeb/tests/DevBetterWeb.FunctionalTests/obj/Release/net10.0/Mediator.SourceGenerator/Mediator.SourceGenerator.IncrementalMediatorGenerator/MediatorOptions.g.cs'.
|
|
Build and Test with dotnet:
tests/DevBetterWeb.FunctionalTests/NoOpMediator.cs#L8
'NoOpMediator' does not implement interface member 'IPublisher.Publish(object, CancellationToken)'. 'NoOpMediator.Publish(object, CancellationToken)' cannot implement 'IPublisher.Publish(object, CancellationToken)' because it does not have the matching return type of 'ValueTask'.
|
|
Build and Test with dotnet:
tests/DevBetterWeb.FunctionalTests/NoOpMediator.cs#L8
'NoOpMediator' does not implement interface member 'IPublisher.Publish<TNotification>(TNotification, CancellationToken)'. 'NoOpMediator.Publish<TNotification>(TNotification, CancellationToken)' cannot implement 'IPublisher.Publish<TNotification>(TNotification, CancellationToken)' because it does not have the matching return type of 'ValueTask'.
|
|
Build and Test with dotnet:
tests/DevBetterWeb.FunctionalTests/NoOpMediator.cs#L8
'NoOpMediator' does not implement interface member 'ISender.CreateStream<TResponse>(IStreamCommand<TResponse>, CancellationToken)'
|
|
Build and Test with dotnet:
tests/DevBetterWeb.FunctionalTests/NoOpMediator.cs#L8
'NoOpMediator' does not implement interface member 'ISender.CreateStream<TResponse>(IStreamQuery<TResponse>, CancellationToken)'
|
|
Build and Test with dotnet:
tests/DevBetterWeb.FunctionalTests/NoOpMediator.cs#L8
'NoOpMediator' does not implement interface member 'ISender.Send(object, CancellationToken)'. 'NoOpMediator.Send(object, CancellationToken)' cannot implement 'ISender.Send(object, CancellationToken)' because it does not have the matching return type of 'ValueTask<object?>'.
|
|
Build and Test with dotnet:
tests/DevBetterWeb.FunctionalTests/NoOpMediator.cs#L8
'NoOpMediator' does not implement interface member 'ISender.Send<TResponse>(IQuery<TResponse>, CancellationToken)'
|
|
Build and Test with dotnet:
tests/DevBetterWeb.FunctionalTests/NoOpMediator.cs#L8
'NoOpMediator' does not implement interface member 'ISender.Send<TResponse>(ICommand<TResponse>, CancellationToken)'
|
|
Build and Test with dotnet:
tests/DevBetterWeb.FunctionalTests/NoOpMediator.cs#L8
'NoOpMediator' does not implement interface member 'ISender.Send<TResponse>(IRequest<TResponse>, CancellationToken)'. 'NoOpMediator.Send<TResponse>(IRequest<TResponse>, CancellationToken)' cannot implement 'ISender.Send<TResponse>(IRequest<TResponse>, CancellationToken)' because it does not have the matching return type of 'ValueTask<TResponse>'.
|
|
Build and Test with dotnet
The type 'AssemblyReference' in '/home/runner/work/DevBetterWeb/DevBetterWeb/tests/DevBetterWeb.FunctionalTests/obj/Release/net10.0/Mediator.SourceGenerator/Mediator.SourceGenerator.IncrementalMediatorGenerator/AssemblyReference.g.cs' conflicts with the imported type 'AssemblyReference' in 'DevBetterWeb.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/DevBetterWeb/DevBetterWeb/tests/DevBetterWeb.FunctionalTests/obj/Release/net10.0/Mediator.SourceGenerator/Mediator.SourceGenerator.IncrementalMediatorGenerator/AssemblyReference.g.cs'.
|
|
Setup .NET Core
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'dotnet-channel', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path', 'workloads', 'architecture']
|
background
wait
wait-all
cancel
parallel
Loading