Leonardo Dorathoto
Leonardo Dorathoto
how to use the browser for development. Visual Studio opens a new browser and closes on its own, even if other Chrome instances are open, it crashes.
``` var fruit = new Dictionary { { "Apple", 1 }, { "Pear", 5 } }; Log.ForContext("Test my fruit", fruit , destructureObjects: true) .Information("example"); ```
I get the error An unhandled exception occurred while processing the request. _PlatformNotSupportedException: System.Drawing.Common is not supported on this platform._ I use it in .net 7 In version 1.7.0 I...
I use Serilog + SEQ, with an information level, but I didn't find any errors, just the normal logs that I was already recording. Is there any other specific type...
look here: https://github.com/HangfireIO/Hangfire/issues/881
``` BarcodeStandard.Barcode barcode = new BarcodeStandard.Barcode(); barcode.IncludeLabel = includeLabel; barcode.EncodedType = BarcodeStandard.Type.Code128; barcode.Encode(BarcodeStandard.Type.Code128, code); ``` You can try to save the image directly through the package instead of doing all...
Sure, I made a complete example Create 2 MSSQL databases (Master and Local) Enable Change Tracking Create Seed by tennantId Create Seed by Random Data. Run the Sync Database by...
yes, after removing the schema it works perfectly. I believe the documentation stated that it should have the schema.