Skip to main content

Backlog: unused private members (IDE0051 / IDE0052)

Generated from dotnet build iDAS.sln -c Debug2026 after enabling EnforceCodeStyleInBuild.

125 findings | IDE0051 (private member never used): 52 | IDE0052 (private member assigned but never read): 73

These are pre-existing and are not regressions. They surfaced only because code style enforcement was switched on. Do not treat them as build failures. Clear them opportunistically when touching the surrounding file, and delete rather than suppress unless the member is genuinely required (for example, reflection, serialization, or interop).

Civil3DPlugin (107)

FileLineCodeFinding
Civil3DPlugin\Commands\About\AboutViewModel.cs14IDE0052Private member 'AboutViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\AddObjectsToSurfaceCommand\AddObjectsToSurfaceViewModel.cs23IDE0052Private member 'AddObjectsToSurfaceViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\AlignmentsFromPolylines\AlignmentsFromPolylinesViewModel.cs23IDE0052Private member 'AlignmentsFromPolylinesViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Analysis2dCommand.cs142IDE0051Private member 'Analysis2dCommand._keywordQuadtreeLayer' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Analysis2dCommand.cs143IDE0051Private member 'Analysis2dCommand._keywordQuadtreeDefault' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Analysis2dViewModel.cs44IDE0052Private member 'Analysis2dViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Bridge\Analysis2dBridgeBuilder.cs112IDE0051Private member 'Analysis2dBridgeBuilder.GetProjectDirectoryPathFromUser' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Gis\Analysis2dGisController.cs30IDE0052Private member 'Analysis2dGisController._inpContents' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Gis\Analysis2dGisController.cs38IDE0052Private member 'Analysis2dGisController._networkId' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Gis\Analysis2dGisController.cs1070IDE0051Private member 'Analysis2dGisController.FillGridWithNoDataValue' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Gis\Analysis2dSkiaDrawer.cs13IDE0052Private member 'Analysis2dSkiaDrawer._gis' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Surface\Analysis2dSurfaceController.cs20IDE0052Private member 'Analysis2dSurfaceController._surfaceId' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dTuflowAnalysisController.cs38IDE0052Private member 'Analysis2dTuflowAnalysisController._next' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dTuflowController.cs141IDE0051Private member 'Analysis2dTuflowController._analysisProcess' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowCode.cs21IDE0052Private member 'Analysis2dVectorTuflowCode._items' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwall.cs49IDE0051Private member 'Analysis2dVectorTuflowHeadwall._fieldFid' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwall.cs52IDE0051Private member 'Analysis2dVectorTuflowHeadwall._deleteFieldUid' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryLine.cs24IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryLine._fieldFid' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryLine.cs27IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryLine._fieldName' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryLine.cs28IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryLine._fieldF' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryLine.cs29IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryLine._fieldD' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryLine.cs30IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryLine._fieldTd' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryLine.cs31IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryLine._fieldA' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryLine.cs32IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryLine._fieldB' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryRegion.cs24IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryRegion._fieldFid' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryRegion.cs27IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryRegion._fieldName' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryRegion.cs28IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryRegion._fieldF' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryRegion.cs29IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryRegion._fieldD' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryRegion.cs30IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryRegion._fieldTd' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryRegion.cs31IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryRegion._fieldA' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowHeadwallBoundaryRegion.cs32IDE0051Private member 'Analysis2dVectorTuflowHeadwallBoundaryRegion._fieldB' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInlet.cs56IDE0051Private member 'Analysis2dVectorTuflowInlet._fieldFid' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryLine.cs24IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryLine._fieldFid' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryLine.cs27IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryLine._fieldName' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryLine.cs28IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryLine._fieldF' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryLine.cs29IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryLine._fieldD' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryLine.cs30IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryLine._fieldTd' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryLine.cs31IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryLine._fieldA' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryLine.cs32IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryLine._fieldB' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryRegion.cs24IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryRegion._fieldFid' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryRegion.cs27IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryRegion._fieldName' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryRegion.cs28IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryRegion._fieldF' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryRegion.cs29IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryRegion._fieldD' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryRegion.cs30IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryRegion._fieldTd' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryRegion.cs31IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryRegion._fieldA' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowInletBoundaryRegion.cs32IDE0051Private member 'Analysis2dVectorTuflowInletBoundaryRegion._fieldB' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowMaterial.cs34IDE0052Private member 'Analysis2dVectorTuflowMaterial._pointService' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowMaterial.cs40IDE0051Private member 'Analysis2dVectorTuflowMaterial._fieldFid' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\Tuflow\Analysis2dVectorTuflowSourceArea.cs34IDE0052Private member 'Analysis2dVectorTuflowSourceArea._pointService' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dAnalyzeViewModel.cs18IDE0052Private member 'Analysis2dAnalyzeViewModel._display' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dCommandsViewModel.cs33IDE0052Private member 'Analysis2dCommandsViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dCommandsViewModel.cs81IDE0051Private member 'Analysis2dCommandsViewModel.SaveSettings' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dHeadwallViewModel.cs66IDE0052Private member 'Analysis2dHeadwallViewModel._display' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dInletViewModel.cs112IDE0052Private member 'Analysis2dInletViewModel._surface' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dMaterialItemViewModel.cs78IDE0051Private member 'Analysis2dMaterialItemViewModel._updatingManningDepthDisplay' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dMaterialViewModel.cs48IDE0052Private member 'Analysis2dMaterialViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultGridsViewModel.cs70IDE0052Private member 'Analysis2dResultGridsViewModel._fileService' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultGridsViewModel.cs86IDE0052Private member 'Analysis2dResultGridsViewModel._dataTableSection' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultLinkViewModel.cs153IDE0052Private member 'Analysis2dResultLinkViewModel._messages' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultLinkViewModel.cs154IDE0052Private member 'Analysis2dResultLinkViewModel._fileService' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultNodeViewModel.cs202IDE0052Private member 'Analysis2dResultNodeViewModel._messages' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultNodeViewModel.cs203IDE0052Private member 'Analysis2dResultNodeViewModel._fileService' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultPlotsViewModel.cs66IDE0052Private member 'Analysis2dResultPlotsViewModel._display' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultPlotsViewModel.cs67IDE0052Private member 'Analysis2dResultPlotsViewModel._fileService' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dResultPlotsViewModel.cs78IDE0052Private member 'Analysis2dResultPlotsViewModel._dataTablePlot' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dSoilViewModel.cs50IDE0052Private member 'Analysis2dSoilViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dStormEditItemViewModel.cs41IDE0052Private member 'Analysis2dStormEditItemViewModel._nonePattern' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dStormEditViewModel.cs82IDE0052Private member 'Analysis2dStormEditViewModel._originalStorms' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dStormEditViewModel.cs767IDE0051Private member 'Analysis2dStormEditViewModel.GetProperty' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dStormImportArrViewModel.cs69IDE0052Private member 'Analysis2dStormImportArrViewModel._stormController' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dStormPropertiesEditViewModel.cs45IDE0052Private member 'Analysis2dStormPropertiesEditViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dSwmmInletViewModel.cs45IDE0052Private member 'Analysis2dSwmmInletViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dSwmmInletViewModel.cs53IDE0052Private member 'Analysis2dSwmmInletViewModel._curvesLookup' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Analysis2d\ViewModel\Analysis2dSwmmStreetSectionViewModel.cs41IDE0052Private member 'Analysis2dSwmmStreetSectionViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\CreatePipeNetworkAlignments\CreatePipeNetworkAlignmentsViewModel.cs18IDE0052Private member 'CreatePipeNetworkAlignmentsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\CreatePipeNetworkAlignments\CreatePipeNetworkAlignmentsViewModel.cs20IDE0052Private member 'CreatePipeNetworkAlignmentsViewModel._messageBoxService' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\CreateVacuumLift\CreateVacuumLiftViewModel.cs23IDE0052Private member 'CreateVacuumLiftViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\DrawPartsInProfileViews\DrawPartsInProfileViewsViewModel.cs71IDE0052Private member 'DrawPartsInProfileViewsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\EditUserFields\EditUserFieldsViewModel.cs23IDE0052Private member 'EditUserFieldsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ExportNetworkToGis\ExportNetworkToGisViewModel.cs62IDE0052Private member 'ExportNetworkToGisViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ExportProfiles\ExportProfilesViewModel.cs21IDE0052Private member 'ExportProfilesViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ExportProfiles\ExportProfilesViewModel.cs23IDE0052Private member 'ExportProfilesViewModel._entityInfoService' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ExportTif\ExportTifViewModel.cs20IDE0052Private member 'ExportTifViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\GenerateCatchmentPolylines\GenerateCatchmentPolylinesViewModel.cs89IDE0052Private member 'GenerateCatchmentPolylinesViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Import12dNetwork\Import12dNetworkViewModel.cs26IDE0052Private member 'Import12dNetworkViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\Import12dNetwork\Import12dNetworkViewModel.cs102IDE0051Private member 'Import12dNetworkViewModel._superPitsIntermediate' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\Import12dNetwork\Import12dNetworkViewModel.cs103IDE0051Private member 'Import12dNetworkViewModel._superPipesIntermediate' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DPlugin\Commands\ImportArrRainfalls\ImportArrRainfallsViewModel.cs44IDE0052Private member 'ImportArrRainfallsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ImportBandSetToMultipleProfileViews\ImportBandSetToMultipleProfileViewsViewModel.cs23IDE0052Private member 'ImportBandSetToMultipleProfileViewsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\LicenseManager\ZentitleLicenseManagerViewModel.cs51IDE0052Private member 'ZentitleLicenseManagerViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\LicenseManager\ZentitleLicenseManagerViewModel.cs53IDE0052Private member 'ZentitleLicenseManagerViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ManagePartPropertySets\ManagePartPropertySetsViewModel.cs65IDE0052Private member 'PartPropertySetsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ManagePartPropertySets\ManagePartPropertySetsViewModel.cs66IDE0052Private member 'PartPropertySetsViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ManagePartPropertySets\ManagePartPropertySetsViewModel.cs70IDE0052Private member 'PartPropertySetsViewModel._partsWithPsAttached' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ManagePartPropertySets\PropertySetDefinitionItemViewModel.cs74IDE0052Private member 'PropertySetDefinitionItemViewModel._propertyInfos' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\MatchPipeInverts\MatchPipeInvertsCommand.cs25IDE0052Private member 'MatchPipeInvertsCommand._slope' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ProfilesFromPipes\ProfilesFromPipesViewModel.cs59IDE0052Private member 'ProfilesFromPipesViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ProfilesFromPipes\ProfilesFromPipesViewModel.cs68IDE0052Private member 'ProfilesFromPipesViewModel._profiles' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\ProfileViewFromAlignment\ProfileViewFromAlignmentViewModel.cs23IDE0052Private member 'ProfileViewFromAlignmentViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\RemoveDuplicateNetworkParts\RemoveDuplicateNetworkPartsPipeItemViewModel.cs29IDE0052Private member 'RemoveDuplicateNetworkPartsPipeItemViewModel.Pipe' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\RemoveDuplicateNetworkParts\RemoveDuplicateNetworkPartsStructureItemViewModel.cs23IDE0052Private member 'RemoveDuplicateNetworkPartsStructureItemViewModel.Structure' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\RemoveDuplicateNetworkParts\RemoveDuplicateNetworkPartsViewModel.cs50IDE0052Private member 'RemoveDuplicateNetworkPartsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\RotateObjects\RotateObjectsViewModel.cs11IDE0052Private member 'RotateObjectsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\SwapParts\SwapPartsViewModel.cs24IDE0052Private member 'SwapPartsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\TemplateDialog\TemplateDialogViewModel.cs17IDE0052Private member 'TemplateDialogViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\TemplateDialog\TemplateDialogViewModel.cs18IDE0052Private member 'TemplateDialogViewModel._settings' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DPlugin\Commands\WaterDrops\WaterDropsViewModel.cs26IDE0052Private member 'WaterDropsViewModel._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)

