-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Area-run-fileItems related to the "dotnet run <file>" effortItems related to the "dotnet run <file>" effortuntriagedRequest triage from a team memberRequest triage from a team member
Description
Is your feature request related to a problem? Please describe.
The dotnet run file.cs
document list the #:property
directive to include a property (PropertyGroup
) but no directive to include an item (ItemGroup
).
Describe the solution you'd like
- A
#:item name "value"
directive that generates<ItemGroup> <Name Include="value" /> </ItemGroup>
Additional context
This would be useful to include additional files used by source-generators.
For example:
#:package Google.Protobuf 3.*
#:package Grpc.Tools 2.*
#:item Protobuf "somefile.proto"
Console.WriteLine("Do some stuff");
WeihanLi
Metadata
Metadata
Assignees
Labels
Area-run-fileItems related to the "dotnet run <file>" effortItems related to the "dotnet run <file>" effortuntriagedRequest triage from a team memberRequest triage from a team member