Skip to content

Conversation

@iinuwa
Copy link
Contributor

@iinuwa iinuwa commented Jun 17, 2021

As a follow up to #52904, this removes the SupportedOsPlatform("windows") attribute from LdapSessionOptions.SecureSocketLayer, which was causing weird Intellisense issues in VS Code on Linux.

It also enables some tests for LdapSessionOptions.SecureSocketsLayer for Linux that were missed in the previous PR.

@iinuwa
Copy link
Contributor Author

iinuwa commented Jun 17, 2021

I have a question about line 62 in LdapSessionTests.cs: I would enable that test, but it seems that it should be Assert.Equal(options.SecureSocketsLayer, value) rather than Assert.False(options.SecureSocketsLayer)... unless it's supposed to be testing that you can't update that property after assigning the LdapSessionOptions it to a connection.

@iinuwa
Copy link
Contributor Author

iinuwa commented Jun 30, 2021

@krwq, thanks for reviewing! I see that the tests are all passing now; is there anything else I need to do for this to be merged?

@krwq krwq merged commit 784ddff into dotnet:main Jul 1, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

2 participants