Closed 0xharkirat closed 4 hours ago
Thank you for your contribution, @0xharkirat! Can you please reword (https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message) your commit to follow the Conventional commits standard? https://www.conventionalcommits.org/en/v1.0.0/ Thank you 😇
Hi @0xharkirat, I just created a new Uno app following the instructions in the Counter tutorial, and everything seems to be working correctly on my end. Could you double-check to ensure you used the blank
preset rather than the recommended
one?
For reference the MainPage
xaml from a newly created app with the latest template, using the blank
preset.
<Page x:Class="Counter.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Counter"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<ScrollViewer>
<Grid>
<StackPanel
HorizontalAlignment="Center"
VerticalAlignment="Center">
<TextBlock AutomationProperties.AutomationId="HelloTextBlock"
Text="Hello Uno Platform!"
HorizontalAlignment="Center" />
</StackPanel>
</Grid>
</ScrollViewer>
</Page>
Oh, I was creating the app from the recommended preset (not the blank one). I think then this request is unnecessary. I can close this one.
Oh, I was creating the app from the recommended preset (not the blank one). I think then this request is unnecessary. I can close this one.
Hi @0xharkirat, thank you for the confirmation. Yes, the Counter tutorial documentation mentions using the blank
preset.
I am closing this pull request
This code is changed to the code generated using the template. Unless it is causing a build error on the old code.
GitHub Issue (If applicable): closes #
PR Type
What kind of change does this PR introduce?
Documentation content changes
It is causing a build error like this:
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):