Marco Minerva
Marco Minerva
Added support for `FileStreamResult`, `FileContentHttpResult`, and `FileStreamHttpResult` in `OpenApiSchemaService`. These types are now represented as binary string schemas in OpenAPI documentation. Updated `JsonTypeInfoExtensionsTests` to include test cases for the new...
I have the following configuration with **Serilog.Sinks.MSSqlServer v9.0.02**: ```json "Serilog": { "Using": [ "Serilog.Sinks.MSSqlServer" ], "MinimumLevel": { "Default": "Information" }, "WriteTo": [ { "Name": "MSSqlServer", "Args": { "connectionString": "LogsConnection", "sinkOptionsSection":...
This pull request addresses a bug related to timestamp handling in the MSSqlServer sink, ensuring that timestamps are correctly converted to UTC when the `ConvertToUtc` option is set. It also...
### Goal Enhance TinyHelpers.EntityFrameworkCore to support named query filters, leveraging features available starting from .NET 10. This will allow developers to define and apply reusable query filters by name, simplifying...