Skip to content

Templating dependency is not AOT friendly #53177

@JeremyKuhne

Description

@JeremyKuhne

There are two existing issues that capture this:

dotnet/templating#1756
dotnet/templating#9193

The template engine needs moved from NewtonSoft.Json to System.Text.Json and the assemblies need marked as <IsAotCompatible>true</IsAotCompatible> when building for .NET core runtimes. That will likely entail addressing AOT/Trim warnings that pop up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-TemplatesArea-dotnet AOTItems that are part of the dotnet CLI AOT-ification effortuntriagedRequest triage from a team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions