Commit b9c428a
authored
Make AnalysisService use the latest version of PSScriptAnalyzer (#677)
* Use latest version of PSSA for AnalysisService
* Make AnalysisService constructor private
* Refactor redundant code
* Make AnalysisService absorb all exceptions it generates
* Address @tylerl0706's feedback, convert logging to string builder, implement dispose pattern
* Update disposal methods1 parent f035aed commit b9c428a
File tree
7 files changed
+273
-144
lines changed- src
- PowerShellEditorServices.Protocol/Server
- PowerShellEditorServices
- Analysis
- Extensions
- Session
- Utility
7 files changed
+273
-144
lines changedLines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
608 | | - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
609 | 612 | | |
610 | 613 | | |
611 | 614 | | |
612 | | - | |
| 615 | + | |
613 | 616 | | |
614 | 617 | | |
615 | 618 | | |
| |||
1443 | 1446 | | |
1444 | 1447 | | |
1445 | 1448 | | |
1446 | | - | |
| 1449 | + | |
1447 | 1450 | | |
1448 | 1451 | | |
1449 | 1452 | | |
| |||
0 commit comments