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
Please add [assembly: CLSCompliant(true)] to Nest and Elasticsearch.Net.
The text was updated successfully, but these errors were encountered:
The reason I left it out was that I never personally needed it but have no reservations adding it in.
Is there a verifier that I can use that the client IS actually CLSCompliant ?
Also interested to hear your use case that needs it!
Sorry, something went wrong.
#623 Elasticsearch.Net is now CLSCompliant
dde2a5b
Elasticsearch.Net is now CLSCompliant (also fixed all the resulting warnings)
Nest CLSCompliancy blocks on the work being done in this branch https://github.com/elasticsearch/elasticsearch-net/tree/feature/exposable-query-dsl
That replaces all the internal properties prefixed with an underscore with explicit interface implementations.
NEST with CLSCompliant now has 34 compiler warnings
No branches or pull requests
Please add [assembly: CLSCompliant(true)] to Nest and Elasticsearch.Net.
The text was updated successfully, but these errors were encountered: