Fix not showing correct header info, issue #34#312
Fix not showing correct header info, issue #34#312nemec merged 2 commits intocommandlineparser:developfrom
Conversation
…mework it's from AssemblyInfo, for .NET Standard file without extension.
|
I'm beginning to think a better solution may be to simply remove @tynar I don't see a preprocessor for .NET Framework that calls Could you rewrite your change to remove just the string |
|
Wasn't the intention to show the title from AssemblyInfo rather than looking for executed file name? That's why I left else part with title info which is available in .NET Framework. |
|
Yes. Note that the existing code calls I think if you take the current published code and then replace with the following pseudocode (sorry I don't have the time to format it properly) It should solve the original issue while keeping the spirit of the old behavior. |
|
That looks good to me @tynar, thank you for your contribution to the project! |
Added preprocessor for .NET Standard and .NET Framework to fix HeadingInfo issue #34 .