We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#34 moved some using directives inside namespaces, and I'd like to apply that consistently throughout the code, also given the arguments here: https://stackoverflow.com/questions/125319/should-using-directives-be-inside-or-outside-the-namespace
using
Again, this might have some impact on namespaces and imports, similar to #35, thereby breaking the API. Consider this for a 2.0.0 release.
The text was updated successfully, but these errors were encountered:
Added in d03d434.
Sorry, something went wrong.
basdijkstra
No branches or pull requests
#34 moved some
using
directives inside namespaces, and I'd like to apply that consistently throughout the code, also given the arguments here: https://stackoverflow.com/questions/125319/should-using-directives-be-inside-or-outside-the-namespaceAgain, this might have some impact on namespaces and imports, similar to #35, thereby breaking the API. Consider this for a 2.0.0 release.
The text was updated successfully, but these errors were encountered: