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

[X] Fix XamlCompilation of RD subclasses #20463

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

@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
@rmarinho rmarinho merged commit aeba2dd into main Feb 12, 2024
43 of 47 checks passed
@rmarinho rmarinho deleted the fix_19535 branch February 12, 2024 13:04
@github-actions github-actions bot locked and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
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
3 participants