Skip to content

[X] Fix XamlCompilation of RD subclasses #20463

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

Merged
merged 1 commit into from
Feb 12, 2024
Merged

[X] Fix XamlCompilation of RD subclasses #20463

merged 1 commit into from
Feb 12, 2024

Conversation

StephaneDelcroix
Copy link
Contributor

Description of Change

Fix an issue when compiling a non-direct descendant of RD

Issues Fixed

@StephaneDelcroix StephaneDelcroix requested a review from a team as a code owner February 9, 2024 10:59
@rmarinho
Copy link
Member

rmarinho commented Feb 9, 2024

weird failure..

D:\a\_work\1\s\bin\dotnet\sdk\8.0.100\Microsoft.Common.CurrentVersion.targets(2146,5): warning : The referenced project '..\..\..\Controls\src\Core\Controls.SourceGen.csproj' does not exist. [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net8.0-android]
D:\a\_work\1\s\bin\dotnet\sdk\8.0.100\Microsoft.Common.CurrentVersion.targets(2146,5): warning : The referenced project '..\..\..\Controls\src\Core\Controls.SourceGen.csproj' does not exist. [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net8.0-android]
D:\a\_work\1\s\bin\dotnet\sdk\8.0.100\Microsoft.Common.CurrentVersion.targets(2146,5): warning : The referenced project '..\..\..\Controls\src\Core\Controls.SourceGen.csproj' does not exist. [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net8.0-android]
D:\a\_work\1\s\bin\dotnet\sdk\8.0.100\Microsoft.Common.CurrentVersion.targets(2146,5): warning : The referenced project '..\..\..\Controls\src\Core\Controls.SourceGen.csproj' does not exist. [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net8.0-android]
D:\a\_work\1\s\src\Maui.InTree.props(7,5): error MSB4024: The imported project file "D:\a\_work\1\s\.buildtasks\Microsoft.Maui.Core.props" could not be loaded. The process cannot access the file 'D:\a\_work\1\s\.buildtasks\Microsoft.Maui.Core.props' because it is being used by another process. [D:\a\_work\1\s\src\TestUtils\src\DeviceTests\TestUtils.DeviceTests.csproj]
    5844 Warning(s)
    1 Error(s)

@StephaneDelcroix
Copy link
Contributor Author

@rmarinho looks unrelated

Fix an issue when compiling a non-direct descendant of RD

- fixes #19535
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.

Getting AccessViolationException while adding custom resource dictionary in App.Xaml file in Release builds
4 participants