Enhance logging in FdsSqlOptions and related classes
- Updated FdsSqlOptions to accept an optional ILogger parameter for improved error logging. - Modified FdsMfr and FdsMfrClient classes to pass the logger instance to FdsSqlOptions. - Added detailed error logging in various methods to capture SQL execution issues and file handling errors. - Improved documentation for FdsSqlOptions to clarify logging behavior. - Updated Archive class to log compression errors, enhancing traceability of failures. - Adjusted project configuration to suppress specific warnings related to transitive dependencies. - Added NuGet.config to define package sources for dependency management. - Updated submodule references for OCORE and related projects.
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
{
|
||||
{
|
||||
"name": "fuchs",
|
||||
"version": "1.1.0",
|
||||
"dependencies": {
|
||||
"@microsoft/signalr": "^10.0.0",
|
||||
"fg-loadcss": "3.1.0",
|
||||
"jquery": "4.0.0",
|
||||
"js-cookie": "3.0.1",
|
||||
|
||||
Reference in New Issue
Block a user