Core (10)

FileLineCodeFinding
Core\Application\Security\Zentitle\ZentitleLicense.cs76IDE0051Private member 'ZentitleLicense.CreateActivation' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Core\Application\Security\Zentitle\ZentitleLicense.cs542IDE0051Private member 'ZentitleLicense.GetValidationError' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Core\Importers\Model12d\Model12d.cs11IDE0051Private member 'Model12d.Name' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Core\Importers\Model12d\Strings\DrainageString.cs42IDE0052Private member 'DrainageString._breakline' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Core\Importers\Model12d\Strings\SuperString.cs634IDE0051Private member 'SuperString.SetErrorMessage' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Core\Swmm\SwmmBinaryResults.cs51IDE0052Private member 'SwmmBinaryResults._subcatchmentResults' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Core\Swmm\SwmmBinaryResults.cs52IDE0052Private member 'SwmmBinaryResults._nodeResults' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Core\Swmm\SwmmBinaryResults.cs53IDE0052Private member 'SwmmBinaryResults._linkResults' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Core\Swmm\SwmmBinaryResults.cs54IDE0052Private member 'SwmmBinaryResults._systemResults' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Core\Utilities\AssemblyUtils.cs9IDE0052Private member 'AssemblyUtils._assemblyName' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)

Civil3DViews (5)

FileLineCodeFinding
Civil3DViews\Commands\Analysis2d\Analysis2dView.xaml.cs29IDE0051Private member 'Analysis2dView._contentRendered' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DViews\Commands\Analysis2d\Analysis2dView.xaml.cs225IDE0051Private member 'Analysis2dView.SetVertical' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DViews\Commands\Analysis2d\Analysis2dView.xaml.cs248IDE0051Private member 'Analysis2dView.SetHorizontal' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DViews\Commands\Analysis2d\Analysis2dView.xaml.cs385IDE0051Private member 'Analysis2dView.StoreGridSize' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DViews\Commands\Analysis2d\Analysis2dView.xaml.cs633IDE0051Private member 'Analysis2dView._lastAutomaticMapQuality' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)

Civil3DCore (3)

FileLineCodeFinding
Civil3DCore\Extensions\Selection\NetworkSelection.cs728IDE0051Private member 'NetworkSelection.PartIdToModelPartId' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Civil3DCore\PropertySets\PropertySetDefinitionWrapper.cs33IDE0052Private member 'PropertySetDefinitionWrapper._tr' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
Civil3DCore\Settings\Civil3DSettingsManager.cs10IDE0052Private member 'Civil3DSettingsManager._log' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)