Marco Minerva

Results 74 comments of Marco Minerva

Which methods are you referring to?

OK... But where in the code?

I don't see any value in using this solution, because in this case we're not dealing with things like index fragmentation.

Upon further investigation, I noticed that this different behavior occurs only when the environment is set to **Development**. In **Production**, I consistently get a 400 error. Therefore, it seems that...

I mean the CMS engine, so for example how to create the database and how to setup the connection string in the application.

Of course, feel free to make a PR for this improvement. Thank you for your contribution!

I reopen and assign to me this issue because I think it is an important improvement.

It would be great if you can provide the implementation, but keep in mind that having two separate libraries is important, because otherwise, even if I use data annotations validation,...

Now that .NET 10 supports buil-in validation with Data Annotation, the package MinimalHelpers.Validation is no longer necessary and has been deprecated.

The value of the `Timestamp` property in `LogEvent` already takes into account that the `timeStamp` column is converted to UTC (see line 75 below): https://github.com/serilog-mssql/serilog-sinks-mssqlserver/blob/1d78885dea91fad65307bea068479198945d2a9d/src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/Output/StandardColumnDataGenerator.cs#L73-L81 Therefore, I think line 80...