Closed dotnetspark closed 2 years ago
When going through Refactor-State-Management, I found the code snippet for the Main method in Program.cs is not using Top-level statements while the code in src does. My suggestion is, modify the code snippet to match what Program.cs has.
Main
Program.cs
src
When going through Refactor-State-Management, I found the code snippet for the
Main
method inProgram.cs
is not using Top-level statements while the code insrc
does. My suggestion is, modify the code snippet to match whatProgram.cs
has.