Here’s an interesting idea of mine :
Sometimes, for various reasons, I don’t want to reference (or temporarily disable) a certain class file or DLL file. Adding or removing these paths can be inconvenient.
It would be much easier if we could achieve this by adding a "-" symbol before the r or c or nuget marker. For example:
/*/ -nuget spire\spire.doc; -r %dll%\spire\Spire.Doc.dll; -c PowerShellEx.cs; /*/
Similarly,
if `role exeProgram` is changed to `-role exeProgram`, the role would automatically switch to `miniProgram`.
/*/ -role exeProgram; /*/
Sometimes, for various reasons, I don’t want to reference (or temporarily disable) a certain class file or DLL file. Adding or removing these paths can be inconvenient.
It would be much easier if we could achieve this by adding a "-" symbol before the r or c or nuget marker. For example:
/*/ -nuget spire\spire.doc; -r %dll%\spire\Spire.Doc.dll; -c PowerShellEx.cs; /*/
Similarly,
if `role exeProgram` is changed to `-role exeProgram`, the role would automatically switch to `miniProgram`.
/*/ -role exeProgram; /*/