dotnet / dotnet/website-feedback
Erros when building a fresh and unmodified .Net MAUI app
- Dominant language
- No language data
- Stars
- 7
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
### URL
https://dotnet.microsoft.com/en-us/learn/maui/first-app-tutorial/intro
### Operating system
windows
### More information about your system
Windows 11 on x64 system
### Description
I installed Visual Studio 2026 with .NET Multi-platform App UI development workload.
I created a new project with .Net MAUI App.
When building this new project without any modifications I get a number of error messages. See below.
What is the problem?
Die Erstellung wurde um 23:48 gestartet...
1>------ Erstellen gestartet: Projekt: 06_test, Konfiguration: Debug Any CPU ------
1>C:\Users\marti\source\repos\06_test\06_test\06_test.csproj : warning NU1903: Das Paket "SQLitePCLRaw.lib.e_sqlite3" 2.1.11 weist eine bekannte hoch Schweregrad-Sicherheitsanfälligkeit auf, https://github.com/advisories/GHSA-2m69-gcr7-jv3q.
1>C:\Users\marti\source\repos\06_test\06_test\06_test.csproj : warning NU1903: Das Paket "SQLitePCLRaw.lib.e_sqlite3.android" 2.1.11 weist eine bekannte hoch Schweregrad-Sicherheitsanfälligkeit auf, https://github.com/advisories/GHSA-2m69-gcr7-jv3q.
1> XAML source generation is enabled (MauiXamlInflator=SourceGen). This generates C# code from XAML at compile time for better performance. To disable, remove the MauiXamlInflator line from your .csproj file (reverts to configuration-based defaults: Runtime in Debug, XamlC in Release).
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.App.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.App.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.App.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTCCWVtable.g.cs(1,20,1,37): error CS0246: Der Typ- oder Namespacename "testVtableClasses" wurde nicht gefunden (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis).
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.AppShell.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.AppShell.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.AppShell.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,20,5,38): error CS0246: Der Typ- oder Namespacename "testGenericHelpers" wurde nicht gefunden (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis).
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(6,1,6,1): error CS0102: Der Typ "" enthält bereits eine Definition für "".
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTCCWVtable.g.cs(2,1,2,1): error CS0548: ".": Die Eigenschaft oder der Indexer muss mindestens einen Accessor haben.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(6,1,6,1): error CS0548: ".": Die Eigenschaft oder der Indexer muss mindestens einen Accessor haben.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ManageMetaPageModel.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ManageMetaPageModel.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ManageMetaPageModel.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.MainPageModel.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.MainPageModel.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.MainPageModel.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.WinUI.App.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.WinUI.App.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.WinUI.App.WinRTVtable.g.cs(4,2,4,110): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.MainPage.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.MainPage.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.MainPage.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ProjectDetailPageModel.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ProjectDetailPageModel.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ProjectDetailPageModel.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.TaskDetailPageModel.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.TaskDetailPageModel.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.TaskDetailPageModel.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ProjectListPage.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ProjectListPage.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ProjectListPage.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.TaskDetailPage.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.TaskDetailPage.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.TaskDetailPage.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ProjectDetailPage.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ProjectDetailPage.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ProjectDetailPage.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ManageMetaPage.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ManageMetaPage.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.Pages.ManageMetaPage.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ProjectListPageModel.WinRTVtable.g.cs(4,40,4,53): error CS0118: "global::WinRT" ist "Namespace", wird aber wie "Typ" verwendet.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ProjectListPageModel.WinRTVtable.g.cs(4,57,4,74): error CS0103: Der Name "testVtableClasses" ist im aktuellen Kontext nicht vorhanden.
1>C:\Users\marti\source\repos\06_test\06_test\obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\_06_test.PageModels.ProjectListPageModel.WinRTVtable.g.cs(4,2,4,131): error CS1729: "WinRTExposedTypeAttribute" enthält keinen Konstruktor, der 3 Argumente annimmt.
========== Build: 0 erfolgreich, 1 Fehler, 0 aktuell, 0 übersprungen ==========
========== Erstellen abgeschlossen um 23:48 und dauerte 03,378 Sekunden ==========
### dotnet --info
Es wird nach einer aktualisierten Workloadversion gesucht.
Es wurde kein Workload-Update gefunden.
Workload(s) maui-windows wurde(n) erfolgreich installiert.
PS C:\Users\marti> dotnet --info
.NET SDK:
Version: 10.0.400
Commit: 14fbf8d527
Workload version: 10.0.400.1
MSBuild version: 18.9.6+14fbf8d52
Laufzeitumgebung:
OS Name: Windows
OS Version: 10.0.26200
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\10.0.400\
Installierte .NET-Workloads:
[android]
Installationsquelle: SDK 10.0.400, VS 18.9.12105.275
Manifestversion: 36.1.69/10.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.android\36.1.69\WorkloadManifest.json
Installationstyp: Msi
[ios]
Installationsquelle: SDK 10.0.400, VS 18.9.12105.275
Manifestversion: 26.5.10315/10.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.ios\26.5.10315\WorkloadManifest.json
Installationstyp: Msi
[maccatalyst]
Installationsquelle: SDK 10.0.400, VS 18.9.12105.275
Manifestversion: 26.5.10315/10.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maccatalyst\26.5.10315\WorkloadManifest.json
Installationstyp: Msi
[maui]
Installationsquelle: SDK 10.0.400
Manifestversion: 10.0.20/10.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maui\10.0.20\WorkloadManifest.json
Installationstyp: Msi
[maui-android]
Installationsquelle: SDK 10.0.400
Manifestversion: 10.0.20/10.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maui\10.0.20\WorkloadManifest.json
Installationstyp: Msi
[maui-ios]
Installationsquelle: SDK 10.0.400
Manifestversion: 10.0.20/10.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maui\10.0.20\WorkloadManifest.json
Installationstyp: Msi
[maui-windows]
Installationsquelle: SDK 10.0.400, VS 18.9.12105.275
Manifestversion: 10.0.20/10.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maui\10.0.20\WorkloadManifest.json
Installationstyp: Msi
Für die Verwendung von workload sets bei der Installation neuer Manifeste konfiguriert.
Host:
Version: 10.0.11
Architecture: x64
Commit: e2f47b0110
.NET SDKs installed:
7.0.410 [C:\Program Files\dotnet\sdk]
10.0.400 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.30 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 10.0.11 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.30 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.11 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.30 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 10.0.11 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked .NET MAUI first-app tutorial and reproduce the build on Windows 11 using the unmodified project. Inspect the generated files under obj\Debug\net10.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator and the project’s .csproj; done means determining whether the errors come from the tutorial, the generated source, or the installed Visual Studio/.NET MAUI toolchain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100