Rename Notify > NotifyAsync to allow async eventing scenarios #571
build.yml
on: push
os-matrix
6s
dotnet-format
31s
Matrix: build
Annotations
1 error and 6 warnings
|
dotnet-format
Process completed with exit code 2.
|
|
build-windows-latest:
src/Samples/Library1/Commands.cs#L61
'IMessageBusExtensions.Notify<TEvent>(IMessageBus, TEvent, string?, string?, int?)' is obsolete: 'Use await NotifyAsync instead.'
|
|
build-windows-latest:
src/Samples/Library1/Commands.cs#L42
'IMessageBusExtensions.Notify<TEvent>(IMessageBus, TEvent, string?, string?, int?)' is obsolete: 'Use await NotifyAsync instead.'
|
|
build-windows-latest:
src/Merq.VisualStudio.Tests/MessageBusComponentSpec.cs#L49
The AddServices extension method must be invoked in order for discovered services to be properly registered.
|
|
build-windows-latest:
src/Samples/Library1/Commands.cs#L61
'IMessageBusExtensions.Notify<TEvent>(IMessageBus, TEvent, string?, string?, int?)' is obsolete: 'Use await NotifyAsync instead.'
|
|
build-windows-latest:
src/Samples/Library1/Commands.cs#L42
'IMessageBusExtensions.Notify<TEvent>(IMessageBus, TEvent, string?, string?, int?)' is obsolete: 'Use await NotifyAsync instead.'
|
|
build-windows-latest:
src/Merq.VisualStudio.Tests/MessageBusComponentSpec.cs#L49
The AddServices extension method must be invoked in order for discovered services to be properly registered.
|