Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit f38de29

Browse files
tmatnosami
authored andcommitted
Remove unused ProjectDiagnosticAnalyzer (dotnet#8304)
* Remove unused ProjectDiagnosticAnalyzer * Update proj file
1 parent cc001ca commit f38de29

File tree

2 files changed

+4
-58
lines changed

2 files changed

+4
-58
lines changed

Diagnostics/ProjectDiagnosticAnalyzer.fs

Lines changed: 0 additions & 58 deletions
This file was deleted.

FSharp.Editor.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@
144144
<Compile Include="Debugging\LanguageDebugInfoService.fs" />
145145
<Compile Include="Debugging\BreakpointSpanResolver.fs" />
146146
<None Include="Debugging\BreakpointResolutionService.fs" />
147+
<Compile Include="Diagnostics\DocumentDiagnosticAnalyzer.fs" />
148+
<Compile Include="Diagnostics\SimplifyNameDiagnosticAnalyzer.fs" />
149+
<Compile Include="Diagnostics\UnusedDeclarationsAnalyzer.fs" />
150+
<Compile Include="Diagnostics\UnusedOpensDiagnosticAnalyzer.fs" />
147151
<Compile Include="DocComments\XMLDocumentation.fs" />
148152
<Compile Include="Completion\GlyphHelper.fs" />
149153
<Compile Include="Completion\CompletionUtils.fs" />

0 commit comments

Comments
 (0)