microsoft / microsoft/vscode-dotnettools
[v11][maui] fastbuild doesn't work with MAUI projects
@drewnoakes is already working on this.
Since Aug 31, 2026.
- Dominant language
- No language data
- Stars
- 321
- Forks
- 54
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 2
Description
Describe the issue
When doing right click > "Build" on the "C# Project Details" section, fastbuild will throw an error for MAUI projects:
In Linux, there is an additional line of error:
Second build will likely succeed and also F5 works.
Suggestion: according to what I discussed with Ema, maybe the best option is to disable fastbuild for now for MAUI projects, based on the MAUI capabilities in the lscache file
Collect logs
csdevkit-logs-2026-08-24T16-09-45.zip
Steps to reproduce
- Create any .NET10 or .NET11 MAUI App/Blazor/ iOS/Android app
- Choose any debug target
- Build the project
Expected behavior
Building should succeed on first try
Environment information
- VSCode: 1.136.0-insider (Universal)
- .NET SDK: 10.0.400
- MAUI: 10.0.20
Extension:
- NET MAUI: 1.17.228-g7a01fb0c71
- C# Dev Kit: 9.9.462-gf055a7
- C#: 2.151.17
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.