dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.74k stars 1.07k forks source link

[dotnet-sdk-9.0.100-rc.2.24470.13] Fail to build Text-Grab App with CS0116, CS1514, CS1022, CS0118, CS0103 error . #43680

Closed Junjun-zhao closed 1 month ago

Junjun-zhao commented 1 month ago

Application Name: Text-Grab OS: Windows 10 21H2 CPU: X64 .NET Build Number: dotnet-sdk-9.0.100-rc.2.24470.13 Source location or Repro machine checking at: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2261837 Github Link: https://github.com/TheJoeFin/Text-Grab

Verify Scenarios: 1). Windows 10 21H2 AMD64 + dotnet-sdk-8.0.401(default target net8.0): Pass 2). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-rc.1.24452.12(default target net8.0): Pass 3). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-rc.2.24470.13(default target net8.0): Fail 4). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-rc.2.24470.13(retarget net9.0): Fail

Description: When retargeting the 3rd party application to net9.0 and build with the latest .NET 9 sdk, it failed with errors:

error CS0116: A namespace cannot directly contain members such as fields, methods or statements
error CS1514: { expected
error CS1022: Type or namespace definition, or end-of-file expected
error CS0118: 'WinRT.Text' is a namespace but is used like a variable
error CS0103: The name 'GrabGenericHelpers' does not exist in the current context

App Repro Steps: The machine has dotnet-sdk-9.0.100-rc.2.24470.13 installed. Please get the repro machine information from devdiv bug 1.Open command prompt window and navigate to Text-Grab folder where Text-Grab.sln file in.

  1. Run "dotnet new globaljson" to create global.json file and make sure the assigned dotnet sdk version is 9.0.100-rc.2.24466.31:
    {
    "sdk": {
    "version": "9.0.100-rc.2.24466.31"
    }
    }
  2. Navigate to Text-Grab\Text-Grab folder where Text-Grab.csproj file in.
  3. Run "dotnet build" command.

Expected Result: Build successfully.

Actual Result: Build failed with 190 errors (duplicated 5 errors):

Restore complete (13.8s)
You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
  Text-Grab_vkunco1y_wpftmp failed with 190 error(s) and 5 warning(s) (11.5s)
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,22): error CS0116: A namespace cannot directly contain members such as fields, methods or statements
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,21): error CS1514: { expected
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(6,1): error CS1022: Type or namespace definition, or end-of-file expected
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,22): error CS0116: A namespace cannot directly contain members such as fields, methods or statements
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,21): error CS1514: { expected
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(6,1): error CS1022: Type or namespace definition, or end-of-file expected
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(24,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(24,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(54,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(54,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(83,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(83,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(102,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(102,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(103,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(103,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(150,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(150,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(151,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(151,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(152,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(152,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(153,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(153,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(154,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(154,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(198,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(198,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(199,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(199,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(241,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(241,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(242,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(242,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(284,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(284,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(285,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(285,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(286,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(286,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(310,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(310,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(311,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(311,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(340,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(340,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(341,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(341,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(370,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(370,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(371,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(371,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(372,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(372,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(373,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(373,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(374,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(374,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(375,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(375,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(376,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(376,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(377,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(377,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(378,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(378,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(379,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(379,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(380,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(380,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(381,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(381,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(455,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(455,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(456,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(456,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(457,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(457,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(481,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(481,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(482,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(482,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(483,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(483,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(484,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(484,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(523,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(523,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(560,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(560,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(561,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(561,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(590,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(590,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(591,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(591,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(592,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(592,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(593,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(593,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(594,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(594,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(638,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(638,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(639,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(639,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(668,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(668,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(669,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(669,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(670,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(670,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(671,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(671,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(672,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(672,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(673,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(673,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(674,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(674,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(675,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(675,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(676,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(676,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(677,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(677,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(678,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(678,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(679,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(679,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(753,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(753,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(754,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(754,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(755,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(755,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(756,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(756,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(757,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(757,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(758,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(758,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(759,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(759,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(798,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(798,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(799,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(799,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(800,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(800,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(801,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(801,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(840,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(840,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(859,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(859,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(860,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(860,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(861,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(861,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(862,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(862,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(863,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(863,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(864,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(864,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(865,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(865,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(866,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(866,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(867,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(867,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(868,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(868,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(869,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(869,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(870,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(870,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(944,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(944,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(945,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(945,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(946,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(946,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(947,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable
    C:\AppSource\Text-Grab\Text-Grab\obj\Debug\net8.0-windows10.0.20348.0\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(947,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context
    C:\AppSource\Text-Grab\Text-Grab\Pages\LanguageSettings.xaml.cs(121,19): warning CS8602: Dereference of a possibly null reference.
    C:\AppSource\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(60,17): warning CS0162: Unreachable code detected
    C:\AppSource\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(63,17): warning CS0162: Unreachable code detected
    C:\AppSource\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(69,17): warning CS0162: Unreachable code detected
    CSC : warning WFAC010: Remove high DPI settings from C:\AppSource\Text-Grab\Text-Grab\app.manifest and configure via Application.SetHighDpiMode API or 'ApplicationHighDpiMode' project property

Build failed with 190 error(s) and 5 warning(s) in 27.4s

Findings: (Please refer to binlog files on repro machine: C:\logs or attached buildlog.zip)): After comparing the binlog between 9.0.100-rc.1.24452.12 and 9.0.100-rc.2.24470.13, the 9.0.100-rc.2.24470.13 has an additional Analyzer assembly used. image

Dotnet Info:

.NET SDK:
 Version:           9.0.100-rc.2.24470.13
 Commit:            3229e54b07
 Workload version:  9.0.100-manifests.8fbc914b
 MSBuild version:   17.12.0-preview-24469-05+fea15fbd1

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.19045
 OS Platform: Windows
 RID:         win-x64
 Base Path:   C:\Program Files\dotnet\sdk\9.0.100-rc.2.24470.13\

Host:
  Version:      9.0.0-rc.2.24463.7
  Architecture: x64
  Commit:       static

.NET SDKs installed:
  9.0.100-rc.2.24470.13 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 9.0.0-rc.2.24466.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 9.0.0-rc.2.24463.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 9.0.0-rc.2.24464.2 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

@dotnet-actwx-bot @dotnet/compat

Junjun-zhao commented 1 month ago

@marcpopMSFT Could you please take a look at this bug and help triage it? Meanwhile, could you help confirm if this is a RC2 blocker? Thanks.

marcpopMSFT commented 1 month ago

Those are all c# errors/warnings and you should follow up with @jaredpar and @arkalyanms

Junjun-zhao commented 1 month ago

Thank you, @marcpopMSFT .

Hi @jaredpar and @arkalyanms, this issue was found during source compat testing, could you please take a look at it and confirm if this RC2 blocker? Thanks.

jaredpar commented 1 month ago

Can you include the compiler log as well? That will make it easier for us to reproduce the compilation errors.

While the compilation errors are interesting and I'd like to take a look at them it's unlikely to be a compiler bug. By the error it looks like possibly bad code gen or ambiguity between namespace and types: compiler log will let us dig into that. The root cause is we are adding another generator where we weren't previously. Is that intended @marcpopMSFT, @baronfel? Think we should be looking into that.

Junjun-zhao commented 1 month ago

Hi @jaredpar ,

No compilations added after executing the command.

stack trace ``` ********************************************************************** ** Visual Studio 2022 Developer Command Prompt v17.12.0-pre.2.0 ** Copyright (c) 2022 Microsoft Corporation ********************************************************************** C:\Program Files\Microsoft Visual Studio\2022\Preview>cd C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab>msbuild -bl Text-Grab.csproj MSBuild version 17.12.0-preview-24426-07+07a6d0d9c for .NET Framework Build started 9/26/2024 6:34:56 AM. Project "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" on node 1 (default targets). _CheckForNETCoreSdkIsPreview: C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInferen ce.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-poli cy [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj] GenerateTemporaryTargetAssembly: Copying file from "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab.csproj.nuget.g.props" to " C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab_3dpgulx5_wpftmp.csproj.nuget.g.props". Copying file from "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab.csproj.nuget.g.targets" to "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab_3dpgulx5_wpftmp.csproj.nuget.g.targets". Copying file from "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab.csproj.nuget.dgspec.json" to "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab_3dpgulx5_wpftmp.csproj.nuget.dgspec.json" . Project "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" (1) is building "C:\Users\AppCompa t\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj" (2) on node 1 (_CompileTemporaryAssembly tar get(s)). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the i nput files. _GenerateSourceLinkFile: Source Link is empty, file 'obj\Debug\net9.0-windows10.0.20348.0\Text-Grab_3dpgulx5_wpftmp.sourcelink.json' does not exist. CoreCompile: C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:9 /define:TRACE;DEBUG;NET;NET9_0;NETCORE APP;WINDOWS;WINDOWS10_0_20348_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GRE ATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS10_0_20348_0_OR_GREATER;WINDOWS10_0_19041_0_OR_GREATER; WINDOWS10_0_18362_0_OR_GREATER;WINDOWS10_0_17763_0_OR_GREATER;WINDOWS8_0_OR_GREATER;WINDOWS7_0_OR_GREATER /main:Text_ Grab.App /highentropyva+ /nullable:enable /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\ 9.0.0-rc.2.24474.4\ref\net9.0\Accessibility.dll" /reference:C:\Users\AppCompat\.nuget\packages\cliwrap\3.6.6\lib\netc oreapp3.0\CliWrap.dll /reference:C:\Users\AppCompat\.nuget\packages\humanizer.core\2.14.1\lib\net6.0\Humanizer.dll /r eference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Microsoft.CSharp.dll" /reference:C:\Users\AppCompat\.nuget\packages\microsoft.toolkit.uwp.notifications\7.1.3\lib\net5.0-windows10.0.17763 \Microsoft.Toolkit.Uwp.Notifications.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc .2.24473.5\ref\net9.0\Microsoft.VisualBasic.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesk top.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\Microsoft.VisualBasic.dll" /reference:"C:\Program Files\dotnet\packs\Micros oft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\Microsoft.VisualBasic.Forms.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Microsoft.Win32.Primitives.dll" /reference:"C: \Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\Microsoft.Win32.Registry.A ccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\M icrosoft.Win32.Registry.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24 474.4\ref\net9.0\Microsoft.Win32.SystemEvents.dll" /reference:C:\Users\AppCompat\.nuget\packages\microsoft.windows.sd k.net.ref\10.0.20348.45\lib\net8.0\Microsoft.Windows.SDK.NET.dll /reference:"C:\Program Files\dotnet\packs\Microsoft. NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\mscorlib.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCo re.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\netstandard.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.Windows Desktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationCore.dll" /reference:"C:\Program Files\dotnet\packs\Microso ft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramework.Aero.dll" /reference:"C:\Program Files\ dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramework.Aero2.dll" /referen ce:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramewor k.AeroLite.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net 9.0\PresentationFramework.Classic.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0 .0-rc.2.24474.4\ref\net9.0\PresentationFramework.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesk top.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramework.Luna.dll" /reference:"C:\Program Files\dotnet\packs\M icrosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramework.Royale.dll" /reference:"C:\Progra m Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationUI.dll" /reference:"C :\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\ReachFramework.dll" /refe rence:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.AppContext.dll" / reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Buffers.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.CodeD om.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Coll ections.Concurrent.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\ne t9.0\System.Collections.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\r ef\net9.0\System.Collections.Immutable.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0 -rc.2.24473.5\ref\net9.0\System.Collections.NonGeneric.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCo re.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Collections.Specialized.dll" /reference:"C:\Program Files\dotnet\pack s\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.ComponentModel.Annotations.dll" /reference:"C:\Progr am Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.ComponentModel.DataAnnotations.d ll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Componen tModel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System. ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24 473.5\ref\net9.0\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files\dotnet\pack s\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Configuration.ConfigurationManager.dll" /refe rence:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Configuration.dll " /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Console.dl l" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Data.Common .dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Data.D ataSetExtensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9 .0\System.Data.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref \net9.0\System.Design.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref \net9.0\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-r c.2.24473.5\ref\net9.0\System.Diagnostics.Debug.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App. Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.DiagnosticSource.dll" /reference:"C:\Program Files\dotnet\packs\ Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Diagnostics.EventLog.dll" /reference:"C:\Progra m Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Diagn ostics.PerformanceCounter.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5 \ref\net9.0\System.Diagnostics.Process.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0 -rc.2.24473.5\ref\net9.0\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCo re.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files \dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.Tools.dll" /reference:"C:\Pr ogram Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics. Tracing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0 \System.DirectoryServices.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5 \ref\net9.0\System.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4 \ref\net9.0\System.Drawing.Common.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0 .0-rc.2.24474.4\ref\net9.0\System.Drawing.Design.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesk top.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Drawing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NET Core.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Drawing.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\M icrosoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Dynamic.Runtime.dll" /reference:"C:\Program Files\dotne t\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Formats.Asn1.dll" /reference:"C:\Program Files \dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Formats.Nrbf.dll" /reference:"C:\ Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Formats.Tar.dll" /reference :"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Globalization.Calendar s.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Globa lization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Syste m.Globalization.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473. 5\ref\net9.0\System.IO.Compression.Brotli.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9. 0.0-rc.2.24473.5\ref\net9.0\System.IO.Compression.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files\dotnet\packs\M icrosoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Compression.ZipFile.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.dll" /reference:"C:\Program Files\do tnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.FileSystem.AccessControl.dll" /reference :"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.FileSystem.dll" /re ference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.FileSystem.D riveInfo.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Syste m.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473. 5\ref\net9.0\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9. 0.0-rc.2.24473.5\ref\net9.0\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCor e.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files\dotnet\packs\Mi crosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.IO.Packaging.dll" /reference:"C:\Program Files\do tnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Pipelines.dll" /reference:"C:\Program Fi les\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Pipes.AccessControl.dll" /referenc e:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Pipes.dll" /refere nce:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.UnmanagedMemoryS tream.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.L inq.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Lin q.Expressions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\ System.Linq.Parallel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\ net9.0\System.Linq.Queryable.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2447 3.5\ref\net9.0\System.Memory.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2447 3.5\ref\net9.0\System.Net.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5 \ref\net9.0\System.Net.Http.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473 .5\ref\net9.0\System.Net.Http.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc. 2.24473.5\ref\net9.0\System.Net.HttpListener.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref \9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Mail.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.R ef\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.NameResolution.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.N ETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.NetworkInformation.dll" /reference:"C:\Program Files\dotnet\p acks\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Ping.dll" /reference:"C:\Program Files\dotnet \packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Primitives.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Quic.dll" /reference:"C:\Program Fi les\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Requests.dll" /reference:"C:\Prog ram Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Security.dll" /reference:"C :\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.ServicePoint.dll" /re ference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Sockets.dll " /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.WebCli ent.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net .WebHeaderCollection.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\ net9.0\System.Net.WebProxy.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473. 5\ref\net9.0\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9. 0.0-rc.2.24473.5\ref\net9.0\System.Net.WebSockets.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Numerics.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore. App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Numerics.Vectors.dll" /reference:"C:\Program Files\dotnet\packs\Microsof t.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.ObjectModel.dll" /reference:"C:\Program Files\dotnet\packs\Mic rosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Printing.dll" /reference:"C:\Program Files\dotnet\ packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Private.Windows.Core.dll" /reference:"C:\ Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.DispatchProxy.dl l" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflectio n.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Refle ction.Emit.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Sys tem.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2. 24473.5\ref\net9.0\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCor e.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\M icrosoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.Metadata.dll" /reference:"C:\Program Files\d otnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.Primitives.dll" /reference:"C:\ Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.TypeExtensions.d ll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.R esources.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\n et9.0\System.Resources.Reader.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.244 73.5\ref\net9.0\System.Resources.ResourceManager.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App .Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Resources.Writer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.N ETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.CompilerServices.Unsafe.dll" /reference:"C:\Program Files \dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.CompilerServices.VisualC.dll" /r eference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.dll" / reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Exten sions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.R untime.Handles.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0 \System.Runtime.InteropServices.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2 4473.5\ref\net9.0\System.Runtime.InteropServices.JavaScript.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft. NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\P rogram Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Intrinsics.dll" /ref erence:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Loader.d ll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime. Numerics.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Syste m.Runtime.Serialization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\r ef\net9.0\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files\dotnet\packs\ Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Serialization.Primitives.dll" /reference:"C:\P rogram Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Serialization.Xml.dl l" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security. AccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\ System.Security.Claims.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\re f\net9.0\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App .Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography.Cng.dll" /reference:"C:\Program Files\dotnet\packs\Mi crosoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Fi les\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography.dll" /reference :"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography. Encoding.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Syste m.Security.Cryptography.OpenSsl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0 -rc.2.24474.4\ref\net9.0\System.Security.Cryptography.Pkcs.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.N ETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Security.Cryptography.ProtectedD ata.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Sec urity.Cryptography.X509Certificates.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9 .0.0-rc.2.24474.4\ref\net9.0\System.Security.Cryptography.Xml.dll" /reference:"C:\Program Files\dotnet\packs\Microsof t.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.dll" /reference:"C:\Program Files\dotnet\packs\Micros oft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Security.Permissions.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Principal.dll" /reference:"C:\ Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Principal.Windows. dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Securit y.SecureString.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0 \System.ServiceModel.Web.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ ref\net9.0\System.ServiceProcess.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2. 24473.5\ref\net9.0\System.Text.Encoding.CodePages.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.Encoding.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NET Core.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files\dotnet\p acks\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.Encodings.Web.dll" /reference:"C:\Program Fi les\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.RegularExpressions.dll" /refe rence:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Threading. AccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\ System.Threading.Channels.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5 \ref\net9.0\System.Threading.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2447 3.5\ref\net9.0\System.Threading.Overlapped.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9 .0.0-rc.2.24473.5\ref\net9.0\System.Threading.Tasks.Dataflow.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft .NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Threading.Tasks.dll" /reference:"C:\Program Files\dotnet\packs\ Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Threading.Tasks.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Threading.Tasks.Parallel.dll" /ref erence:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Threading.Thread .dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Thread ing.ThreadPool.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0 \System.Threading.Timer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\r ef\net9.0\System.Transactions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.244 73.5\ref\net9.0\System.Transactions.Local.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9. 0.0-rc.2.24473.5\ref\net9.0\System.ValueTuple.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Re f\9.0.0-rc.2.24473.5\ref\net9.0\System.Web.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9 .0.0-rc.2.24473.5\ref\net9.0\System.Web.HttpUtility.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsD esktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Controls.Ribbon.dll" /reference:"C:\Program Files\dotnet\ packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Windows.dll" /reference:"C:\Program Files\dotnet \packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Extensions.dll" /reference:"C:\P rogram Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Forms.Design. dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System. Windows.Forms.Design.Editors.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc .2.24474.4\ref\net9.0\System.Windows.Forms.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.Ap p.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Forms.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Mi crosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Input.Manipulations.dll" /reference:"C:\P rogram Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Presentation. dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System. Xaml.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xm l.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xml.L inq.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xml .ReaderWriter.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\ System.Xml.Serialization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ ref\net9.0\System.Xml.XDocument.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2 4473.5\ref\net9.0\System.Xml.XmlDocument.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0 .0-rc.2.24473.5\ref\net9.0\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore. App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xml.XPath.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCo re.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xml.XPath.XDocument.dll" /reference:"C:\Program Files\dotnet\packs\Mi crosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\UIAutomationClient.dll" /reference:"C:\Program Files\dot net\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\UIAutomationClientSideProviders.dll" /refere nce:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\UIAutomationProvide r.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\UIAut omationTypes.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\n et9.0\WindowsBase.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ ref\net9.0\WindowsFormsIntegration.dll" /reference:C:\Users\AppCompat\.nuget\packages\microsoft.windows.sdk.net.ref\1 0.0.20348.45\lib\net8.0\WinRT.Runtime.dll /reference:C:\Users\AppCompat\.nuget\packages\wpf-ui\3.0.0\lib\net8.0-windo ws7.0\Wpf.Ui.dll /reference:C:\Users\AppCompat\.nuget\packages\wpfscreenhelper\2.1.0\lib\netcoreapp3.1\WpfScreenHelpe r.dll /reference:C:\Users\AppCompat\.nuget\packages\zxing.net\0.16.9\lib\net7.0\zxing.dll /reference:C:\Users\AppComp at\.nuget\packages\zxing.net.bindings.windows.compatibility\0.16.12\lib\net7.0\ZXing.Windows.Compatibility.dll /debug + /debug:portable /filealign:512 /optimize- /out:obj\Debug\net9.0-windows10.0.20348.0\Text-Grab.dll /refout:obj\Debug \net9.0-windows10.0.20348.0\refint\Text-Grab.dll /target:winexe /warnaserror- /utf8output /win32icon:TealSelect.ico / deterministic+ /langversion:13.0 /analyzerconfig:C:\Users\AppCompat\Desktop\AppSources\Text-Grab\.editorconfig /analy zerconfig:"C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\Sdks\Microsoft.NET.Sdk\codestyle\cs\build\config\analysi slevelstyle_default.globalconfig" /analyzerconfig:obj\Debug\net9.0-windows10.0.20348.0\Text-Grab_3dpgulx5_wpftmp.Gene ratedMSBuildEditorConfig.editorconfig /analyzerconfig:"C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\Sdks\Microso ft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig" /analyzer:"C:\Program Files\dotnet\sdk\9.0.10 0-rc.2.24474.11\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll" /analyzer :"C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysi s.NetAnalyzers.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\analyzers/d otnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App. Ref\9.0.0-rc.2.24473.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGe nerator.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\analyzers/dotnet/c s/Microsoft.Interop.SourceGeneration.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc .2.24473.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll" /analyzer:"C:\Program Files\dotnet\packs\Micros oft.NETCore.App.Ref\9.0.0-rc.2.24473.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll" /analyzer:"C :\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\analyzers/dotnet/System.Windows.Form s.Analyzers.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\analyze rs/dotnet/cs/System.Windows.Forms.Analyzers.CSharp.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.WindowsDes ktop.App.Ref\9.0.0-rc.2.24474.4\analyzers/dotnet/cs/System.Windows.Forms.Analyzers.CodeFixes.CSharp.dll" /analyzer:C: \Users\AppCompat\.nuget\packages\microsoft.windows.sdk.net.ref\10.0.20348.45\analyzers/dotnet/cs/WinRT.SourceGenerato r.dll /additionalfile:app.manifest App.xaml.cs AssemblyInfo.cs Controls\AddOrRemoveWindow.xaml.cs Controls\BottomBarS ettings.xaml.cs Controls\CollapsibleButton.xaml.cs Controls\FindAndReplaceWindow.xaml.cs Controls\PreviousGrabWindow. xaml.cs Controls\QrCodeWindow.xaml.cs Controls\ShortcutControl.xaml.cs Controls\WordBorder.xaml.cs DesktopNotificatio nManagerCompat.cs Enums.cs Extensions\ControlExtensions.cs Extensions\ImageExtensions.cs Extensions\KeyboardExtension s.cs Extensions\LanguageExtensions.cs Extensions\NumberExtensions.cs Extensions\ShapeExtensions.cs Extensions\StringB uilderExtensions.cs Interfaces\ILanguage.cs Models\AsyncOcrFileResult.cs Models\ButtonInfo.cs Models\DragDataObject.c s Models\FindResult.cs Models\HistoryInfo.cs Models\LookupItem.cs Models\NullAsyncResult.cs Models\OcrDirectoryOption s.cs Models\OcrOutput.cs Models\ResultTable.cs Models\ShortcutKeySet.cs Models\TessLang.cs Models\WordBorderInfo.cs N ativeMethods.cs OSInterop.cs Pages\DangerSettings.xaml.cs Pages\GeneralSettings.xaml.cs Pages\KeysSettings.xaml.cs Pa ges\LanguageSettings.xaml.cs Pages\TesseractSettings.xaml.cs Properties\Settings.Designer.cs Services\HistoryService. cs TextGrabNotificationActivator.cs UndoRedoOperations\AddWordBorder.cs UndoRedoOperations\ChangeWord.cs UndoRedoOper ations\Operation.cs UndoRedoOperations\RemoveWordBorder.cs UndoRedoOperations\ResizeWordBorder.cs UndoRedoOperations\ UndoRedo.cs Utilities\BarcodeUtilities.cs Utilities\ClipboardUtilities.cs Utilities\ColorHelper.cs Utilities\CursorCl ipper.cs Utilities\CustomBottomBarUtilities.cs Utilities\FileUtilities.cs Utilities\HotKeyManager.cs Utilities\ImageM ethods.cs Utilities\ImplementAppOptions.cs Utilities\IoUtilities.cs Utilities\LanguageUtilities.cs Utilities\Notifica tionUtilities.cs Utilities\NotifyIconUtilities.cs Utilities\OcrUtilities.cs Utilities\OutputUtilities.cs Utilities\Re gistryMonitor.cs Utilities\ShortcutKeysUtilities.cs Utilities\Singleton.cs Utilities\StreamWrapper.cs Utilities\Strin gMethods.cs Utilities\SystemThemeUtility.cs Utilities\TesseractHelper.cs Utilities\WindowResizer.cs Utilities\WindowU tilities.cs Views\EditTextWindow.xaml.cs Views\FirstRunWindow.xaml.cs Views\FullscreenGrab.xaml.cs Views\GrabFrame.xa ml.cs Views\QuickSimpleLookup.xaml.cs Views\SettingsWindow.xaml.cs WPFExtensionMethods.cs C:\Users\AppCompat\Desktop\ AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Controls\AddOrRemoveWindow.g.cs C:\Users\AppCompa t\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Controls\BottomBarSettings.g.cs C:\User s\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Controls\CollapsibleButton.g. cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Controls\FindAndRep laceWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Contro ls\PreviousGrabWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.203 48.0\Controls\QrCodeWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10. 0.20348.0\Controls\ShortcutControl.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-wi ndows10.0.20348.0\Controls\WordBorder.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0 -windows10.0.20348.0\Pages\DangerSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\ne t9.0-windows10.0.20348.0\Pages\GeneralSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Deb ug\net9.0-windows10.0.20348.0\Pages\KeysSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\D ebug\net9.0-windows10.0.20348.0\Pages\LanguageSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab \obj\Debug\net9.0-windows10.0.20348.0\Pages\TesseractSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Te xt-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\EditTextWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Gra b\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\FirstRunWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text -Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\FullscreenGrab.g.cs C:\Users\AppCompat\Desktop\AppSources\ Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\GrabFrame.g.cs C:\Users\AppCompat\Desktop\AppSources\T ext-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\QuickSimpleLookup.g.cs C:\Users\AppCompat\Desktop\AppSo urces\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\SettingsWindow.g.cs C:\Users\AppCompat\Desktop\A ppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\App.g.cs C:\Users\AppCompat\Desktop\AppSources\Tex t-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\GeneratedInternalTypeHelper.g.cs "obj\Debug\net9.0-windows10.0. 20348.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" /warnaserror+:NU1605,SYSLIB0011 C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,22): error CS0116: A namespace cannot directly contain members such as fields, methods or statements [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dp gulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,21): error CS1514: { expected [C:\Users\AppCompat\Desk top\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(6,1): error CS1022: Type or namespace definition, or end -of-file expected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,22): error CS0116: A namespace cannot directly contain m embers such as fields, methods or statements [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgu lx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,21): error CS1514: { expected [C:\Users\AppCompat\Deskto p\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(6,1): error CS1022: Type or namespace definition, or end-o f-file expected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\LanguageSettings.xaml.cs(121,19): warning CS8602: Deref erence of a possibly null reference. [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpft mp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(60,17): warning CS0162: Unreach able code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(63,17): warning CS0162: Unreach able code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(69,17): warning CS0162: Unreach able code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,29): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,48): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(24,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(24,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,29): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,48): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(54,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(54,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(83,29): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(83,48): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(84,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(84,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(85,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(85,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(109,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(109,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(110,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(110,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(111,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(111,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(112,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(112,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(113,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(113,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(114,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(114,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(115,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(115,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(154,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(154,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(155,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(155,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(184,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(184,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(203,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(203,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(204,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(204,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(246,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(246,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(247,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(247,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(248,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(248,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(249,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(249,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(298,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(298,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(299,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(299,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(300,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(300,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(301,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(301,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(340,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(340,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(341,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(341,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(342,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(342,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(366,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(366,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(385,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(385,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(386,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(386,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(387,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(387,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(388,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(388,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(389,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(389,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(390,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(390,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(391,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(391,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(392,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(392,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(393,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(393,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(394,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(394,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(395,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(395,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(396,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(396,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(470,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(470,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(471,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(471,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(518,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(518,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(519,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(519,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(520,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(520,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(521,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(521,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(522,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(522,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(566,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(566,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(567,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(567,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(596,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(596,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(597,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(597,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(598,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(598,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(599,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(599,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(600,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(600,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(601,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(601,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(602,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(602,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(603,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(603,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(604,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(604,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(605,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(605,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(606,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(606,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(607,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(607,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(699,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(699,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(700,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(700,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(701,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(701,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(702,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(702,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(741,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(741,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(742,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(742,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(743,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(743,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(744,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(744,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(745,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(745,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(746,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(746,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(747,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(747,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(748,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(748,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(749,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(749,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(750,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(750,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(751,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(751,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(752,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(752,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(844,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(844,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(863,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(863,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(864,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(864,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(893,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(893,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(894,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(894,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(923,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(923,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(924,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(924,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(948,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(948,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(949,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(949,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(950,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(950,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(951,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(951,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(952,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(952,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.c sproj] CSC : warning WFO0003: Remove high DPI settings from C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\app.mani fest and configure via Application.SetHighDpiMode API or 'ApplicationHighDpiMode' project property [C:\Users\AppCompat\ Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] CompilerServer: server - server processed compilation - Text-Grab_3dpgulx5_wpftmp (net9.0-windows10.0.20348.0) Done Building Project "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj" (_Co mpileTemporaryAssembly target(s)) -- FAILED. Done Building Project "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" (default targets) -- FAILED. Deferred Messages Detailed Build Summary ====================== ============================== Build Hierarchy (IDs represent configurations) ======================================= ============== Id : Exclusive Time Total Time Path (Targets) --------------------------------------------------------------------------------------------------------------------- -------------- 0 : 1.750s 4.906s C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Gr ab.csproj () . 1 : 3.156s 3.156s C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Gr ab_3dpgulx5_wpftmp.csproj (_CompileTemporaryAssembly) ============================== Node Utilization (IDs represent configurations) ====================================== ============== Timestamp: 1 Duration Cumulative --------------------------------------------------------------------------------------------------------------------- -------------- 638629292969454029: 0 1.735s 1.735s .................................. 638629292986800731: 1 3.156s 4.891s ............................................................... 638629293018362485: 0 0.016s 4.906s --------------------------------------------------------------------------------------------------------------------- -------------- Utilization: 100.0 Average Utilization: 100.0 Build FAILED. "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" (default target) (1) -> "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj" (_CompileTemporaryAssembly target) (2) -> (CoreCompile target) -> C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\LanguageSettings.xaml.cs(121,19): warning CS8602: Der eference of a possibly null reference. [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wp ftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(60,17): warning CS0162: Unrea chable code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(63,17): warning CS0162: Unrea chable code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(69,17): warning CS0162: Unrea chable code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] CSC : warning WFO0003: Remove high DPI settings from C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\app.ma nifest and configure via Application.SetHighDpiMode API or 'ApplicationHighDpiMode' project property [C:\Users\AppCompa t\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" (default target) (1) -> "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj" (_CompileTemporaryAssembly target) (2) -> (CoreCompile target) -> C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,22): error CS0116: A namespace cannot directly conta in members such as fields, methods or statements [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3 dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,21): error CS1514: { expected [C:\Users\AppCompat\De sktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(6,1): error CS1022: Type or namespace definition, or e nd-of-file expected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,22): error CS0116: A namespace cannot directly contain members such as fields, methods or statements [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dp gulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,21): error CS1514: { expected [C:\Users\AppCompat\Desk top\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(6,1): error CS1022: Type or namespace definition, or end -of-file expected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(24,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(24,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(54,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(54,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(83,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(83,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(84,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(84,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(85,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(85,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(109,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(109,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(110,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(110,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(111,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(111,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(112,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(112,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(113,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(113,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(114,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(114,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(115,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(115,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(154,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(154,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(155,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(155,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(184,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(184,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(203,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(203,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(204,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(204,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(246,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(246,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(247,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(247,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(248,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(248,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(249,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(249,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(298,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(298,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(299,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(299,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(300,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(300,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(301,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(301,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(340,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(340,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(341,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(341,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(342,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(342,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(366,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(366,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(385,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(385,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(386,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(386,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(387,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(387,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(388,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(388,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(389,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(389,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(390,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(390,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(391,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(391,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(392,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(392,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(393,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(393,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(394,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(394,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(395,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(395,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(396,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(396,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(470,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(470,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(471,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(471,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(518,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(518,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(519,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(519,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(520,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(520,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(521,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(521,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(522,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(522,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(566,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(566,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(567,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(567,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(596,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(596,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(597,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(597,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(598,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(598,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(599,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(599,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(600,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(600,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(601,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(601,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(602,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(602,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(603,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(603,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(604,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(604,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(605,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(605,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(606,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(606,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(607,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(607,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(699,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(699,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(700,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(700,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(701,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(701,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(702,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(702,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(741,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(741,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(742,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(742,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(743,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(743,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(744,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(744,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(745,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(745,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(746,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(746,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(747,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(747,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(748,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(748,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(749,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(749,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(750,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(750,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(751,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(751,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(752,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(752,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(844,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(844,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(863,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(863,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(864,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(864,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(893,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(893,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(894,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(894,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(923,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(923,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(924,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(924,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(948,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(948,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(949,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(949,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(950,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(950,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(951,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(951,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(952,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(952,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_3dpgulx5_wpftmp .csproj] 5 Warning(s) 190 Error(s) Time Elapsed 00:00:04.90 C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab>complog create msbuild.binlog No compilations added ```
jaredpar commented 1 month ago

@Junjun-zhao can you use the --all option when creating the log?

complog create --all msbuild.binlog

This error is in the WPF temporary project and that is excluded by default. Have to use --all to get that included.

Junjun-zhao commented 1 month ago

Hi @jaredpar, No compile log is generated either.

C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab>complog create --all msbuild.binlog
Missing file, either build did not happen on this machine or the environment has changed:
stack trace ``` ********************************************************************** ** Visual Studio 2022 Developer Command Prompt v17.12.0-pre.2.0 ** Copyright (c) 2022 Microsoft Corporation ********************************************************************** C:\Program Files\Microsoft Visual Studio\2022\Preview>cd C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab>msbuild --bl Text-Grab.csproj MSBuild version 17.12.0-preview-24426-07+07a6d0d9c for .NET Framework Build started 9/27/2024 12:36:12 AM. Project "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" on node 1 (default targets). _CheckForNETCoreSdkIsPreview: C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInferen ce.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-poli cy [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj] GenerateTemporaryTargetAssembly: Copying file from "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab.csproj.nuget.g.props" to " C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab_lgppudzk_wpftmp.csproj.nuget.g.props". Copying file from "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab.csproj.nuget.dgspec.json" to "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab_lgppudzk_wpftmp.csproj.nuget.dgspec.json" . Copying file from "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab.csproj.nuget.g.targets" to "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Text-Grab_lgppudzk_wpftmp.csproj.nuget.g.targets". Project "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" (1) is building "C:\Users\AppCompa t\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj" (2) on node 1 (_CompileTemporaryAssembly tar get(s)). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the i nput files. _GenerateSourceLinkFile: Source Link is empty, file 'obj\Debug\net9.0-windows10.0.20348.0\Text-Grab_lgppudzk_wpftmp.sourcelink.json' does not exist. CoreCompile: C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:9 /define:TRACE;DEBUG;NET;NET9_0;NETCORE APP;WINDOWS;WINDOWS10_0_20348_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GRE ATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS10_0_20348_0_OR_GREATER;WINDOWS10_0_19041_0_OR_GREATER; WINDOWS10_0_18362_0_OR_GREATER;WINDOWS10_0_17763_0_OR_GREATER;WINDOWS8_0_OR_GREATER;WINDOWS7_0_OR_GREATER /main:Text_ Grab.App /highentropyva+ /nullable:enable /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\ 9.0.0-rc.2.24474.4\ref\net9.0\Accessibility.dll" /reference:C:\Users\AppCompat\.nuget\packages\cliwrap\3.6.6\lib\netc oreapp3.0\CliWrap.dll /reference:C:\Users\AppCompat\.nuget\packages\humanizer.core\2.14.1\lib\net6.0\Humanizer.dll /r eference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Microsoft.CSharp.dll" /reference:C:\Users\AppCompat\.nuget\packages\microsoft.toolkit.uwp.notifications\7.1.3\lib\net5.0-windows10.0.17763 \Microsoft.Toolkit.Uwp.Notifications.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc .2.24473.5\ref\net9.0\Microsoft.VisualBasic.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesk top.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\Microsoft.VisualBasic.dll" /reference:"C:\Program Files\dotnet\packs\Micros oft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\Microsoft.VisualBasic.Forms.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Microsoft.Win32.Primitives.dll" /reference:"C: \Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\Microsoft.Win32.Registry.A ccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\M icrosoft.Win32.Registry.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24 474.4\ref\net9.0\Microsoft.Win32.SystemEvents.dll" /reference:C:\Users\AppCompat\.nuget\packages\microsoft.windows.sd k.net.ref\10.0.20348.45\lib\net8.0\Microsoft.Windows.SDK.NET.dll /reference:"C:\Program Files\dotnet\packs\Microsoft. NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\mscorlib.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCo re.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\netstandard.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.Windows Desktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationCore.dll" /reference:"C:\Program Files\dotnet\packs\Microso ft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramework.Aero.dll" /reference:"C:\Program Files\ dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramework.Aero2.dll" /referen ce:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramewor k.AeroLite.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net 9.0\PresentationFramework.Classic.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0 .0-rc.2.24474.4\ref\net9.0\PresentationFramework.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesk top.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramework.Luna.dll" /reference:"C:\Program Files\dotnet\packs\M icrosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationFramework.Royale.dll" /reference:"C:\Progra m Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\PresentationUI.dll" /reference:"C :\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\ReachFramework.dll" /refe rence:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.AppContext.dll" / reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Buffers.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.CodeD om.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Coll ections.Concurrent.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\ne t9.0\System.Collections.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\r ef\net9.0\System.Collections.Immutable.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0 -rc.2.24473.5\ref\net9.0\System.Collections.NonGeneric.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCo re.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Collections.Specialized.dll" /reference:"C:\Program Files\dotnet\pack s\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.ComponentModel.Annotations.dll" /reference:"C:\Progr am Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.ComponentModel.DataAnnotations.d ll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Componen tModel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System. ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24 473.5\ref\net9.0\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files\dotnet\pack s\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Configuration.ConfigurationManager.dll" /refe rence:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Configuration.dll " /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Console.dl l" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Data.Common .dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Data.D ataSetExtensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9 .0\System.Data.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref \net9.0\System.Design.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref \net9.0\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-r c.2.24473.5\ref\net9.0\System.Diagnostics.Debug.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App. Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.DiagnosticSource.dll" /reference:"C:\Program Files\dotnet\packs\ Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Diagnostics.EventLog.dll" /reference:"C:\Progra m Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Diagn ostics.PerformanceCounter.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5 \ref\net9.0\System.Diagnostics.Process.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0 -rc.2.24473.5\ref\net9.0\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCo re.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files \dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.Tools.dll" /reference:"C:\Pr ogram Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Diagnostics. Tracing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0 \System.DirectoryServices.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5 \ref\net9.0\System.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4 \ref\net9.0\System.Drawing.Common.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0 .0-rc.2.24474.4\ref\net9.0\System.Drawing.Design.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesk top.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Drawing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NET Core.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Drawing.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\M icrosoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Dynamic.Runtime.dll" /reference:"C:\Program Files\dotne t\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Formats.Asn1.dll" /reference:"C:\Program Files \dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Formats.Nrbf.dll" /reference:"C:\ Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Formats.Tar.dll" /reference :"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Globalization.Calendar s.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Globa lization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Syste m.Globalization.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473. 5\ref\net9.0\System.IO.Compression.Brotli.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9. 0.0-rc.2.24473.5\ref\net9.0\System.IO.Compression.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files\dotnet\packs\M icrosoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Compression.ZipFile.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.dll" /reference:"C:\Program Files\do tnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.FileSystem.AccessControl.dll" /reference :"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.FileSystem.dll" /re ference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.FileSystem.D riveInfo.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Syste m.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473. 5\ref\net9.0\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9. 0.0-rc.2.24473.5\ref\net9.0\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCor e.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files\dotnet\packs\Mi crosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.IO.Packaging.dll" /reference:"C:\Program Files\do tnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Pipelines.dll" /reference:"C:\Program Fi les\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Pipes.AccessControl.dll" /referenc e:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.Pipes.dll" /refere nce:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.IO.UnmanagedMemoryS tream.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.L inq.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Lin q.Expressions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\ System.Linq.Parallel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\ net9.0\System.Linq.Queryable.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2447 3.5\ref\net9.0\System.Memory.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2447 3.5\ref\net9.0\System.Net.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5 \ref\net9.0\System.Net.Http.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473 .5\ref\net9.0\System.Net.Http.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc. 2.24473.5\ref\net9.0\System.Net.HttpListener.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref \9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Mail.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.R ef\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.NameResolution.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.N ETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.NetworkInformation.dll" /reference:"C:\Program Files\dotnet\p acks\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Ping.dll" /reference:"C:\Program Files\dotnet \packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Primitives.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Quic.dll" /reference:"C:\Program Fi les\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Requests.dll" /reference:"C:\Prog ram Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Security.dll" /reference:"C :\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.ServicePoint.dll" /re ference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.Sockets.dll " /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net.WebCli ent.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Net .WebHeaderCollection.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\ net9.0\System.Net.WebProxy.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473. 5\ref\net9.0\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9. 0.0-rc.2.24473.5\ref\net9.0\System.Net.WebSockets.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Numerics.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore. App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Numerics.Vectors.dll" /reference:"C:\Program Files\dotnet\packs\Microsof t.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.ObjectModel.dll" /reference:"C:\Program Files\dotnet\packs\Mic rosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Printing.dll" /reference:"C:\Program Files\dotnet\ packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Private.Windows.Core.dll" /reference:"C:\ Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.DispatchProxy.dl l" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflectio n.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Refle ction.Emit.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Sys tem.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2. 24473.5\ref\net9.0\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCor e.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\M icrosoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.Metadata.dll" /reference:"C:\Program Files\d otnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.Primitives.dll" /reference:"C:\ Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Reflection.TypeExtensions.d ll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.R esources.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\n et9.0\System.Resources.Reader.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.244 73.5\ref\net9.0\System.Resources.ResourceManager.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App .Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Resources.Writer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.N ETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.CompilerServices.Unsafe.dll" /reference:"C:\Program Files \dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.CompilerServices.VisualC.dll" /r eference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.dll" / reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Exten sions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.R untime.Handles.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0 \System.Runtime.InteropServices.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2 4473.5\ref\net9.0\System.Runtime.InteropServices.JavaScript.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft. NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\P rogram Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Intrinsics.dll" /ref erence:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Loader.d ll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime. Numerics.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Syste m.Runtime.Serialization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\r ef\net9.0\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files\dotnet\packs\ Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Serialization.Primitives.dll" /reference:"C:\P rogram Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Runtime.Serialization.Xml.dl l" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security. AccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\ System.Security.Claims.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\re f\net9.0\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App .Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography.Cng.dll" /reference:"C:\Program Files\dotnet\packs\Mi crosoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Fi les\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography.dll" /reference :"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography. Encoding.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\Syste m.Security.Cryptography.OpenSsl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0 -rc.2.24474.4\ref\net9.0\System.Security.Cryptography.Pkcs.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.N ETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Security.Cryptography.ProtectedD ata.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Sec urity.Cryptography.X509Certificates.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9 .0.0-rc.2.24474.4\ref\net9.0\System.Security.Cryptography.Xml.dll" /reference:"C:\Program Files\dotnet\packs\Microsof t.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.dll" /reference:"C:\Program Files\dotnet\packs\Micros oft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Security.Permissions.dll" /reference:"C:\Program File s\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Principal.dll" /reference:"C:\ Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Security.Principal.Windows. dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Securit y.SecureString.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0 \System.ServiceModel.Web.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ ref\net9.0\System.ServiceProcess.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2. 24473.5\ref\net9.0\System.Text.Encoding.CodePages.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.Ap p.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.Encoding.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NET Core.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files\dotnet\p acks\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.Encodings.Web.dll" /reference:"C:\Program Fi les\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Text.RegularExpressions.dll" /refe rence:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Threading. AccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\ System.Threading.Channels.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5 \ref\net9.0\System.Threading.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2447 3.5\ref\net9.0\System.Threading.Overlapped.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9 .0.0-rc.2.24473.5\ref\net9.0\System.Threading.Tasks.Dataflow.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft .NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Threading.Tasks.dll" /reference:"C:\Program Files\dotnet\packs\ Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Threading.Tasks.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Threading.Tasks.Parallel.dll" /ref erence:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Threading.Thread .dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Thread ing.ThreadPool.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0 \System.Threading.Timer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\r ef\net9.0\System.Transactions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.244 73.5\ref\net9.0\System.Transactions.Local.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9. 0.0-rc.2.24473.5\ref\net9.0\System.ValueTuple.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Re f\9.0.0-rc.2.24473.5\ref\net9.0\System.Web.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9 .0.0-rc.2.24473.5\ref\net9.0\System.Web.HttpUtility.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsD esktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Controls.Ribbon.dll" /reference:"C:\Program Files\dotnet\ packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Windows.dll" /reference:"C:\Program Files\dotnet \packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Extensions.dll" /reference:"C:\P rogram Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Forms.Design. dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System. Windows.Forms.Design.Editors.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc .2.24474.4\ref\net9.0\System.Windows.Forms.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.Ap p.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Forms.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Mi crosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Input.Manipulations.dll" /reference:"C:\P rogram Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System.Windows.Presentation. dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\System. Xaml.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xm l.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xml.L inq.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xml .ReaderWriter.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\ System.Xml.Serialization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\ ref\net9.0\System.Xml.XDocument.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.2 4473.5\ref\net9.0\System.Xml.XmlDocument.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0 .0-rc.2.24473.5\ref\net9.0\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore. App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xml.XPath.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCo re.App.Ref\9.0.0-rc.2.24473.5\ref\net9.0\System.Xml.XPath.XDocument.dll" /reference:"C:\Program Files\dotnet\packs\Mi crosoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\UIAutomationClient.dll" /reference:"C:\Program Files\dot net\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\UIAutomationClientSideProviders.dll" /refere nce:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\UIAutomationProvide r.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\net9.0\UIAut omationTypes.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ref\n et9.0\WindowsBase.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\ ref\net9.0\WindowsFormsIntegration.dll" /reference:C:\Users\AppCompat\.nuget\packages\microsoft.windows.sdk.net.ref\1 0.0.20348.45\lib\net8.0\WinRT.Runtime.dll /reference:C:\Users\AppCompat\.nuget\packages\wpf-ui\3.0.0\lib\net8.0-windo ws7.0\Wpf.Ui.dll /reference:C:\Users\AppCompat\.nuget\packages\wpfscreenhelper\2.1.0\lib\netcoreapp3.1\WpfScreenHelpe r.dll /reference:C:\Users\AppCompat\.nuget\packages\zxing.net\0.16.9\lib\net7.0\zxing.dll /reference:C:\Users\AppComp at\.nuget\packages\zxing.net.bindings.windows.compatibility\0.16.12\lib\net7.0\ZXing.Windows.Compatibility.dll /debug + /debug:portable /filealign:512 /optimize- /out:obj\Debug\net9.0-windows10.0.20348.0\Text-Grab.dll /refout:obj\Debug \net9.0-windows10.0.20348.0\refint\Text-Grab.dll /target:winexe /warnaserror- /utf8output /win32icon:TealSelect.ico / deterministic+ /langversion:13.0 /analyzerconfig:C:\Users\AppCompat\Desktop\AppSources\Text-Grab\.editorconfig /analy zerconfig:"C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\Sdks\Microsoft.NET.Sdk\codestyle\cs\build\config\analysi slevelstyle_default.globalconfig" /analyzerconfig:obj\Debug\net9.0-windows10.0.20348.0\Text-Grab_lgppudzk_wpftmp.Gene ratedMSBuildEditorConfig.editorconfig /analyzerconfig:"C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\Sdks\Microso ft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig" /analyzer:"C:\Program Files\dotnet\sdk\9.0.10 0-rc.2.24474.11\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll" /analyzer :"C:\Program Files\dotnet\sdk\9.0.100-rc.2.24474.11\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysi s.NetAnalyzers.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\analyzers/d otnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App. Ref\9.0.0-rc.2.24473.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGe nerator.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc.2.24473.5\analyzers/dotnet/c s/Microsoft.Interop.SourceGeneration.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.0-rc .2.24473.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll" /analyzer:"C:\Program Files\dotnet\packs\Micros oft.NETCore.App.Ref\9.0.0-rc.2.24473.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll" /analyzer:"C :\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\analyzers/dotnet/System.Windows.Form s.Analyzers.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\9.0.0-rc.2.24474.4\analyze rs/dotnet/cs/System.Windows.Forms.Analyzers.CSharp.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.WindowsDes ktop.App.Ref\9.0.0-rc.2.24474.4\analyzers/dotnet/cs/System.Windows.Forms.Analyzers.CodeFixes.CSharp.dll" /analyzer:C: \Users\AppCompat\.nuget\packages\microsoft.windows.sdk.net.ref\10.0.20348.45\analyzers/dotnet/cs/WinRT.SourceGenerato r.dll /additionalfile:app.manifest App.xaml.cs AssemblyInfo.cs Controls\AddOrRemoveWindow.xaml.cs Controls\BottomBarS ettings.xaml.cs Controls\CollapsibleButton.xaml.cs Controls\FindAndReplaceWindow.xaml.cs Controls\PreviousGrabWindow. xaml.cs Controls\QrCodeWindow.xaml.cs Controls\ShortcutControl.xaml.cs Controls\WordBorder.xaml.cs DesktopNotificatio nManagerCompat.cs Enums.cs Extensions\ControlExtensions.cs Extensions\ImageExtensions.cs Extensions\KeyboardExtension s.cs Extensions\LanguageExtensions.cs Extensions\NumberExtensions.cs Extensions\ShapeExtensions.cs Extensions\StringB uilderExtensions.cs Interfaces\ILanguage.cs Models\AsyncOcrFileResult.cs Models\ButtonInfo.cs Models\DragDataObject.c s Models\FindResult.cs Models\HistoryInfo.cs Models\LookupItem.cs Models\NullAsyncResult.cs Models\OcrDirectoryOption s.cs Models\OcrOutput.cs Models\ResultTable.cs Models\ShortcutKeySet.cs Models\TessLang.cs Models\WordBorderInfo.cs N ativeMethods.cs OSInterop.cs Pages\DangerSettings.xaml.cs Pages\GeneralSettings.xaml.cs Pages\KeysSettings.xaml.cs Pa ges\LanguageSettings.xaml.cs Pages\TesseractSettings.xaml.cs Properties\Settings.Designer.cs Services\HistoryService. cs TextGrabNotificationActivator.cs UndoRedoOperations\AddWordBorder.cs UndoRedoOperations\ChangeWord.cs UndoRedoOper ations\Operation.cs UndoRedoOperations\RemoveWordBorder.cs UndoRedoOperations\ResizeWordBorder.cs UndoRedoOperations\ UndoRedo.cs Utilities\BarcodeUtilities.cs Utilities\ClipboardUtilities.cs Utilities\ColorHelper.cs Utilities\CursorCl ipper.cs Utilities\CustomBottomBarUtilities.cs Utilities\FileUtilities.cs Utilities\HotKeyManager.cs Utilities\ImageM ethods.cs Utilities\ImplementAppOptions.cs Utilities\IoUtilities.cs Utilities\LanguageUtilities.cs Utilities\Notifica tionUtilities.cs Utilities\NotifyIconUtilities.cs Utilities\OcrUtilities.cs Utilities\OutputUtilities.cs Utilities\Re gistryMonitor.cs Utilities\ShortcutKeysUtilities.cs Utilities\Singleton.cs Utilities\StreamWrapper.cs Utilities\Strin gMethods.cs Utilities\SystemThemeUtility.cs Utilities\TesseractHelper.cs Utilities\WindowResizer.cs Utilities\WindowU tilities.cs Views\EditTextWindow.xaml.cs Views\FirstRunWindow.xaml.cs Views\FullscreenGrab.xaml.cs Views\GrabFrame.xa ml.cs Views\QuickSimpleLookup.xaml.cs Views\SettingsWindow.xaml.cs WPFExtensionMethods.cs C:\Users\AppCompat\Desktop\ AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Controls\AddOrRemoveWindow.g.cs C:\Users\AppCompa t\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Controls\BottomBarSettings.g.cs C:\User s\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Controls\CollapsibleButton.g. cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Controls\FindAndRep laceWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Contro ls\PreviousGrabWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.203 48.0\Controls\QrCodeWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10. 0.20348.0\Controls\ShortcutControl.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-wi ndows10.0.20348.0\Controls\WordBorder.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0 -windows10.0.20348.0\Pages\DangerSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\ne t9.0-windows10.0.20348.0\Pages\GeneralSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Deb ug\net9.0-windows10.0.20348.0\Pages\KeysSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\D ebug\net9.0-windows10.0.20348.0\Pages\LanguageSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab \obj\Debug\net9.0-windows10.0.20348.0\Pages\TesseractSettings.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Te xt-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\EditTextWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text-Gra b\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\FirstRunWindow.g.cs C:\Users\AppCompat\Desktop\AppSources\Text -Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\FullscreenGrab.g.cs C:\Users\AppCompat\Desktop\AppSources\ Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\GrabFrame.g.cs C:\Users\AppCompat\Desktop\AppSources\T ext-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\QuickSimpleLookup.g.cs C:\Users\AppCompat\Desktop\AppSo urces\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Views\SettingsWindow.g.cs C:\Users\AppCompat\Desktop\A ppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\App.g.cs C:\Users\AppCompat\Desktop\AppSources\Tex t-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\GeneratedInternalTypeHelper.g.cs "obj\Debug\net9.0-windows10.0. 20348.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" /warnaserror+:NU1605,SYSLIB0011 C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,22): error CS0116: A namespace cannot directly contain members such as fields, methods or statements [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgp pudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,21): error CS1514: { expected [C:\Users\AppCompat\Desk top\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(6,1): error CS1022: Type or namespace definition, or end -of-file expected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,22): error CS0116: A namespace cannot directly contain m embers such as fields, methods or statements [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppu dzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,21): error CS1514: { expected [C:\Users\AppCompat\Deskto p\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(6,1): error CS1022: Type or namespace definition, or end-o f-file expected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,29): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,48): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(42,29): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(42,48): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(43,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(43,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(44,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(44,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(45,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(45,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(46,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(46,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(47,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(47,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(48,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(48,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(49,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(49,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(50,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(50,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(51,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(51,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(52,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(52,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,13): error CS0118: 'WinRT.Text' is a namespace but is u sed like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,32): error CS0103: The name 'GrabGenericHelpers' does n ot exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.cs proj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(127,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(127,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(128,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(128,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(175,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(175,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(176,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(176,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(177,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(177,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(178,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(178,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(179,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(179,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(223,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(223,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(224,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(224,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(253,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(253,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(254,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(254,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(255,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(255,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(256,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(256,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(257,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(257,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(258,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(258,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(259,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(259,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(260,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(260,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(261,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(261,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(262,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(262,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(263,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(263,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(264,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(264,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(356,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(356,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(357,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(357,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(358,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(358,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(359,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(359,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(398,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(398,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(399,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(399,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(400,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(400,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(401,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(401,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(402,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(402,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(403,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(403,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(404,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(404,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(405,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(405,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(406,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(406,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(407,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(407,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(408,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(408,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(409,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(409,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(501,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(501,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(520,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(520,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(521,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(521,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(550,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(550,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(551,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(551,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(580,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(580,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(581,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(581,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(605,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(605,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(606,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(606,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(607,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(607,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(608,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(608,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(609,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(609,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(653,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(653,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(654,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(654,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(683,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(683,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(684,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(684,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(713,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(713,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(714,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(714,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(715,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(715,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(739,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(739,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(740,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(740,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(741,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(741,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(742,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(742,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(743,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(743,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(744,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(744,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(745,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(745,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(784,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(784,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(785,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(785,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(814,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(814,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(833,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(833,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(834,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(834,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(876,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(876,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(877,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(877,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(878,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(878,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(879,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(879,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(928,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(928,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(929,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(929,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(930,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(930,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(931,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(931,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(970,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(970,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(971,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(971,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(972,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\Ge nerator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(972,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.c sproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\LanguageSettings.xaml.cs(121,19): warning CS8602: Deref erence of a possibly null reference. [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpft mp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(60,17): warning CS0162: Unreach able code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(63,17): warning CS0162: Unreach able code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(69,17): warning CS0162: Unreach able code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] CSC : warning WFO0003: Remove high DPI settings from C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\app.mani fest and configure via Application.SetHighDpiMode API or 'ApplicationHighDpiMode' project property [C:\Users\AppCompat\ Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] CompilerServer: server - server processed compilation - Text-Grab_lgppudzk_wpftmp (net9.0-windows10.0.20348.0) Done Building Project "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj" (_Co mpileTemporaryAssembly target(s)) -- FAILED. Done Building Project "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" (default targets) -- FAILED. Deferred Messages Detailed Build Summary ====================== ============================== Build Hierarchy (IDs represent configurations) ======================================= ============== Id : Exclusive Time Total Time Path (Targets) --------------------------------------------------------------------------------------------------------------------- -------------- 0 : 3.000s 16.266s C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-G rab.csproj () . 1 : 13.266s 13.266s C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text- Grab_lgppudzk_wpftmp.csproj (_CompileTemporaryAssembly) ============================== Node Utilization (IDs represent configurations) ====================================== ============== Timestamp: 1 Duration Cumulative --------------------------------------------------------------------------------------------------------------------- -------------- 638629941721461390: 0 2.969s 2.969s ........................................................... 638629941751148578: 1 13.266s 16.234s ++ (scale 1:100) 638629941883804070: 0 0.031s 16.266s --------------------------------------------------------------------------------------------------------------------- -------------- Utilization: 100.0 Average Utilization: 100.0 Build FAILED. "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" (default target) (1) -> "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj" (_CompileTemporaryAssembly target) (2) -> (CoreCompile target) -> C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\LanguageSettings.xaml.cs(121,19): warning CS8602: Der eference of a possibly null reference. [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wp ftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(60,17): warning CS0162: Unrea chable code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(63,17): warning CS0162: Unrea chable code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Pages\GeneralSettings.xaml.cs(69,17): warning CS0162: Unrea chable code detected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] CSC : warning WFO0003: Remove high DPI settings from C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\app.ma nifest and configure via Application.SetHighDpiMode API or 'ApplicationHighDpiMode' project property [C:\Users\AppCompa t\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab.csproj" (default target) (1) -> "C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj" (_CompileTemporaryAssembly target) (2) -> (CoreCompile target) -> C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,22): error CS0116: A namespace cannot directly conta in members such as fields, methods or statements [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_l gppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5,21): error CS1514: { expected [C:\Users\AppCompat\De sktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(6,1): error CS1022: Type or namespace definition, or e nd-of-file expected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,22): error CS0116: A namespace cannot directly contain members such as fields, methods or statements [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgp pudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,21): error CS1514: { expected [C:\Users\AppCompat\Desk top\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(6,1): error CS1022: Type or namespace definition, or end -of-file expected [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(23,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(42,29): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(42,48): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(43,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(43,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(44,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(44,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(45,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(45,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(46,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(46,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(47,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(47,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(48,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(48,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(49,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(49,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(50,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(50,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(51,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(51,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(52,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(52,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,13): error CS0118: 'WinRT.Text' is a namespace but is used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(53,32): error CS0103: The name 'GrabGenericHelpers' does not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp. csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(127,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(127,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(128,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(128,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(175,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(175,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(176,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(176,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(177,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(177,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(178,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(178,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(179,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(179,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(223,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(223,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(224,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(224,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(253,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(253,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(254,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(254,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(255,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(255,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(256,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(256,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(257,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(257,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(258,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(258,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(259,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(259,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(260,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(260,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(261,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(261,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(262,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(262,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(263,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(263,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(264,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(264,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(356,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(356,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(357,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(357,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(358,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(358,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(359,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(359,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(398,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(398,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(399,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(399,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(400,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(400,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(401,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(401,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(402,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(402,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(403,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(403,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(404,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(404,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(405,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(405,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(406,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(406,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(407,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(407,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(408,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(408,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(409,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(409,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(501,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(501,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(520,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(520,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(521,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(521,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(550,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(550,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(551,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(551,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(580,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(580,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(581,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(581,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(605,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(605,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(606,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(606,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(607,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(607,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(608,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(608,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(609,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(609,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(653,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(653,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(654,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(654,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(683,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(683,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(684,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(684,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(713,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(713,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(714,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(714,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(715,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(715,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(739,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(739,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(740,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(740,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(741,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(741,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(742,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(742,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(743,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(743,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(744,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(744,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(745,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(745,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(784,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(784,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(785,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(785,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(814,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(814,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(833,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(833,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(834,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(834,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(876,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(876,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(877,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(877,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(878,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(878,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(879,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(879,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(928,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(928,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(929,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(929,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(930,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(930,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(931,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(931,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(970,29): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(970,48): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(971,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(971,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(972,13): error CS0118: 'WinRT.Text' is a namespace but i s used like a variable [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp.csproj] C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\WinRT.SourceGenerator\ Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(972,32): error CS0103: The name 'GrabGenericHelpers' doe s not exist in the current context [C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\Text-Grab_lgppudzk_wpftmp .csproj] 5 Warning(s) 190 Error(s) Time Elapsed 00:00:16.42 C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab>complog create --all msbuild.binlog Missing file, either build did not happen on this machine or the environment has changed: C:\Users\AppCompat\Desktop\AppSources\Text-Grab\Text-Grab\obj\Debug\net9.0-windows10.0.20348.0\Text-Grab.dll ```
baronfel commented 1 month ago

cc @Sergio0694 and @manodasanW on this one as well

Sergio0694 commented 1 month ago

Mmh this does look like to be an actual issue. @Junjun-zhao would you be able to share those generated files?

PriyaPurkayastha commented 1 month ago

Junjun mentioned that no compile logs were generated. My team(Junjun) is based in China and it is already weekend there, so it might be better to look at the repro machines to further investigate. Repro machine details are in the DevDiv bug https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2261837 and VPN is needed to connect to the VMs. Please ping me if you have trouble accessing the DevDiv work item and I can share repro machine details over Teams.

manodasanW commented 1 month ago

This looks like we are not escaping the assembly name for all scenarios when we used it in generated sources. We have logic to escape it, but it doesn't handle dashes.

This is tracked by https://github.com/microsoft/CsWinRT/issues/1800

Junjun-zhao commented 1 month ago

Thanks @jaredpar @manodasanW. Could I know what release this fix will be merged into? As we are going to sign off the validation for RC2, is it a blocker for it?

Junjun-zhao commented 1 month ago

Thanks @jaredpar @manodasanW. Could I know what release this fix will be merged into? As we are going to sign off the validation for RC2, is it a blocker for it?

PriyaPurkayastha commented 1 month ago

@Junjun-zhao Jared's team doesn't own these fixes. There are discussions going on about these fixes and associated timelines in Teams. Richa and others are aware of these issues. We need to wait for decision/update. I will let you know once an update is available in the RC2 Teams chat.

manodasanW commented 1 month ago

There is a workaround for this issue which is to set the below property inside of a PropertyGroup in your csproj or props file.

  <CsWinRTAotOptimizerEnabled>false</CsWinRTAotOptimizerEnabled>

Once the fix is also available in the Windows SDK projection published to NuGet, someone can also explicitly set WindowsSdkPackageVersion property to explicitly pull in the fix until it is available in the .NET SDK by default.

manodasanW commented 1 month ago

This is also fixed in the updated Windows SDK projection package. Someone can get the fix to try with the repro before it is available in the .NET SDK by putting the below WindowsSdkPackageVersion property in Text-Grab.csproj or a common props file.

<WindowsSdkPackageVersion>10.0.20348.48</WindowsSdkPackageVersion>

Junjun-zhao commented 1 month ago

Thank you @manodasanW. We verified the issue with WindowsSdkPackage#10.0.26100.48, it has been fixed.

jeromelaban commented 1 month ago

I've hit a similar issue with the following error:

##[error]C:\a\1\s\src\Uno.UI.RuntimeTests\obj\Uno.UI.RuntimeTests.Windows\x64\Release\net8.0-windows10.0.19041.0\win-x64\intermediatexaml\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(25,109): 
Error CS0122: 'NotifyCollectionChangedAction' is inaccessible due to its protection level

Worked around with <CsWinRTAotOptimizerEnabled>false</CsWinRTAotOptimizerEnabled>.

czdietrich commented 1 month ago

Unfortunately the October patches for the .NET SDKs (6.0.427, 8.0.403) broke several of our pipelines with errors such as:

WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGenericInstantiation.g.cs(5453,23): error CS0101: The namespace '<global namespace>' already contains a definition for 'IList_double' [Report_uksuilbe_wpftmp.csproj]

obj\x64\Debug\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,24): error CS0116: A namespace cannot directly contain members such as fields, methods or statements

As previously mentioned setting <CsWinRTAotOptimizerEnabled>false</CsWinRTAotOptimizerEnabled> seems to work around this issue.

marcpopMSFT commented 1 month ago

https://github.com/dotnet/sdk/pull/43889

Junjun-zhao commented 1 month ago

@manodasanW @marcpopMSFT Verified this issue with the latest build dotnet-sdk-9.0.100-rtm.24515.15, it has been fixed. Thanks