UWP support #131

Open
opened 2026-01-29 14:28:18 +00:00 by claunia · 0 comments
Owner

Originally created by @bardigolriz on GitHub (Aug 29, 2017).

I'd love to use Markdig for my app, appytext.net.

At the moment, when I try to install the NuGet package I get the following error:

Install-Package : System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0.14393, but there is no run-time assembly compatible with
win10-arm-aot.
At line:1 char:1

  • Install-Package Markdig -Version 0.13.1
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

Install-Package : System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0.14393, but there is no run-time assembly compatible with
win10-x64-aot.
At line:1 char:1

  • Install-Package Markdig -Version 0.13.1
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

Install-Package : System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0.14393, but there is no run-time assembly compatible with
win10-x86-aot.
At line:1 char:1

  • Install-Package Markdig -Version 0.13.1
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

Install-Package : Package restore failed. Rolling back package changes for 'Appy Text'.
At line:1 char:1

  • Install-Package Markdig -Version 0.13.1
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    
Originally created by @bardigolriz on GitHub (Aug 29, 2017). I'd love to use Markdig for my app, appytext.net. At the moment, when I try to install the NuGet package I get the following error: > Install-Package : System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0.14393, but there is no run-time assembly compatible with > win10-arm-aot. > At line:1 char:1 > + Install-Package Markdig -Version 0.13.1 > + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + CategoryInfo : NotSpecified: (:) [Install-Package], Exception > + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand > > Install-Package : System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0.14393, but there is no run-time assembly compatible with > win10-x64-aot. > At line:1 char:1 > + Install-Package Markdig -Version 0.13.1 > + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + CategoryInfo : NotSpecified: (:) [Install-Package], Exception > + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand > > Install-Package : System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0.14393, but there is no run-time assembly compatible with > win10-x86-aot. > At line:1 char:1 > + Install-Package Markdig -Version 0.13.1 > + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + CategoryInfo : NotSpecified: (:) [Install-Package], Exception > + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand > > Install-Package : Package restore failed. Rolling back package changes for 'Appy Text'. > At line:1 char:1 > + Install-Package Markdig -Version 0.13.1 > + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + CategoryInfo : NotSpecified: (:) [Install-Package], Exception > + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand >
claunia added the enhancement label 2026-01-29 14:28:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#131