Inserito readme

This commit is contained in:
Gaetano Savo 2025-05-21 15:29:33 +02:00
parent db871ccb34
commit f8b07c809d
8 changed files with 16 additions and 36924 deletions

3
.gitignore vendored
View File

@ -288,6 +288,9 @@ paket-files/
.idea/ .idea/
*.sln.iml *.sln.iml
# ARM logs
arm*.log
# CodeRush # CodeRush
.cr/ .cr/

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# TP_SEI_Project
Nel folder root\Powershell\ ci sono i file:
- arm_build.ps1: Compila e crea il log arm_build.log
- arm_error.ps1: Estrae i log degli errori dal log arm_build.log in arm_error.log
- arm_warning.ps1: Estrae i log degli warning dal log arm_build.log in arm_warning.log
- arm_build.md: Descrizione di arm_build.ps1

View File

@ -6,7 +6,7 @@ param(
) )
# Start logging to file # Start logging to file
$logFile = Join-Path $PSScriptRoot "arm_build.txt" $logFile = Join-Path $PSScriptRoot "arm_build.log"
Start-Transcript -Path $logFile -Force Start-Transcript -Path $logFile -Force
# Function to handle errors # Function to handle errors

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
$buildLogPath = Join-Path $PSScriptRoot "arm_build.txt" $buildLogPath = Join-Path $PSScriptRoot "arm_build.log"
$errorLogPath = Join-Path $PSScriptRoot "arm_error.txt" $errorLogPath = Join-Path $PSScriptRoot "arm_error.log"
if (Test-Path $buildLogPath) { if (Test-Path $buildLogPath) {
$content = Get-Content $buildLogPath $content = Get-Content $buildLogPath

View File

@ -1 +0,0 @@
ID risorsa: 'dtsxrunner/logs/error.txt'.

View File

@ -1,5 +1,5 @@
$buildLogPath = Join-Path $PSScriptRoot "arm_build.txt" $buildLogPath = Join-Path $PSScriptRoot "arm_build.log"
$errorLogPath = Join-Path $PSScriptRoot "arm_warning.txt" $errorLogPath = Join-Path $PSScriptRoot "arm_warning.log"
if (Test-Path $buildLogPath) { if (Test-Path $buildLogPath) {
$content = Get-Content $buildLogPath $content = Get-Content $buildLogPath

View File

@ -1,174 +0,0 @@
7:4>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2424,5): warning MSB3245: non +¿ stato possibile risolvere il riferimento. Non +¿ stato possibile trovare l'assembly "Microsoft.Practices.EnterpriseLibrary.Common". Verificare che sia presente sul disco. Se il riferimento +¿ richiesto dal codice, potrebbero essere generati errori di compilazione. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartFTPThread\SmartFTPThread.csproj]
19:14>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartZip.Logic\IDXVerificator.cs(13,16): warning CS0169: Il campo 'IDXVerificator.output' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartZip.Logic\SmartZip.Logic.csproj]
18:6>CSC : warning CS2002: Il file di origine 'C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS184TabellaCoerenzaESG.cs' +¿ specificato pi+¦ volte [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>CSC : warning CS2002: Il file di origine 'C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S184.cs' +¿ specificato pi+¦ volte [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD160.cs(12,7): warning CS0105: La direttiva using per 'System.Linq' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S182.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(10,7): warning CS0105: La direttiva using per 'PDFGenerator.BusinessLayer.DataSection' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S185.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S44.cs(10,7): warning CS0105: La direttiva using per 'PDFGenerator.BusinessLayer' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(20,16): warning CS0108: 'FD181.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(63,21): warning CS0108: 'FD181.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(76,21): warning CS0108: 'FD181.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(519,28): warning CS0108: 'FD181.setTableForIsto()' nasconde il membro ereditato 'SIstogramma.setTableForIsto()'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(21,16): warning CS0108: 'FD190.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(70,21): warning CS0108: 'FD190.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(75,21): warning CS0108: 'FD190.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(19,16): warning CS0108: 'FD200.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(68,21): warning CS0108: 'FD200.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(73,21): warning CS0108: 'FD200.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(25,24): warning CS0108: 'FD133BIS._header' nasconde il membro ereditato 'SIstogramma._header'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(27,24): warning CS0108: 'FD133BIS.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(29,23): warning CS0108: 'FD133BIS.Header' nasconde il membro ereditato 'SIstogramma.Header'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(57,21): warning CS0108: 'FD133BIS.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(71,21): warning CS0108: 'FD133BIS.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S142.cs(18,21): warning CS0108: 'S142.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(20,16): warning CS0108: 'S181.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(63,21): warning CS0108: 'S181.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(76,21): warning CS0108: 'S181.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(514,28): warning CS0108: 'S181.setTableForIsto()' nasconde il membro ereditato 'SIstogramma.setTableForIsto()'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS171PatrimonioNonRappresentabileAssettClass.cs(152,17): warning CS0168: La variabile 'dr' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\UtilityPDFGenerator.cs(225,23): warning CS0219: La variabile 'Delta' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\UtilityPDFGenerator.cs(271,23): warning CS0219: La variabile 'Delta' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\Utils\TemplateProvider.cs(136,29): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\UtilityBusinessLayer.cs(167,29): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(29,13): warning CS0219: La variabile 'markerSizeSeries' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(30,13): warning CS0219: La variabile 'markerSizeRendCumulato' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(31,13): warning CS0219: La variabile 'borderWidthSeries' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\UtilityBusinessLayer.cs(682,21): warning CS0472: Il risultato dell'espressione +¿ sempre 'false' perch+® un valore di tipo 'decimal' non +¿ mai uguale a 'null' di tipo 'decimal?' [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\TemplateGenerator\TemplateGenerator.cs(1836,19): warning CS0219: La variabile '_margineRIGHT' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\TemplateGenerator\TemplateGenerator.cs(1837,19): warning CS0219: La variabile '_margineUP' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S80ALT.cs(169,13): warning CS0219: La variabile 'larghezzaUltimaColonnaHeader' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS80Alternativa.cs(1377,30): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\DocumentPDF.cs(2663,20): warning CS0219: La variabile 'relativePath' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(291,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(54,18): warning CS0219: La variabile '_mostratitolosezione' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(92,22): warning CS0168: La variabile 'view' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(97,20): warning CS0219: La variabile 'titoloRibilanciato' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD147.cs(384,19): warning CS0219: La variabile 'passoneg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(786,22): warning CS0168: La variabile 'view' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43.cs(353,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS43BISProdottiAreeBisogno.cs(266,38): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS185UlterioriCaratteristicheESG.cs(20,27): warning CS0219: La variabile 'dt' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS183DettaglioInvestimentoICapital.cs(47,17): warning CS0618: 'Logger.Error(string, Exception)' +¿ obsoleto: 'Use Error(Exception exception, string message, params object[] args) method instead.' [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(1979,39): warning CS0219: La variabile 'larghezzaBarraMinNeg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(2056,39): warning CS0219: La variabile 'larghezzaBarraMinNeg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(1671,19): warning CS0219: La variabile 'deltaXBarra' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S130.cs(73,20): warning CS0219: La variabile 'bottomLabelText' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S147.cs(362,19): warning CS0219: La variabile 'passoneg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S169.cs(156,19): warning CS0219: La variabile 'liftUp' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S43BIS.cs(245,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S43.cs(354,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(72,19): warning CS0219: La variabile 'widthMacroAsset' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(73,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(74,19): warning CS0219: La variabile 'heightLabel' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(70,19): warning CS0219: La variabile 'widthMacroAsset' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(71,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(72,19): warning CS0219: La variabile 'heightLabel' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(63,19): warning CS0219: La variabile 'yImage' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(66,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(68,19): warning CS0219: La variabile 'zoom' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(1691,41): warning CS0162: +ê stato rilevato codice non raggiungibile [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(3037,25): warning CS0219: La variabile 'iBlankPage' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2703,17): warning CS0168: La variabile 'MaxRow' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2704,18): warning CS0219: La variabile 'cut' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2705,23): warning CS0168: La variabile 'vista' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(3503,41): warning CS0162: +ê stato rilevato codice non raggiungibile [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(22,16): warning CS0169: Il campo 'S183._testoAlternativo' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(115,22): warning CS0649: Non +¿ possibile assegnare un valore diverso al campo 'TablePDFEvolution._larghezzacolonneinpercentuale'. Il valore predefinito +¿ false [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(128,21): warning CS0649: Non +¿ possibile assegnare un valore diverso al campo 'TablePDFEvolution._numeroColonne'. Il valore predefinito +¿ 0 [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(20,16): warning CS0169: Il campo 'S183._testotitolo' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(123,22): warning CS0414: Il campo 'TablePDFEvolution._saltopaginaforzato' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(17,22): warning CS0414: Il campo 'TablePDFEvolution._whitespaceTableCell' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(103,22): warning CS0414: Il campo 'TablePDFEvolution._withImage' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S160.cs(36,14): warning CS0414: Il campo 'S160.notaSezioneStampata' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
18:6>C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD160.cs(29,14): warning CS0414: Il campo 'FD160.notaSezioneStampata' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2424,5): warning MSB3245: non +¿ stato possibile risolvere il riferimento. Non +¿ stato possibile trovare l'assembly "Microsoft.Practices.EnterpriseLibrary.Common". Verificare che sia presente sul disco. Se il riferimento +¿ richiesto dal codice, potrebbero essere generati errori di compilazione. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartFTPThread\SmartFTPThread.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartZip.Logic\IDXVerificator.cs(13,16): warning CS0169: Il campo 'IDXVerificator.output' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\SmartZip.Logic\SmartZip.Logic.csproj]
CSC : warning CS2002: Il file di origine 'C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS184TabellaCoerenzaESG.cs' +¿ specificato pi+¦ volte [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
CSC : warning CS2002: Il file di origine 'C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S184.cs' +¿ specificato pi+¦ volte [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD160.cs(12,7): warning CS0105: La direttiva using per 'System.Linq' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S182.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(10,7): warning CS0105: La direttiva using per 'PDFGenerator.BusinessLayer.DataSection' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S185.cs(12,7): warning CS0105: La direttiva using per 'System.Collections.Generic' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S44.cs(10,7): warning CS0105: La direttiva using per 'PDFGenerator.BusinessLayer' +¿ gi+á presente in questo spazio dei nomi [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(20,16): warning CS0108: 'FD181.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(63,21): warning CS0108: 'FD181.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(76,21): warning CS0108: 'FD181.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD181.cs(519,28): warning CS0108: 'FD181.setTableForIsto()' nasconde il membro ereditato 'SIstogramma.setTableForIsto()'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(21,16): warning CS0108: 'FD190.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(70,21): warning CS0108: 'FD190.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD190.cs(75,21): warning CS0108: 'FD190.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(19,16): warning CS0108: 'FD200.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(68,21): warning CS0108: 'FD200.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD200.cs(73,21): warning CS0108: 'FD200.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(25,24): warning CS0108: 'FD133BIS._header' nasconde il membro ereditato 'SIstogramma._header'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(27,24): warning CS0108: 'FD133BIS.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(29,23): warning CS0108: 'FD133BIS.Header' nasconde il membro ereditato 'SIstogramma.Header'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(57,21): warning CS0108: 'FD133BIS.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD133BIS.cs(71,21): warning CS0108: 'FD133BIS.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S142.cs(18,21): warning CS0108: 'S142.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(20,16): warning CS0108: 'S181.Titolo' nasconde il membro ereditato 'SIstogramma.Titolo'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(63,21): warning CS0108: 'S181.setTitolo(string)' nasconde il membro ereditato 'SIstogramma.setTitolo(string)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(76,21): warning CS0108: 'S181.writeSezione(DataThread)' nasconde il membro ereditato 'SIstogramma.writeSezione(DataThread)'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S181.cs(514,28): warning CS0108: 'S181.setTableForIsto()' nasconde il membro ereditato 'SIstogramma.setTableForIsto()'. Se questo comportamento +¿ intenzionale, usare la parola chiave new. [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS171PatrimonioNonRappresentabileAssettClass.cs(152,17): warning CS0168: La variabile 'dr' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\UtilityPDFGenerator.cs(225,23): warning CS0219: La variabile 'Delta' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\UtilityPDFGenerator.cs(271,23): warning CS0219: La variabile 'Delta' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\Utils\TemplateProvider.cs(136,29): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\UtilityBusinessLayer.cs(167,29): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(29,13): warning CS0219: La variabile 'markerSizeSeries' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(30,13): warning CS0219: La variabile 'markerSizeRendCumulato' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Charts\LineeRendimentoCumulato.cs(31,13): warning CS0219: La variabile 'borderWidthSeries' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\UtilityBusinessLayer.cs(682,21): warning CS0472: Il risultato dell'espressione +¿ sempre 'false' perch+® un valore di tipo 'decimal' non +¿ mai uguale a 'null' di tipo 'decimal?' [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\TemplateGenerator\TemplateGenerator.cs(1836,19): warning CS0219: La variabile '_margineRIGHT' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\TemplateGenerator\TemplateGenerator.cs(1837,19): warning CS0219: La variabile '_margineUP' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S80ALT.cs(169,13): warning CS0219: La variabile 'larghezzaUltimaColonnaHeader' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS80Alternativa.cs(1377,30): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\DocumentPDF.cs(2663,20): warning CS0219: La variabile 'relativePath' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(291,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(54,18): warning CS0219: La variabile '_mostratitolosezione' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(92,22): warning CS0168: La variabile 'view' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(97,20): warning CS0219: La variabile 'titoloRibilanciato' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD147.cs(384,19): warning CS0219: La variabile 'passoneg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43BIS.cs(786,22): warning CS0168: La variabile 'view' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD43.cs(353,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS43BISProdottiAreeBisogno.cs(266,38): warning CS0168: La variabile 'ex' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS185UlterioriCaratteristicheESG.cs(20,27): warning CS0219: La variabile 'dt' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\BusinessLayer\DataSection\DSS183DettaglioInvestimentoICapital.cs(47,17): warning CS0618: 'Logger.Error(string, Exception)' +¿ obsoleto: 'Use Error(Exception exception, string message, params object[] args) method instead.' [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(1979,39): warning CS0219: La variabile 'larghezzaBarraMinNeg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(2056,39): warning CS0219: La variabile 'larghezzaBarraMinNeg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(1671,19): warning CS0219: La variabile 'deltaXBarra' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S130.cs(73,20): warning CS0219: La variabile 'bottomLabelText' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S147.cs(362,19): warning CS0219: La variabile 'passoneg' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S169.cs(156,19): warning CS0219: La variabile 'liftUp' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S43BIS.cs(245,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S43.cs(354,21): warning CS0219: La variabile 'segnaposto' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(72,19): warning CS0219: La variabile 'widthMacroAsset' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(73,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\CaratteristicheESG.cs(74,19): warning CS0219: La variabile 'heightLabel' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(70,19): warning CS0219: La variabile 'widthMacroAsset' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(71,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\ESG.cs(72,19): warning CS0219: La variabile 'heightLabel' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(63,19): warning CS0219: La variabile 'yImage' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(66,19): warning CS0219: La variabile 'fontSize' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\PiramideTutela.cs(68,19): warning CS0219: La variabile 'zoom' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(1691,41): warning CS0162: +ê stato rilevato codice non raggiungibile [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(3037,25): warning CS0219: La variabile 'iBlankPage' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2703,17): warning CS0168: La variabile 'MaxRow' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2704,18): warning CS0219: La variabile 'cut' +¿ assegnata, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\SIstogramma.cs(2705,23): warning CS0168: La variabile 'vista' +¿ dichiarata, ma non viene mai usata [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\Tabella.cs(3503,41): warning CS0162: +ê stato rilevato codice non raggiungibile [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(22,16): warning CS0169: Il campo 'S183._testoAlternativo' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(115,22): warning CS0649: Non +¿ possibile assegnare un valore diverso al campo 'TablePDFEvolution._larghezzacolonneinpercentuale'. Il valore predefinito +¿ false [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(128,21): warning CS0649: Non +¿ possibile assegnare un valore diverso al campo 'TablePDFEvolution._numeroColonne'. Il valore predefinito +¿ 0 [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S183.cs(20,16): warning CS0169: Il campo 'S183._testotitolo' non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(123,22): warning CS0414: Il campo 'TablePDFEvolution._saltopaginaforzato' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(17,22): warning CS0414: Il campo 'TablePDFEvolution._whitespaceTableCell' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\Tables\TablePDFEvolution.cs(103,22): warning CS0414: Il campo 'TablePDFEvolution._withImage' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\S160.cs(36,14): warning CS0414: Il campo 'S160.notaSezioneStampata' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]
C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\Presentation\Section\FD160.cs(29,14): warning CS0414: Il campo 'FD160.notaSezioneStampata' +¿ assegnato, ma il suo valore non viene mai usato [C:\TFS Fideuram\TP_SEI_Project\root\ContrattoSEI\PDFGenerator\PDFGenerator.csproj]