Update di ttuti i namespaces

This commit is contained in:
Samuele Locatelli
2025-06-17 09:15:06 +02:00
parent d4a3a918cf
commit af133677f6
50 changed files with 96 additions and 110 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
using IOB_MAN8.Core.Models;
using IOB_MAN.Core.Models;
using EgwCoreLib.Utils;
using System;
using System.Collections.Generic;
@@ -7,7 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.Config
namespace IOB_MAN.Core.Config
{
public class AppSettings
{
+2 -2
View File
@@ -1,11 +1,11 @@
using IOB_MAN8.Core.Models;
using IOB_MAN.Core.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.Config
namespace IOB_MAN.Core.Config
{
/// <summary>
/// File configurazione IOB-MAN relativamente alla gestione degli IobAdaptConf controllati
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core
namespace IOB_MAN.Core
{
public class Const
{
+1 -1
View File
@@ -1,7 +1,7 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace IOB_MAN8.Core
namespace IOB_MAN.Core
{
public class CoreEnum
{
+1 -1
View File
@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations.Schema;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
// <Auto-Generated>
// This is here so CodeMaid doesn't reorganize this document
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
/// <summary>
/// Classe risposta richiesta enroll applicativo
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
/// <summary>
/// Rappresentazione dello stato corrente dell'IobAdaptConf
+1 -1
View File
@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations.Schema;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
// <Auto-Generated>
// This is here so CodeMaid doesn't reorganize this document
+1 -1
View File
@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
public class ReleaseDTO
{
+1 -1
View File
@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
// <Auto-Generated>
// This is here so CodeMaid doesn't reorganize this document
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
/// <summary>
/// Classe x descrivere status server MP
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
public class FluxLogStatsDTO
{
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
// <Auto-Generated>
// This is here so CodeMaid doesn't reorganize this document
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.DTO
namespace IOB_MAN.Core.DTO
{
public class UploadResultDTO
{
+3 -3
View File
@@ -1,6 +1,6 @@
using EgwCoreLib.Razor;
using IOB_MAN8.Core;
using IOB_MAN8.Core.DTO;
using IOB_MAN.Core;
using IOB_MAN.Core.DTO;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using NLog;
@@ -14,7 +14,7 @@ using System.Runtime;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.Data
namespace IOB_MAN.Core.Data
{
/// <summary>
/// Classe gestione REDIS x recupero dati IOB
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>IOB_MAN8.Core</RootNamespace>
<RootNamespace>IOB_MAN.Core</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
+3 -3
View File
@@ -1,5 +1,5 @@
using IOB_MAN8.Core.Data;
using IOB_MAN8.Core.DTO;
using IOB_MAN.Core.Data;
using IOB_MAN.Core.DTO;
using StackExchange.Redis;
using System;
using System.Collections.Generic;
@@ -9,7 +9,7 @@ using System.Net.NetworkInformation;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core
namespace IOB_MAN.Core
{
public class IobAdapt
{
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.Models
namespace IOB_MAN.Core.Models
{
public class TargetConfig
{
+1 -1
View File
@@ -1,7 +1,7 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace IOB_MAN8.Core.SDK
namespace IOB_MAN.Core.SDK
{
public class Enums
{
+2 -2
View File
@@ -1,8 +1,8 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using static IOB_MAN8.Core.SDK.Enums;
using static IOB_MAN.Core.SDK.Enums;
namespace IOB_MAN8.Core.SDK
namespace IOB_MAN.Core.SDK
{
public class dataConf
{
+3 -3
View File
@@ -1,9 +1,9 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using static IOB_MAN8.Core.CoreEnum;
using static IOB_MAN8.Core.SDK.Enums;
using static IOB_MAN.Core.CoreEnum;
using static IOB_MAN.Core.SDK.Enums;
namespace IOB_MAN8.Core.SDK
namespace IOB_MAN.Core.SDK
{
public class dataConfTSVC : dataConf
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace IOB_MAN8.Core.SDK
namespace IOB_MAN.Core.SDK
{
public class plcMemMap
{
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.SDK
namespace IOB_MAN.Core.SDK
{
public class plcMemMapExt : plcMemMap
{
+6 -6
View File
@@ -1,17 +1,17 @@
using EgwCoreLib.Utils;
using IOB_MAN8.Core.Config;
using IOB_MAN8.Core.Data;
using IOB_MAN8.Core.DTO;
using IOB_MAN8.Core.Models;
using IOB_MAN.Core.Config;
using IOB_MAN.Core.Data;
using IOB_MAN.Core.DTO;
using IOB_MAN.Core.Models;
using Newtonsoft.Json;
using NLog;
using StackExchange.Redis;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Reflection;
using static IOB_MAN8.Core.CoreEnum;
using static IOB_MAN.Core.CoreEnum;
namespace IOB_MAN8.Core.Services
namespace IOB_MAN.Core.Services
{
public class AppControlService : IAppControlService, IDisposable
{
+6 -6
View File
@@ -1,17 +1,17 @@
using EgwCoreLib.Utils;
using IOB_MAN8.Core.Config;
using IOB_MAN8.Core.Data;
using IOB_MAN8.Core.DTO;
using IOB_MAN8.Core.Models;
using IOB_MAN.Core.Config;
using IOB_MAN.Core.Data;
using IOB_MAN.Core.DTO;
using IOB_MAN.Core.Models;
using Newtonsoft.Json;
using NLog;
using StackExchange.Redis;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Reflection;
using static IOB_MAN8.Core.CoreEnum;
using static IOB_MAN.Core.CoreEnum;
namespace IOB_MAN8.Core.Services
namespace IOB_MAN.Core.Services
{
public class FluxLogManService
{
+1 -1
View File
@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.Services
namespace IOB_MAN.Core.Services
{
public interface IAppControlService
{
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.Services
namespace IOB_MAN.Core.Services
{
/// <summary>
/// Classe di gestione Scheduler scadenziabili
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core.Services
namespace IOB_MAN.Core.Services
{
public static class TaskSchedulerService
{
+1 -1
View File
@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core
namespace IOB_MAN.Core
{
/// <summary>
/// Oggetto collezione statistiche x report status applicazione
+1 -1
View File
@@ -6,7 +6,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core
namespace IOB_MAN.Core
{
public class TaskRunStats
{
+1 -1
View File
@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations.Schema;
namespace IOB_MAN8.Core
namespace IOB_MAN.Core
{
/// <summary>
/// Statistiche esecuzione task
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IOB_MAN8.Core
namespace IOB_MAN.Core
{
public class Utils
{
-14
View File
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "VersGen\VersGen.csproj", "{58E399F3-9D4E-49D3-AB35-9ED536543D50}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B52E3E86-1B82-4F4D-982C-0C8909CD2A28}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
@@ -24,18 +22,6 @@ Global
Remote_DEBUG|x86 = Remote_DEBUG|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Debug|x86.ActiveCfg = Debug|Any CPU
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Debug|x86.Build.0 = Debug|Any CPU
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Release|Any CPU.Build.0 = Release|Any CPU
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Release|x86.ActiveCfg = Release|x86
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Release|x86.Build.0 = Release|x86
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Remote_DEBUG|Any CPU.ActiveCfg = Debug|Any CPU
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Remote_DEBUG|Any CPU.Build.0 = Debug|Any CPU
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Remote_DEBUG|x86.ActiveCfg = Release|x86
{58E399F3-9D4E-49D3-AB35-9ED536543D50}.Remote_DEBUG|x86.Build.0 = Release|x86
{80CDB2A1-F97D-4C32-BA8E-0B9352F26FD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80CDB2A1-F97D-4C32-BA8E-0B9352F26FD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80CDB2A1-F97D-4C32-BA8E-0B9352F26FD6}.Debug|x86.ActiveCfg = Debug|Any CPU
+1 -1
View File
@@ -1,4 +1,4 @@
namespace IOB_MAN8.App
namespace IOB_MAN
{
partial class BlazorForm
{
+3 -3
View File
@@ -1,5 +1,5 @@
using IOB_MAN8.Core.Data;
using IOB_MAN8.Core.Services;
using IOB_MAN.Core.Data;
using IOB_MAN.Core.Services;
using Microsoft.AspNetCore.Components.WebView.WindowsForms;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Win32;
@@ -19,7 +19,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace IOB_MAN8.App
namespace IOB_MAN
{
public partial class BlazorForm : Form
{
@@ -1,14 +1,14 @@
using IOB_MAN8.Core;
using IOB_MAN8.Core.Services;
using IOB_MAN.Core;
using IOB_MAN.Core.Services;
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using NLog;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using static IOB_MAN8.Core.CoreEnum;
using static IOB_MAN.Core.CoreEnum;
namespace IOB_MAN8.App.Components.Compo
namespace IOB_MAN.Components.Compo
{
public partial class ApplicationCheck : IDisposable
{
+3 -3
View File
@@ -1,8 +1,8 @@
using IOB_MAN8.Core;
using IOB_MAN8.Core.Services;
using IOB_MAN.Core;
using IOB_MAN.Core.Services;
using Microsoft.AspNetCore.Components;
namespace IOB_MAN8.App.Components.Compo
namespace IOB_MAN.Components.Compo
{
public partial class CmpFooter : ComponentBase, IDisposable
{
@@ -1,7 +1,7 @@
using IOB_MAN8.Core.DTO;
using IOB_MAN.Core.DTO;
using Microsoft.AspNetCore.Components;
namespace IOB_MAN8.App.Components.Compo
namespace IOB_MAN.Components.Compo
{
public partial class DataDetailList
{
@@ -1,7 +1,7 @@
using IOB_MAN8.Core.DTO;
using IOB_MAN.Core.DTO;
using Microsoft.AspNetCore.Components;
namespace IOB_MAN8.App.Components.Compo
namespace IOB_MAN.Components.Compo
{
public partial class DataParetoList
{
@@ -1,7 +1,7 @@
using IOB_MAN8.Core.DTO;
using IOB_MAN.Core.DTO;
using Microsoft.AspNetCore.Components;
namespace IOB_MAN8.App.Components.Compo
namespace IOB_MAN.Components.Compo
{
public partial class DataParetoTable
{
@@ -1,9 +1,9 @@
using IOB_MAN8.Core.SDK;
using IOB_MAN.Core.SDK;
using Microsoft.AspNetCore.Components;
using Newtonsoft.Json;
using System.Globalization;
namespace IOB_MAN8.App.Components.Compo
namespace IOB_MAN.Components.Compo
{
public partial class ParamConfEdit
{
+1 -1
View File
@@ -6,7 +6,7 @@
<div class="card-header">
<div class="d-flex justify-content-between">
<div class="p-0">
<h1>IOB_MAN8.App</h1>
<h1>IOB_MAN</h1>
</div>
<div class="p-0">
<div class="d-flex flex-row-reverse">
+4 -4
View File
@@ -1,11 +1,11 @@
using IOB_MAN8.Core.DTO;
using IOB_MAN8.Core.SDK;
using IOB_MAN8.Core.Services;
using IOB_MAN.Core.DTO;
using IOB_MAN.Core.SDK;
using IOB_MAN.Core.Services;
using Microsoft.AspNetCore.Components;
using Newtonsoft.Json;
using System.Globalization;
namespace IOB_MAN8.App.Components.Pages
namespace IOB_MAN.Components.Pages
{
public partial class FlogDetail
{
+3 -3
View File
@@ -1,9 +1,9 @@
using IOB_MAN8.Core;
using IOB_MAN8.Core.Services;
using IOB_MAN.Core;
using IOB_MAN.Core.Services;
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
namespace IOB_MAN8.App.Components.Pages
namespace IOB_MAN.Components.Pages
{
public partial class Index
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace IOB_MAN8.App
namespace IOB_MAN
{
partial class FluxLogData
{
+3 -3
View File
@@ -1,5 +1,5 @@
using IOB_MAN8.App.Components.Pages;
using IOB_MAN8.Core.Services;
using IOB_MAN.Components.Pages;
using IOB_MAN.Core.Services;
using Microsoft.AspNetCore.Components.WebView.WindowsForms;
using Microsoft.Extensions.DependencyInjection;
using NLog;
@@ -14,7 +14,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace IOB_MAN8.App
namespace IOB_MAN
{
public partial class FluxLogData : Form
{
+3 -3
View File
@@ -3,11 +3,11 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>IOB_MAN8.App</RootNamespace>
<RootNamespace>IOB_MAN</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>4.0.2506.1708</Version>
<Version>4.0.2506.1709</Version>
<Configurations>Debug;Release;Remote_DEBUG</Configurations>
</PropertyGroup>
<ItemGroup>
@@ -55,7 +55,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IOB-MAN8.Core\IOB-MAN.Core.csproj" />
<ProjectReference Include="..\IOB-MAN.Core\IOB-MAN.Core.csproj" />
</ItemGroup>
<ItemGroup>
+1 -1
View File
@@ -1,4 +1,4 @@
namespace IOB_MAN8.App
namespace IOB_MAN
{
public partial class MainBlazor
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace IOB_MAN8.App
namespace IOB_MAN
{
internal static class Program
{
+9 -9
View File
@@ -9,12 +9,12 @@
@using EgwCoreLib
@using EgwCoreLib.Razor
@using EgwCoreLib.Utils
@using IOB_MAN8.App
@using IOB_MAN8.App.Components
@using IOB_MAN8.App.Components.Compo
@using IOB_MAN8.App.Components.Layout
@using IOB_MAN8.App.Components.Pages
@using IOB_MAN8.Core
@using IOB_MAN8.Core.DTO
@using IOB_MAN8.Core.Models
@using IOB_MAN8.Core.Services
@using IOB_MAN
@using IOB_MAN.Components
@using IOB_MAN.Components.Compo
@using IOB_MAN.Components.Layout
@using IOB_MAN.Components.Pages
@using IOB_MAN.Core
@using IOB_MAN.Core.DTO
@using IOB_MAN.Core.Models
@using IOB_MAN.Core.Services