- 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.
52 lines
853 B
Plaintext
52 lines
853 B
Plaintext
# Visual Studio
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
|
|
# Build Output
|
|
bin/
|
|
obj/
|
|
|
|
# Scratch / build-verification output
|
|
/tmp/
|
|
|
|
# SSDT / SQL database project caches (regenerated)
|
|
*.dbmdl
|
|
*.jfm
|
|
|
|
# Generated XML documentation output (regenerated on build)
|
|
MFR_RESTClient/MFR_RESTClient.xml
|
|
|
|
# NuGet
|
|
packages/
|
|
*.nupkg
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.npm/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|
|
# Secret Management DPAPI cache
|
|
secrets.cache
|
|
**/secrets.cache
|
|
|
|
# Secret values file (never commit)
|
|
Scripts/secrets.json
|
|
|
|
# Banking test data (sensitive real bank export files — never commit)
|
|
Fuchs.Tests/TestData/Banking/*.zip
|
|
Fuchs.Tests/TestData/Banking/*.xml
|
|
Fuchs.Tests/TestData/Banking/*.camt
|
|
Fuchs.Tests/TestData/Banking/*.sta
|
|
Fuchs.Tests/TestData/Banking/*.mt940
|
|
Fuchs.Tests/TestData/Banking/*.txt
|