serilog-sinks-mssqlserver icon indicating copy to clipboard operation
serilog-sinks-mssqlserver copied to clipboard

Links to conference/journal publications in automated fact-checking (resources for the TACL22/EMNLP23 paper).

Results 45 serilog-sinks-mssqlserver issues
Sort by recently updated
recently updated
newest added

For supporting the more complex SQL column types (`image` or `varbinary`, for example) in specialized logging scenarios, I've been considering a callback mechanism for rendering property values. The only drawback...

enhancement

Removed obsolete and vulnerable Microsoft.Azure.Services.AppAuthentication * Fixes vulnerablities found in #417 * Microsoft.Azure.Services.AppAuthentication is obsolete. SqlClient was updated to version 3.0.0 which has integrated AD authentication capablities which can be...

To ensure compatibility with other updated sinks (especially [Serilog.Sinks.Seq](https://github.com/datalust/serilog-sinks-seq/releases/tag/v5.2.0))

Bug Report / Support Request Template -------------------------------------- If you are opening a feature request, you can ignore this template. Bug reports and requests for assistance usually require the same basic...

>> Please clearly describe what the SQL Sink is doing incorrectly: Updating from version 6.5.0 to version 6.5.1 adds an unexpected dependency on the Microsoft.WindowsDesktop.App Runtime. Deploying the application to...

bug

Bug Report ### Please clearly describe what the SQL Sink is doing incorrectly: When using `.AuditTo.MSSqlServer` and including the new `SpanId` and `TraceId` standard columns, events which contains either a...

>> Please clearly describe what the SQL Sink is doing incorrectly: .Net 8.0 API build correctly but when trying to debug in visual studio (F5) this is the exception: ```...

This package breaks all package management for at least some solutions and packages can't be added/restored. To reproduce: Pre-Req: The latest Visual Studio/.NET 8 installation? Try to add or restore...

Bug Report / Support Request Template -------------------------------------- If you are opening a feature request, you can ignore this template. Bug reports and requests for assistance usually require the same basic...

It is nice if MSSQLSink can support compressed LogEvent column. Their could be a configuration to turn the compression on and off. MSSqlServer supports Compress function to GZip data in...