diff --git a/docs/maui/includes/toast-snackbar-setup.md b/docs/maui/includes/toast-snackbar-setup.md index df07f2dc2..049eefcfc 100644 --- a/docs/maui/includes/toast-snackbar-setup.md +++ b/docs/maui/includes/toast-snackbar-setup.md @@ -73,7 +73,7 @@ Here is an example of a completed opening `` tag that has added support - + @@ -82,6 +82,9 @@ Here is an example of a completed opening `` tag that has added support ``` +> [!IMPORTANT] +> Replace `YOUR-PROJECT-NAME\YOUR-PROJECT-NAME.exe` with the path to your project's executable. The format is `{.csproj file name without extension}\{.csproj file name without extension}.exe`. For example, if your project file is `MyMauiApp.csproj`, the value would be `MyMauiApp\MyMauiApp.exe`. + ##### Example: Completed `` tag Here is an example of a completed `` tag that now has added support for `Snackbar`: @@ -106,7 +109,7 @@ Here is an example of a completed `` tag that now has added suppor - + @@ -167,7 +170,7 @@ Below is an example `Package.appxmanifest` file that has been updated to support - + @@ -184,6 +187,9 @@ Below is an example `Package.appxmanifest` file that has been updated to support ``` +> [!NOTE] +> You may see a schema validation warning in Visual Studio about `rescap:Capability` being an invalid child element of `Capabilities`. This warning can be safely ignored — the `rescap:Capability` element is correct and required for the app to run with full trust. + For more information on handling activation: [Send a local toast notification from C# apps](/windows/apps/design/shell/tiles-and-notifications/send-local-toast?tabs=uwp#step-3-handling-activation) ### [Tizen](#tab/tizen)