dotnet / dotnet/project-system

Introduction of an additional option to include IL CODE

Open
#4,600 1 comment 1 reaction 0 assignees View on GitHub
Triage-Approved
Dominant language
C#
Stars
1k
Forks
415
PR merge metrics
No merged PRs in 30d

Description

Visual Studio >= 2019

I am sure that this has been requested before but I could not find any issue for this.
The request is about if it is possible to introduce an additional step, similar to where we arr able to include IL code into the msbuild chain?

Currently you have to either create your own assembly to insert IL code or you have to weave in in afterwards. Additionally the project system does currently not recognize ilproj which is often used in your own repo.

So it would be nice if the project system does recognize the ilproj and additionally if we can weaveink directly IL code directly into a C# or any other .NET project. Since I am a C# guy a C# project id sufficient for me, but I assume othersdo not agree having it made possible in C# only.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.