FruitBank/Libraries/Nop.Data
Loretta 2303cc5736 Update DLL HintPaths to use $(Configuration); prod DB switch
Replaced hardcoded Debug paths in all .csproj files with $(Configuration) for AyCode and FruitBank DLL references, enabling correct DLL resolution for any build configuration. Switched appsettings.json connection string to use the FruitBank_PROD database. Added a null check for StockTaking in StockSignalREndpointServer.cs to prevent possible null reference exceptions. Noted some encoding issues in .csproj comments and copyright fields. No other functional changes.
2026-03-24 18:30:42 +01:00
..
Configuration Initial commit 2025-08-27 19:56:51 +02:00
DataProviders Initial commit 2025-08-27 19:56:51 +02:00
Extensions Initial commit 2025-08-27 19:56:51 +02:00
Mapping Initial commit 2025-08-27 19:56:51 +02:00
Migrations Initial commit 2025-08-27 19:56:51 +02:00
DataProviderManager.cs Initial commit 2025-08-27 19:56:51 +02:00
DataProviderType.cs Initial commit 2025-08-27 19:56:51 +02:00
DataSettingsManager.cs Initial commit 2025-08-27 19:56:51 +02:00
EntityRepository.cs Initial commit 2025-08-27 19:56:51 +02:00
IDataProviderManager.cs Initial commit 2025-08-27 19:56:51 +02:00
INopConnectionStringInfo.cs Initial commit 2025-08-27 19:56:51 +02:00
INopDataProvider.cs Initial commit 2025-08-27 19:56:51 +02:00
IRepository.cs Initial commit 2025-08-27 19:56:51 +02:00
ITempDataStorage.cs Initial commit 2025-08-27 19:56:51 +02:00
Nop.Data.csproj Update DLL HintPaths to use $(Configuration); prod DB switch 2026-03-24 18:30:42 +01:00
NopDataSettingsDefaults.cs Initial commit 2025-08-27 19:56:51 +02:00
NopDbStartup.cs Initial commit 2025-08-27 19:56:51 +02:00
TempSqlDataStorage.cs Initial commit 2025-08-27 19:56:51 +02:00