2mik

Results 17 comments of 2mik

![image](https://user-images.githubusercontent.com/9930867/184087589-4d90cfa9-79f5-4ab4-9194-e5339dd0ec20.png) I've got all the above dlls when publish. Why not reduce the amount to at least 10 dlls. For example, if I use CsvHelper.dll of another version in a...

![image](https://user-images.githubusercontent.com/9930867/184128014-2a0f78cc-0ee7-496d-90be-ff6c133ac77d.png) System.Drawing.Common comes with System.Configuration.ConfigurationManager

InfluxDB.Client.Core depends on CsvHelper and Newtonsoft.Json. Probably, there are no too complex CSV conversions, and it's possible not depend on CsvHelper. Modern .NET, starting from Core 3.0, contains classes to...

Just an example of MQTT client dependencies, which also actively works with network: ![image](https://user-images.githubusercontent.com/9930867/184147474-328d39b3-a533-4e1a-97d0-2c7267b2282c.png)

Hi, This issue affects the architecture of the client. That is why, I suppose, it should be implemented by the main author, I mean by you @bednar. If you decide...

Currently WinForms look like an abandoned child. They used to be almost bugless and high quality, but not now. Hope this situation will change.

If it's decided to get rid of GDI+, may be it's possible to make WinForms cross-platform as Mono did?

It would be very nice to get rid of System.Drawing.Common dependency. Probably, all features that require graphics should be moved to another assembly, and make possible to use ClosedXML clearly...

SkiaSharp is not managed. This option, written by @Pankraty , https://github.com/ClosedXML/ClosedXML/issues/1805#issuecomment-1149394352 would be the best choice, in my opinion.

> > SkiaSharp is not managed. This option, written by @Pankraty , [#1805 (comment)](https://github.com/ClosedXML/ClosedXML/issues/1805#issuecomment-1149394352) would be the best choice, in my opinion. > > SkiaSharp is only a wrapper over...