Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented #542: Column option ResolveHierarchicalPropertyName to force non-hierarchical handling #599

Merged

Conversation

ckadluba
Copy link
Member

@ckadluba ckadluba commented Nov 20, 2024

Implements issue #542. See README.md and PR changes for details.

Parallel execution of DB tests on the one single local DB led to concurrency problems. Therefore the script now runs tests for each supported target framework in a separate call, avoiding parallelism of the DB tests.
* Disable a property from being resolved hierarchically/structured even if its name contains dots (serilog-mssql#542) be addin a new new column option `ResolveHierarchicalPropertyName`.
* Implemented logic in SqlColumn class.
* Implemented reading of new column option from config.

Issue serilog-mssql#542
Added unit and integration tests for new functionality.

Issue serilog-mssql#542
Use new column option `ResolveHierarchicalPropertyName` in WorkerServiceDemo sample app.

Issue serilog-mssql#542
Documented new column option `ResolveHierarchicalPropertyName` in README.md.

Issue serilog-mssql#542
@ckadluba ckadluba added this pull request to the merge queue Nov 20, 2024
Merged via the queue into serilog-mssql:dev with commit 1ad392b Nov 20, 2024
7 checks passed
@ckadluba ckadluba deleted the issue-542-disable-hierarchical-props branch November 22, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant