Commit 423936a
[release/6.0] Fixing regression for AuthType.Anonymous which leads to a NullReferenceException be thrown. (#62824)
* Fixing regression for AuthType.Anonymous which leads to a NullReferenceException be thrown.
* Adding a unitTest to protect against a regression
* Ensure System.DirectoryServices.Protocols package gets built.
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>1 parent bbd29a6 commit 423936a
File tree
3 files changed
+14
-2
lines changed- src/libraries/System.DirectoryServices.Protocols
- src
- System/DirectoryServices/Protocols/Interop
- tests
3 files changed
+14
-2
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
115 | 125 | | |
116 | 126 | | |
117 | 127 | | |
| |||
0 commit comments