Christian Kadluba
Christian Kadluba
In the issue #190 @jonorossi suggested to use table partitioning to achieve this. If such requirements can be beautifully handled by well tested SQL Server we would rather not build...
Hi @UrielMhezzek thank you for the report. Could you provide a simple sample that I could use to reproduce the problem?
It looks good, thank you for the contribution. Since you updated the nuget references for the .NET Core 3.1 and .NET Framework 4.7.2 targets, were you able to test the...
Thank you. I will leave this PR open until you could test it with Azure.
There are still failing tests. Are you able to fix them?
Please try to find out why the exception is different in your environment from the test when it runs on the build agent. We should not change lib code to...
I think this PR needs a little bit more work. I hope I find some time soon to test this on Azure myself. If I understand this correctly, you were...
We are currently upgrading SqlClient in PR https://github.com/serilog-mssql/serilog-sinks-mssqlserver/pull/418 and will remove the obsolete MS AppAuthentication soon and use SqlClient auth capabilities instead. That will also obsolete this PR because the...
Hi @LeonFreriks-calvi! Thank you for reporting this. Unfortunately this error appears not as a dependabot alert nor during normal build using our GitHub actions. But when I ran `dotnet list...
I created the linked PR which fixes the critical issue in the MSSQL sink library. I just wait for a brief review from a co maintainer before we create a...