Describe the Bug :
I use System.Text.Json and the NuGet package CsvHelper to process some data files for my mods, but the mod launcher cannot build the sml file.
Steps To Reproduce :
- Create a mod project using
ModShardLauncher.Template
- Use
System.Text.Json or code from NuGet packages
dotnet build build the project normally
- Use the launcher to build the project to sml fie, it failed with this error:
[22:37:55 ERR] Cannot understand type System.Text.Json of variable System.Text.Json
[22:37:55 ERR] Cannot understand type System.Text.Json of variable Json
[22:37:55 ERR] Cannot understand type CsvHelper of variable CsvHelper
[22:37:55 ERR] Cannot understand type CsvHelper.Configuration of variable CsvHelper.Configuration
[22:37:55 ERR] Cannot understand type CsvHelper of variable CsvHelper
[22:37:55 ERR] Cannot understand type CsvHelper.Configuration of variable Configuration
[22:37:55 ERR] Cannot understand type ? of variable JsonSerializer
[22:37:55 ERR] Cannot understand type CsvReader of variable var
[22:37:55 ERR] Cannot understand type CsvReader of variable csv
[22:37:55 ERR] Cannot understand type ? of variable Context
[22:37:55 ERR] Cannot understand type CsvReader of variable csv
[22:37:55 ERR] Cannot understand type CsvHelper.Configuration of variable CsvHelper.Configuration
[22:37:55 ERR] Cannot understand type CsvHelper of variable CsvHelper
[22:37:55 ERR] Cannot understand type CsvHelper.Configuration of variable Configuration
Expected Behavior :
The launcher can build the project to sml file.
Additional Information :
Describe the Bug :
I use
System.Text.Jsonand the NuGet package CsvHelper to process some data files for my mods, but the mod launcher cannot build the sml file.Steps To Reproduce :
ModShardLauncher.TemplateSystem.Text.Jsonor code from NuGet packagesdotnet buildbuild the project normallyExpected Behavior :
The launcher can build the project to sml file.
Additional Information :