how I can to change immediately entry point (Main function) in c# application(project) when I build and run the C# project ?
I have multiple class file I want to just run immediate one of them , without having concern about all of files in project
i couldn’t find any command for compile option in cli , that have this ability to declare and change the entry point.