Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable css for StackBase, remove for StackLayout #22419

Conversation

Giviruk
Copy link
Contributor

@Giviruk Giviruk commented May 15, 2024

enable css for StackBase for issue #21843

@Giviruk Giviruk requested a review from a team as a code owner May 15, 2024 09:11
@Giviruk Giviruk requested review from mattleibow and rmarinho May 15, 2024 09:11
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label May 15, 2024
Copy link
Contributor

Hey there @Giviruk! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@Giviruk
Copy link
Contributor Author

Giviruk commented May 15, 2024

This is my first PR, I will try to fix the errors as soon as possible

Copy link
Contributor

@jsuarezruiz jsuarezruiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some errors and cannot pass the build:

D:\a\_work\1\s\src\Controls\src\Core\Properties\AssemblyInfo.cs(158,83): error CS0117: 'StackBase' does not contain a definition for 'OrientationProperty' [D:\a\_work\1\s\src\Controls\src\Core\Controls.Core.csproj::TargetFramework=net8.0-windows10.0.19041.0]
C:\Users\cloudtest\.nuget\packages\microsoft.windowsappsdk\1.5.240311000\buildTransitive\Microsoft.UI.Xaml.Markup.Compiler.interop.targets(841,9): error MSB3073: The command ""C:\Users\cloudtest\.nuget\packages\microsoft.windowsappsdk\1.5.240311000\buildTransitive\..\tools\net6.0\..\net472\XamlCompiler.exe" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Release\net8.0-windows10.0.19041.0\\input.json" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Release\net8.0-windows10.0.19041.0\\output.json"" exited with code 1. [D:\a\_work\1\s\src\Controls\src\Core\Controls.Core.csproj::TargetFramework=net8.0-windows10.0.19041.0]
D:\a\_work\1\s\src\Controls\src\Core\Properties\AssemblyInfo.cs(158,83): error CS0117: 'StackBase' does not contain a definition for 'OrientationProperty' [D:\a\_work\1\s\src\Controls\src\Core\Controls.Core.csproj::TargetFramework=net8.0-tizen]
D:\a\_work\1\s\src\Controls\src\Core\Properties\AssemblyInfo.cs(158,83): error CS0117: 'StackBase' does not contain a definition for 'OrientationProperty' [D:\a\_work\1\s\src\Controls\src\Core\Controls.Core.csproj::TargetFramework=net8.0-windows10.0.20348.0]
C:\Users\cloudtest\.nuget\packages\microsoft.windowsappsdk\1.5.240311000\buildTransitive\Microsoft.UI.Xaml.Markup.Compiler.interop.targets(841,9): error MSB3073: The command ""C:\Users\cloudtest\.nuget\packages\microsoft.windowsappsdk\1.5.240311000\buildTransitive\..\tools\net6.0\..\net472\XamlCompiler.exe" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Release\net8.0-windows10.0.20348.0\\input.json" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Release\net8.0-windows10.0.20348.0\\output.json"" exited with code 1. [D:\a\_work\1\s\src\Controls\src\Core\Controls.Core.csproj::TargetFramework=net8.0-windows10.0.20348.0]
    11 Error(s)

Let me know if can help with something :)

@Giviruk
Copy link
Contributor Author

Giviruk commented May 15, 2024

does StackBase need OrientationProperty support, the task only talked about SpacingProperty?
I added OrientationProperty by analogy with StackLayout's OrientationProperty

@Giviruk
Copy link
Contributor Author

Giviruk commented May 15, 2024

I looked and saw that the vertical layout and horizontal layout do not have OrientationProperty, so I returned OrientationProperty for StackLayout and left SpacingProperty for StackBase

@mattleibow
Copy link
Member

/azp run

@mattleibow mattleibow enabled auto-merge (squash) May 15, 2024 14:56
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@Giviruk
Copy link
Contributor Author

Giviruk commented May 16, 2024

can someone explain this problem with the code or something else?

@mattleibow
Copy link
Member

something weird happened and navigation stopped working in just 1 test. Retrying.

@mattleibow mattleibow merged commit 756c90d into dotnet:main May 17, 2024
49 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants