System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-22H2
ML.Net Model Builder 2022: 16.14.3.2307701 (Main Build)
Microsoft Visual Studio Enterprise: 2022(17.4.4)
.Net: 6.0
Describe the bug
- On which step of the process did you run into an issue:
The Code snippet would be blank on the Consume page after you close and reopen .mbconfig file.
TestMatrix
home-depot-sentence-similarity-small.csv
To Reproduce
Steps to reproduce the behavior:
- Select Create a new project from the Visual Studio start window.
- Choose the C# Console App (.NET Core) project template.
- Add model builder by right click on the project.
- Select "Sentence similarity" scenario and data source to complete the training.
- Go to the Consume page, at this time, the Code snippet is displayed normally.
- Close and reopen .mbconfig file, go to the Consume page again, at this time, the Code snippet is blank.
Expected behavior
The Code snippet should be diapled normally on the Consume page after you close and reopen .mbconfig file.
Screenshot

Additional context