* Initial plan for issue * Add ActivityCompleted notification and send it when activity completes Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com> * Prepare implementation plan for ActivityCompleted notification Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com> * Move ActivityCompleted notification to NotificationPublishingMiddleware Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>
11 lines
242 B
XML
11 lines
242 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|