Mango.Nop.Core cleanup;
This commit is contained in:
parent
89eaca8d4a
commit
11d82c7193
|
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue