You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2020/09/14 01:51:01 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #337: Converted conditional compilation constants to features rather than frameworks

NightOwl888 opened a new pull request #337:
URL: https://github.com/apache/lucenenet/pull/337


   We have been working on changing framework constants (i.e. "NETSTANDARD") to features (i.e. "FEATURE_ARRAYEMPTY") for some time, this PR completes the transition. This allows us to chose arbitrary target frameworks in the future without having to go back and rework each source code file, as the mapping between features and frameworks are controlled in the root `Directory.Build.targets` file.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 merged pull request #337: Converted conditional compilation constants to features rather than frameworks

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged pull request #337:
URL: https://github.com/apache/lucenenet/pull/337


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org