Skip to content

Reduce the number of conditional compilation statements #36

@manuc66

Description

@manuc66

There is code quality issue regarding the number of section of this kind:

-#if (NET35 || NET40)

-#else

-#endif

where each branch contains sometimes code that could be considered duplicate.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions