Mango.Nop.Core cleanup;

This commit is contained in:
Loretta 2025-11-05 14:56:40 +01:00
parent 89eaca8d4a
commit 11d82c7193
4 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,7 @@
var welcomeMessage = await aiCalculationService.GetWelcomeMessageAsync(customer); var welcomeMessage = await aiCalculationService.GetWelcomeMessageAsync(customer);
if (welcomeMessage.IsNullOrWhiteSpace()) if (welcomeMessage.IsNullOrWhiteSpace())
//if(string.IsNullOrWhiteSpace(welcomeMessage))
{ {
<p class="lead">Nincs kapcsolat az AI szerverrel...</p> <p class="lead">Nincs kapcsolat az AI szerverrel...</p>
} }

View File

@ -133,6 +133,7 @@
</Reference> </Reference>
<Reference Include="AyCode.Utils"> <Reference Include="AyCode.Utils">
<HintPath>..\..\..\..\FruitBankHybridApp\FruitBank.Common.Server\bin\Debug\net9.0\AyCode.Utils.dll</HintPath> <HintPath>..\..\..\..\FruitBankHybridApp\FruitBank.Common.Server\bin\Debug\net9.0\AyCode.Utils.dll</HintPath>
<Private></Private>
</Reference> </Reference>
<Reference Include="FruitBank.Common"> <Reference Include="FruitBank.Common">
<HintPath>..\..\..\..\FruitBankHybridApp\FruitBank.Common.Server\bin\Debug\net9.0\FruitBank.Common.dll</HintPath> <HintPath>..\..\..\..\FruitBankHybridApp\FruitBank.Common.Server\bin\Debug\net9.0\FruitBank.Common.dll</HintPath>

View File

@ -7,7 +7,8 @@
<!--Set this parameter to true to get the dlls copied from the NuGet cache to the output of your project. <!--Set this parameter to true to get the dlls copied from the NuGet cache to the output of your project.
You need to set this parameter to true if your plugin has a nuget package You need to set this parameter to true if your plugin has a nuget package
to ensure that the dlls copied from the NuGet cache to the output of your project--> to ensure that the dlls copied from the NuGet cache to the output of your project-->
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>

View File

@ -7,7 +7,8 @@
<!--Set this parameter to true to get the dlls copied from the NuGet cache to the output of your project. <!--Set this parameter to true to get the dlls copied from the NuGet cache to the output of your project.
You need to set this parameter to true if your plugin has a nuget package You need to set this parameter to true if your plugin has a nuget package
to ensure that the dlls copied from the NuGet cache to the output of your project--> to ensure that the dlls copied from the NuGet cache to the output of your project-->
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>