From ee864fee9c892cdc556da06b8fd9d04f563a77c1 Mon Sep 17 00:00:00 2001 From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:03:57 +0100 Subject: [PATCH] fix: Text inline with image --- doc/Learn/Mvux/Advanced/InspectGeneratedCode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Learn/Mvux/Advanced/InspectGeneratedCode.md b/doc/Learn/Mvux/Advanced/InspectGeneratedCode.md index 279770e0dd..38570f1b9d 100644 --- a/doc/Learn/Mvux/Advanced/InspectGeneratedCode.md +++ b/doc/Learn/Mvux/Advanced/InspectGeneratedCode.md @@ -25,4 +25,5 @@ Using Visual Studio, viewing the generated code can be achieved in several ways: 2. Expand the current target platform (e.g. *net8.0windows10.0...*). 3. Expand the *Analyzers* sub menu and then *Uno.Extensions.Reactive.Generator*. 4. Under *Uno.Extensions.Reactive.Generator.FeedsGenerator* you'll find the generated bindable proxy types. + ![Screenshot of navigating Visual Studio Solution Explorer to inspect generated code](../Assets/InspectingGeneratedCode-3.jpg)