Skip to content

Rename Notify > NotifyAsync to allow async eventing scenarios #573

Rename Notify > NotifyAsync to allow async eventing scenarios

Rename Notify > NotifyAsync to allow async eventing scenarios #573

Triggered via push May 14, 2025 18:32
Status Success
Total duration 4m 37s
Artifacts

build.yml

on: push
os-matrix
12s
os-matrix
dotnet-format
59s
dotnet-format
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
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/Samples/Library1/Commands.cs#L61
'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#L42
'IMessageBusExtensions.Notify<TEvent>(IMessageBus, TEvent, string?, string?, int?)' is obsolete: 'Use await NotifyAsync instead.'
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/Merq.VisualStudio.Tests/MessageBusComponentSpec.cs#L49
The AddServices extension method must be invoked in order for discovered services to be properly registered.