-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit 201fa33
committed
Fix compilation for C# 14.
- Extension method resolution changed causing the wrong Reverse method to be used, casting it to Enumerable resolves this.1 parent d7af605 commit 201fa33
File tree
1 file changed
+2
-2
lines changed- src/FirebirdSql.Data.FirebirdClient/Client/Managed/Srp
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 | - | ||
149 | + | ||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 | - | ||
154 | + | ||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
|
0 commit comments