Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 455 Bytes

File metadata and controls

3 lines (2 loc) · 455 Bytes

Generate .NET Core assembly using MetadataBuilder

This example generates .NET Core 3.1 targeting console app assembly using System.Reflection.Metadata.Ecma335.MetadataBuilder. "ConsoleApplication.runtimeconfig.json" file should be copied into the output directory to run the generated file using shared host (dotnet ConsoleApplication.dll command).