File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -180,13 +180,13 @@ private void ApplyConfigurationConvention(IEnumerable<Assembly> assemblies)
180
180
Bind < IIndenterConfigProvider > ( ) . To < IndenterConfigProvider > ( ) . InSingletonScope ( ) ;
181
181
Bind < ISourceControlConfigProvider > ( ) . To < SourceControlConfigProvider > ( ) . InSingletonScope ( ) ;
182
182
183
- Bind < ICodeInspectionSettings > ( ) . To < CodeInspectionSettings > ( ) ;
184
- Bind < IGeneralSettings > ( ) . To < GeneralSettings > ( ) ;
185
- Bind < IHotkeySettings > ( ) . To < HotkeySettings > ( ) ;
186
- Bind < IToDoListSettings > ( ) . To < ToDoListSettings > ( ) ;
187
- Bind < IUnitTestSettings > ( ) . To < UnitTestSettings > ( ) ;
188
- Bind < IIndenterSettings > ( ) . To < IndenterSettings > ( ) ;
189
- Bind < ISourceControlSettings > ( ) . To < SourceControlSettings > ( ) ;
183
+ Bind < ICodeInspectionSettings > ( ) . To < CodeInspectionSettings > ( ) . InCallScope ( ) ;
184
+ Bind < IGeneralSettings > ( ) . To < GeneralSettings > ( ) . InCallScope ( ) ;
185
+ Bind < IHotkeySettings > ( ) . To < HotkeySettings > ( ) . InCallScope ( ) ;
186
+ Bind < IToDoListSettings > ( ) . To < ToDoListSettings > ( ) . InCallScope ( ) ;
187
+ Bind < IUnitTestSettings > ( ) . To < UnitTestSettings > ( ) . InCallScope ( ) ;
188
+ Bind < IIndenterSettings > ( ) . To < IndenterSettings > ( ) . InCallScope ( ) ;
189
+ Bind < ISourceControlSettings > ( ) . To < SourceControlSettings > ( ) . InCallScope ( ) ;
190
190
}
191
191
192
192
// note convention: abstract factory interface names end with "Factory".
Original file line number Diff line number Diff line change 373
373
<Compile Include =" Inspections\MalformedAnnotationInspection.cs" />
374
374
<Compile Include =" Inspections\ObjectVariableNotSetInspection.cs" />
375
375
<Compile Include =" Inspections\RemoveExplicitCallStatmentQuickFix.cs" />
376
- <Compile Include =" Inspections\WriteOnlyPropertyQuickFix.cs" />
377
376
<Compile Include =" Navigation\CodeExplorer\ICodeExplorerDeclarationViewModel.cs" />
378
377
<Compile Include =" Navigation\Folders\FolderHelper.cs" />
379
378
<Compile Include =" Refactorings\ExtractMethod\ExtractedMethod.cs" />
You can’t perform that action at this time.
0 commit comments