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

Release 6.4.0 #496

Merged
merged 28 commits into from
Nov 25, 2023
Merged

Release 6.4.0 #496

merged 28 commits into from
Nov 25, 2023

Conversation

ckadluba
Copy link
Member

ckadluba and others added 28 commits January 19, 2023 14:38
Removed the word "Core". It is only .NET 6.
Described new sink option AutoCreateSqlDatabase.
* Added sink option AutoCreateSqlDatabase
* Lots of refactoring (removed duplicate code, cleaner interfaces of sink dependency classes, etc.)
* Unit tests
Thou shalt not unit test using a static delegate in Serilog.SelfLog.
Do not throw or log an exception if AutoCreateSqlDatabase is set to true and the DB alerady exists.
Currently exceptions that occurr during automatic db or table creation when the sink is initialized, are not thrown to the caller/client program. This could hide or delay fatal problems from showing and was changed in this commit.

Related: #478
…ion-if-db-exists

478 autocreatedb no exception if db exists
Had to add package reference to Microsoft.NET.Test.Sdk to tests project to fix the issue.
Fixed #491: .NET 6 test can't be executed
Truncate additional columns, allow varchar on standard columns
Bumped minor version according to #493
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@ckadluba ckadluba merged commit bf1f5e6 into main Nov 25, 2023
10 checks passed
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.

2 participants