Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation warnings, clean up conditional compilation #378

Merged
merged 2 commits into from
Jun 18, 2017

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Jun 18, 2017

No description provided.

This commit removes `!NETCORE` where they are easily avoidable. It
also introduces feature-specific preprocessor symbols (`FEATURE_CAS`,
`FEATURE_CODEDOM`, `FEATURE_COM`) that can be used instead to make
for clearer code. And it replaces instances of `!NETCORE` where the
preexisting `FEATURE_SERIALIZATION` should have been used.

Also, support for .NET 3.x has been long gone, so all code specific
to `NET3x` can be deleted.
@stakx stakx merged commit 3d5182c into devlooped:develop Jun 18, 2017
@stakx stakx deleted the cleanup branch June 18, 2017 12:22
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.

None yet

1 participant