Skip to content

I am want to Use your nuget in runtime for generation class using IL #71

Description

@P9avel

Hi. I am want to generate class like this in rntime using Emit

public class User
{
public int Id { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }

[Projectable]
public string FullName => FirstName + " " + LastName;

}

In result extension methods not generated. How to use your nuget in my case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions