From 02071ce60dd3443e997d17fe13ff897ada9ee54a Mon Sep 17 00:00:00 2001 From: jrojas Date: Sat, 27 Jun 2026 17:22:37 +0200 Subject: [PATCH] fix update packages --- .gitignore | 2 ++ .../adas-core.Application.csproj | 21 ++++++++++----- .../adas-core.Authentication.csproj | 17 +++++++----- adas-core.Domain/adas-core.Domain.csproj | 12 ++++----- .../Repositories/MasterListRepository.cs | 1 - .../adas-core.Infrastructure.csproj | 13 ++++++--- .../adas-core.LdapLogin.csproj | 5 ++++ .../adas-core.LocalLogin.csproj | 11 +++++--- adas-core.Test/adas-core.Test.csproj | 7 ++++- .../adas-core.module.LightBeacons.csproj | 5 ++++ .../adas-core.module.ProxyDevices.csproj | 8 +++--- .../adas-core.module.Relays.csproj | 2 +- adas-core/Program.cs | 4 +-- adas-core/adas-core.csproj | 27 ++++++++++++------- 14 files changed, 90 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index f0231b83..2c9f2b71 100644 --- a/.gitignore +++ b/.gitignore @@ -379,3 +379,5 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd .idea +/.ollamassist/conversations +/write_readme.py diff --git a/adas-core.Application/adas-core.Application.csproj b/adas-core.Application/adas-core.Application.csproj index ede1a4b1..6ccc57eb 100644 --- a/adas-core.Application/adas-core.Application.csproj +++ b/adas-core.Application/adas-core.Application.csproj @@ -21,17 +21,24 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + - - - - - + + + + + + + - - + + diff --git a/adas-core.Authentication/adas-core.Authentication.csproj b/adas-core.Authentication/adas-core.Authentication.csproj index 8af44874..c24f2520 100644 --- a/adas-core.Authentication/adas-core.Authentication.csproj +++ b/adas-core.Authentication/adas-core.Authentication.csproj @@ -9,12 +9,17 @@ - - - - - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + diff --git a/adas-core.Domain/adas-core.Domain.csproj b/adas-core.Domain/adas-core.Domain.csproj index f36d59dc..d7bd2896 100644 --- a/adas-core.Domain/adas-core.Domain.csproj +++ b/adas-core.Domain/adas-core.Domain.csproj @@ -10,17 +10,17 @@ - - - + + + - + - - + + diff --git a/adas-core.Infrastructure/Repositories/MasterListRepository.cs b/adas-core.Infrastructure/Repositories/MasterListRepository.cs index 5526f8aa..8f412baf 100644 --- a/adas-core.Infrastructure/Repositories/MasterListRepository.cs +++ b/adas-core.Infrastructure/Repositories/MasterListRepository.cs @@ -1117,7 +1117,6 @@ public class MasterListRepository : MongoRepository, IMasterListRepository // Normaliza el texto de búsqueda a minúsculas var normalizedTextSearch = textSearch.ToLowerInvariant(); - // Construye la expresión regular dinámica para tener en cuenta la acentuación en las vocales var regexPattern = BuildRegexPattern(normalizedTextSearch); // foreach (var c in normalizedTextSearch) // { diff --git a/adas-core.Infrastructure/adas-core.Infrastructure.csproj b/adas-core.Infrastructure/adas-core.Infrastructure.csproj index 186f0b92..dbea3501 100644 --- a/adas-core.Infrastructure/adas-core.Infrastructure.csproj +++ b/adas-core.Infrastructure/adas-core.Infrastructure.csproj @@ -9,11 +9,16 @@ - - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + - + diff --git a/adas-core.LdapLogin/adas-core.LdapLogin.csproj b/adas-core.LdapLogin/adas-core.LdapLogin.csproj index 7666248e..686afdff 100644 --- a/adas-core.LdapLogin/adas-core.LdapLogin.csproj +++ b/adas-core.LdapLogin/adas-core.LdapLogin.csproj @@ -14,6 +14,11 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/adas-core.LocalLogin/adas-core.LocalLogin.csproj b/adas-core.LocalLogin/adas-core.LocalLogin.csproj index 27c0080b..00bda419 100644 --- a/adas-core.LocalLogin/adas-core.LocalLogin.csproj +++ b/adas-core.LocalLogin/adas-core.LocalLogin.csproj @@ -8,13 +8,18 @@ - - + + - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/adas-core.Test/adas-core.Test.csproj b/adas-core.Test/adas-core.Test.csproj index 5a88c1b4..ea17dc2d 100644 --- a/adas-core.Test/adas-core.Test.csproj +++ b/adas-core.Test/adas-core.Test.csproj @@ -21,6 +21,11 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + @@ -28,7 +33,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/adas-core.module.LightBeacons/adas-core.module.LightBeacons.csproj b/adas-core.module.LightBeacons/adas-core.module.LightBeacons.csproj index 01a7e2dd..59469002 100644 --- a/adas-core.module.LightBeacons/adas-core.module.LightBeacons.csproj +++ b/adas-core.module.LightBeacons/adas-core.module.LightBeacons.csproj @@ -14,6 +14,11 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/adas-core.module.ProxyDevices/adas-core.module.ProxyDevices.csproj b/adas-core.module.ProxyDevices/adas-core.module.ProxyDevices.csproj index 0c44716c..5b5387e7 100644 --- a/adas-core.module.ProxyDevices/adas-core.module.ProxyDevices.csproj +++ b/adas-core.module.ProxyDevices/adas-core.module.ProxyDevices.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -15,10 +15,10 @@ - - + + - + diff --git a/adas-core.module.Relays/adas-core.module.Relays.csproj b/adas-core.module.Relays/adas-core.module.Relays.csproj index 6ad62b26..659092d5 100644 --- a/adas-core.module.Relays/adas-core.module.Relays.csproj +++ b/adas-core.module.Relays/adas-core.module.Relays.csproj @@ -9,7 +9,7 @@ - + diff --git a/adas-core/Program.cs b/adas-core/Program.cs index 091629eb..d8817b12 100644 --- a/adas-core/Program.cs +++ b/adas-core/Program.cs @@ -21,7 +21,7 @@ using adas_core.WebSocket; using adas_core.WebSocket.Hubs; using audit_logs.Extensions; using Microsoft.Extensions.Options; -using Microsoft.OpenApi.Models; +using Microsoft.OpenApi; using MongoDB.Bson; using MongoDB.Driver; using Newtonsoft.Json; @@ -120,7 +120,7 @@ builder.Services.AddSwaggerGen(c => c.MapType(() => new OpenApiSchema { - Type = "string", + Type = JsonSchemaType.String, Format = "objectid" }); }); diff --git a/adas-core/adas-core.csproj b/adas-core/adas-core.csproj index 40769239..da15337a 100644 --- a/adas-core/adas-core.csproj +++ b/adas-core/adas-core.csproj @@ -13,7 +13,7 @@ Epigram Technologies ADAS Core - + True @@ -24,11 +24,17 @@ - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - - + + + + @@ -43,17 +49,18 @@ - - + + + - - - + + +