Skip to content

Conversation

@shuebener
Copy link

Added a new option 'NrtProcessAnyProperty' to process format strings in any property.
So it's possible to add more defined custom attributes like this:

[assembly: AssemblyGitRevision("{CHASH}{!:*}")]
[assembly: AssemblyBuildTime("{b:uymd-} {b:uhms:}")]

@ygoe
Copy link
Owner

ygoe commented May 6, 2019

Sorry, I hadn't seen this. It's an interesting idea.

But these [Things] in brackets are called attributes, not properties, so the new option is not named correctly. Also, I'd align the name with the existing options and rather call it allAttributes and NrtAllAttributes.

BTW, if(newline != lines[i]) in AssemblyInfoHelper.cs is missing a space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants