Commit 875a58c
Fix 483 - project item save filename null
The filename parameter of both Envdte.Project.Save and
Envdte.ProjectItem.Save is optional ( null value or
string.empty )
Implement same behaviour of c# projects
fixes dotnet/fsharp#483
closes dotnet/fsharp#493
commit 115edbe9ccf028208df627d8cdc03a9c4876cc85
Author: enricosada <enrico@sada.io>
Date: Tue Jun 9 11:18:01 2015 +0200
fix dte Project.Save, filename parameter is optional
the filename argument behaviour is the same for null value and string.Empty
commit b66a0f45d342b1b10e1f4867c89f964b8dcfc7e1
Author: enricosada <enrico@sada.io>
Date: Mon Jun 8 18:01:18 2015 +0200
fix dte ProjectItem.Save, filename parameter is optional
the filename argument behaviour is the same for null value and string.Empty1 parent a233c0a commit 875a58c
File tree
2 files changed
+3
-4
lines changed- vsintegration/src/vs/FsPkgs/FSharp.Project/Common.Source.CSharp/Project/Automation
2 files changed
+3
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | 221 | | |
223 | 222 | | |
224 | | - | |
| 223 | + | |
225 | 224 | | |
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
398 | 397 | | |
399 | 398 | | |
400 | | - | |
| 399 | + | |
401 | 400 | | |
402 | 401 | | |
403 | 402 | | |
| |||
0 commit comments