diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9394d30..d78758b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -390,24 +390,24 @@ STAT:IIS01:deploy:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-MON:IIS01:deploy:
- stage: deploy
- tags:
- - win
- variables:
- APP_NAME: MP.Mon
- SOL_NAME: MP-MON
- before_script:
- - *nuget-fix
- - dotnet restore "$env:SOL_NAME.sln"
- rules:
- - if: $CI_COMMIT_BRANCH == 'develop'
- - if: $CI_COMMIT_BRANCH =~ /^feature\/MON.+/
- when: always
- needs: ["MON:build"]
- script:
- - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+# MON:IIS01:deploy:
+# stage: deploy
+# tags:
+# - win
+# variables:
+# APP_NAME: MP.Mon
+# SOL_NAME: MP-MON
+# before_script:
+# - *nuget-fix
+# - dotnet restore "$env:SOL_NAME.sln"
+# rules:
+# - if: $CI_COMMIT_BRANCH == 'develop'
+# - if: $CI_COMMIT_BRANCH =~ /^feature\/MON.+/
+# when: always
+# needs: ["MON:build"]
+# script:
+# - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
+# - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
SPEC:IIS01:deploy:
stage: deploy
@@ -564,23 +564,23 @@ STAT:IIS03:deploy:
- dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-MON:IIS03:deploy:
- stage: deploy
- tags:
- - win
- variables:
- APP_NAME: MP.Mon
- SOL_NAME: MP-MON
- before_script:
- - *nuget-fix
- - dotnet restore "$env:SOL_NAME.sln"
- rules:
- - if: $CI_COMMIT_BRANCH == 'master'
- needs: ["MON:build"]
- script:
- - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+# MON:IIS03:deploy:
+# stage: deploy
+# tags:
+# - win
+# variables:
+# APP_NAME: MP.Mon
+# SOL_NAME: MP-MON
+# before_script:
+# - *nuget-fix
+# - dotnet restore "$env:SOL_NAME.sln"
+# rules:
+# - if: $CI_COMMIT_BRANCH == 'master'
+# needs: ["MON:build"]
+# script:
+# - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
+# - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+# - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
SPEC:IIS03:deploy:
stage: deploy
@@ -741,27 +741,27 @@ STAT:installer:
- *hashBuild
- *nexusUpload
-MON:installer:
- stage: installer
- tags:
- - win
- variables:
- APP_NAME: MP.Mon
- SOL_NAME: MP-MON
- NEXUS_PATH: MP-MON
- before_script:
- - *nuget-fix
- - dotnet restore "$env:SOL_NAME.sln"
- rules:
- - if: $CI_COMMIT_BRANCH == 'master'
- - if: $CI_COMMIT_BRANCH == 'develop'
- needs: ["MON:build"]
- script:
- - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release $env:APP_NAME/$env:APP_NAME.csproj -o:publish -p:verbosity=quiet
- # qui il deploy su nexus...
- - *hashBuild
- - *nexusUpload
+# MON:installer:
+# stage: installer
+# tags:
+# - win
+# variables:
+# APP_NAME: MP.Mon
+# SOL_NAME: MP-MON
+# NEXUS_PATH: MP-MON
+# before_script:
+# - *nuget-fix
+# - dotnet restore "$env:SOL_NAME.sln"
+# rules:
+# - if: $CI_COMMIT_BRANCH == 'master'
+# - if: $CI_COMMIT_BRANCH == 'develop'
+# needs: ["MON:build"]
+# script:
+# - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
+# - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release $env:APP_NAME/$env:APP_NAME.csproj -o:publish -p:verbosity=quiet
+# # qui il deploy su nexus...
+# - *hashBuild
+# - *nexusUpload
SPEC:installer:
stage: installer
@@ -962,26 +962,26 @@ STAT:release:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -c Release -o ./publish $env:APP_NAME/$env:APP_NAME.csproj -p:verbosity=quiet
-MON:release:
- stage: release
- tags:
- - win
- variables:
- APP_NAME: MP.Mon
- SOL_NAME: MP-MON
- NEXUS_PATH: MP-MON
- before_script:
- - *nuget-fix
- - dotnet restore "$env:SOL_NAME.sln"
- rules:
- - if: $CI_COMMIT_TAG
- needs: ["MON:build"]
- artifacts:
- paths:
- - publish/
- script:
- - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -c Release -o ./publish $env:APP_NAME/$env:APP_NAME.csproj -p:verbosity=quiet
+# MON:release:
+# stage: release
+# tags:
+# - win
+# variables:
+# APP_NAME: MP.Mon
+# SOL_NAME: MP-MON
+# NEXUS_PATH: MP-MON
+# before_script:
+# - *nuget-fix
+# - dotnet restore "$env:SOL_NAME.sln"
+# rules:
+# - if: $CI_COMMIT_TAG
+# needs: ["MON:build"]
+# artifacts:
+# paths:
+# - publish/
+# script:
+# - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
+# - dotnet publish -c Release -o ./publish $env:APP_NAME/$env:APP_NAME.csproj -p:verbosity=quiet
SPEC:release:
stage: release
diff --git a/MP-MON/MP-MON.Client/MP-MON.Client.csproj b/MP-MON/MP-MON.Client/MP-MON.Client.csproj
index 154419dc..6ade8940 100644
--- a/MP-MON/MP-MON.Client/MP-MON.Client.csproj
+++ b/MP-MON/MP-MON.Client/MP-MON.Client.csproj
@@ -8,6 +8,8 @@
Default
MP.MON.Client
$(AssemblyName.Replace(' ', '_'))
+ true
+ true
diff --git a/MP-MON/MP-MON/.config/dotnet-tools.json b/MP-MON/MP-MON/.config/dotnet-tools.json
new file mode 100644
index 00000000..0280531d
--- /dev/null
+++ b/MP-MON/MP-MON/.config/dotnet-tools.json
@@ -0,0 +1,13 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "dotnet-ef": {
+ "version": "9.0.3",
+ "commands": [
+ "dotnet-ef"
+ ],
+ "rollForward": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/MP-MON8/MP-MON8.csproj b/MP-MON8/MP-MON8.csproj
index bb6c0668..fcd6759f 100644
--- a/MP-MON8/MP-MON8.csproj
+++ b/MP-MON8/MP-MON8.csproj
@@ -19,12 +19,12 @@
-
-
+
+
-
+
diff --git a/MP-TAB3/Components/CheckControls.razor.cs b/MP-TAB3/Components/CheckControls.razor.cs
index a0b229f0..9852fa03 100644
--- a/MP-TAB3/Components/CheckControls.razor.cs
+++ b/MP-TAB3/Components/CheckControls.razor.cs
@@ -121,12 +121,9 @@ namespace MP_TAB3.Components
{
if (RecMSE != null)
{
- if (MServ.LastIdxMacchina != RecMSE.IdxMacchina)
- {
- ShowInsFermata = CheckShowInsFermata;
- ShowReqControls = await CheckShowReqControls();
- MServ.LastIdxMacchina = RecMSE.IdxMacchina;
- }
+ ShowInsFermata = CheckShowInsFermata;
+ ShowReqControls = await CheckShowReqControls();
+ MServ.LastIdxMacchina = RecMSE.IdxMacchina;
}
}
diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj
index 659e5d51..d354439b 100644
--- a/MP-TAB3/MP-TAB3.csproj
+++ b/MP-TAB3/MP-TAB3.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 6.16.2503.1316
+ 6.16.2503.1410
enable
MP_TAB3
@@ -36,13 +36,14 @@
-
-
-
+
+
+
+
-
-
+
+
diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html
index 73d7d868..407fcaf8 100644
--- a/MP-TAB3/Resources/ChangeLog.html
+++ b/MP-TAB3/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
- Versione: 6.16.2503.1316
+ Versione: 6.16.2503.1410
Note di rilascio:
-
diff --git a/MP-TAB3/Resources/VersNum.txt b/MP-TAB3/Resources/VersNum.txt
index 23bb6c64..8ede05b5 100644
--- a/MP-TAB3/Resources/VersNum.txt
+++ b/MP-TAB3/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.1316
+6.16.2503.1410
diff --git a/MP-TAB3/Resources/manifest.xml b/MP-TAB3/Resources/manifest.xml
index f4b3f46e..470888b7 100644
--- a/MP-TAB3/Resources/manifest.xml
+++ b/MP-TAB3/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.1316
+ 6.16.2503.1410
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html
false
diff --git a/MP.AppAuth/MP.AppAuth.csproj b/MP.AppAuth/MP.AppAuth.csproj
index 831d95fa..4d97d8a4 100644
--- a/MP.AppAuth/MP.AppAuth.csproj
+++ b/MP.AppAuth/MP.AppAuth.csproj
@@ -6,14 +6,14 @@
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/MP.Data/MP.Data.csproj b/MP.Data/MP.Data.csproj
index df4c3a4f..cc474a3d 100644
--- a/MP.Data/MP.Data.csproj
+++ b/MP.Data/MP.Data.csproj
@@ -25,23 +25,23 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
-
+
\ No newline at end of file
diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj
index cd303f6f..7901f683 100644
--- a/MP.INVE/MP.INVE.csproj
+++ b/MP.INVE/MP.INVE.csproj
@@ -23,12 +23,12 @@
-
-
-
+
+
+
-
+
diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj
index 4388b4ba..09a0273f 100644
--- a/MP.Land/MP.Land.csproj
+++ b/MP.Land/MP.Land.csproj
@@ -3,7 +3,7 @@
net6.0
MP.Land
- 6.16.2503.0809
+ 6.16.2503.1410
Debug;Release;Debug_LiManDebug
en
True
@@ -50,20 +50,15 @@
-
-
+
+
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html
index d0b4363b..4961fa5b 100644
--- a/MP.Land/Resources/ChangeLog.html
+++ b/MP.Land/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo Tablet MAPO - DotNet6
-
Versione: 6.16.2503.0809
+ Versione: 6.16.2503.1410
Note di rilascio:
diff --git a/MP.Land/Resources/VersNum.txt b/MP.Land/Resources/VersNum.txt
index 0132789f..8ede05b5 100644
--- a/MP.Land/Resources/VersNum.txt
+++ b/MP.Land/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.0809
+6.16.2503.1410
diff --git a/MP.Land/Resources/manifest.xml b/MP.Land/Resources/manifest.xml
index 18f4f7cb..10d6da9c 100644
--- a/MP.Land/Resources/manifest.xml
+++ b/MP.Land/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.0809
+ 6.16.2503.1410
https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/MP.Land.zip
https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/ChangeLog.html
false
diff --git a/MP.Mon6/MP.Mon.csproj b/MP.Mon6/MP.Mon.csproj
index d01725f2..b846badc 100644
--- a/MP.Mon6/MP.Mon.csproj
+++ b/MP.Mon6/MP.Mon.csproj
@@ -4,7 +4,7 @@
net6.0
enable
enable
- 6.16.2503.1318
+ 6.16.2503.1409
@@ -36,12 +36,12 @@
-
-
-
+
+
+
-
+
diff --git a/MP.Mon6/Resources/ChangeLog.html b/MP.Mon6/Resources/ChangeLog.html
index b28d865e..638ce892 100644
--- a/MP.Mon6/Resources/ChangeLog.html
+++ b/MP.Mon6/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MON MAPO
-
Versione: 6.16.2503.1318
+ Versione: 6.16.2503.1409
Note di rilascio:
-
diff --git a/MP.Mon6/Resources/VersNum.txt b/MP.Mon6/Resources/VersNum.txt
index ed3280a2..73ad03d8 100644
--- a/MP.Mon6/Resources/VersNum.txt
+++ b/MP.Mon6/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.1318
+6.16.2503.1409
diff --git a/MP.Mon6/Resources/manifest.xml b/MP.Mon6/Resources/manifest.xml
index af79b65d..82ff1e8f 100644
--- a/MP.Mon6/Resources/manifest.xml
+++ b/MP.Mon6/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.1318
+ 6.16.2503.1409
https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/MP.Mon.zip
https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/ChangeLog.html
false
diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj
index c43cff40..1a3e83be 100644
--- a/MP.SPEC/MP.SPEC.csproj
+++ b/MP.SPEC/MP.SPEC.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.SPEC
- 6.16.2503.810
+ 6.16.2503.1410
1800a78a-6ff1-40f9-b490-87fb8bfc1394
en
@@ -41,14 +41,14 @@
-
-
-
-
+
+
+
+
-
-
+
+
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index 48cb1b5d..407fcaf8 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
-
Versione: 6.16.2503.810
+ Versione: 6.16.2503.1410
Note di rilascio:
-
diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt
index 1177e7de..8ede05b5 100644
--- a/MP.SPEC/Resources/VersNum.txt
+++ b/MP.SPEC/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.810
+6.16.2503.1410
diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml
index 42f20476..53f9f807 100644
--- a/MP.SPEC/Resources/manifest.xml
+++ b/MP.SPEC/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.810
+ 6.16.2503.1410
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html
false
diff --git a/MP.Stats/MP.Stats.csproj b/MP.Stats/MP.Stats.csproj
index 4ef8fe9f..8c61532a 100644
--- a/MP.Stats/MP.Stats.csproj
+++ b/MP.Stats/MP.Stats.csproj
@@ -4,8 +4,8 @@
net6.0
MP.Stats
826e877c-ba70-4253-84cb-d0b1cafd4440
- 6.16.2503.1210
- 6.16.2503.1210
+ 6.16.2503.1411
+ 6.16.2503.1411
true
$(NoWarn);1591
en
@@ -196,8 +196,8 @@
-
-
+
+
diff --git a/MP.Stats/Resources/ChangeLog.html b/MP.Stats/Resources/ChangeLog.html
index 5e4a1a00..148d5c87 100644
--- a/MP.Stats/Resources/ChangeLog.html
+++ b/MP.Stats/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo statistiche MAPO
- Versione: 6.16.2503.1210
+ Versione: 6.16.2503.1411
Note di rilascio:
diff --git a/MP.Stats/Resources/VersNum.txt b/MP.Stats/Resources/VersNum.txt
index c81df893..42106fdb 100644
--- a/MP.Stats/Resources/VersNum.txt
+++ b/MP.Stats/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.1210
+6.16.2503.1411
diff --git a/MP.Stats/Resources/manifest.xml b/MP.Stats/Resources/manifest.xml
index 7c8757d8..78d847a1 100644
--- a/MP.Stats/Resources/manifest.xml
+++ b/MP.Stats/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.1210
+ 6.16.2503.1411
https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/MP.Stats.zip
https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/ChangeLog.html
false
diff --git a/MP.TaskMan/MP.TaskMan.csproj b/MP.TaskMan/MP.TaskMan.csproj
index 927dbdfd..fd2d2cd2 100644
--- a/MP.TaskMan/MP.TaskMan.csproj
+++ b/MP.TaskMan/MP.TaskMan.csproj
@@ -12,21 +12,21 @@
-
-
-
-
-
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+
-
+