Georgi Baychev

Results 19 comments of Georgi Baychev

Hey, @zadjii-msft , just some thoughts about this, I hope you don't mind: - UI elements to be able to control * if the user is able to theme the...

Hello, thank you for reporting and I'm terribly sorry that I'm that slow to respond, I'm going to have a look.

Ok, it appears that you're trying to load a .net core dll, is this correct? If this is the case, as a workaround you can retarget your project to .netstandard2.0+...

Hi, sounds nice. Do you want to implement it or should I look into it? Currently I have very little spare time, so no idea when I will come to...

Now this is going to be real pain in the ass. PdfSharp pinvokes Windows methods (GetDC), which are of course not present under linux. Unless someone can tell me an...

You're correct, I also thought about extending the plugin system, so that you one signify whether or not a plugin supports mono. As for the actual issue, there is some...

Hey, @Baltasarq , this should be fixed now, do you want to give it a try? https://baychev.visualstudio.com/9beaa731-7bd9-4de3-b1c7-f733d1d99c42/_apis/build/builds/113/artifacts?artifactName=drop&api-version=6.0&%24format=zip

Shit, you're right, I totally forgot about one. Basically, what happens is, that if you pass the name only, .net tries to do ShellExec, what is the Windows equivalent of...

This should be fine now. I have another question, does the 'open pdf dialog' look the same on your machine? With not enough place for the buttons? ![image](https://user-images.githubusercontent.com/3358056/92995587-20abe800-f505-11ea-9cdf-bef644571fa3.png)

1. Absolutely. Also everything used for code generation should be validated as well (e.g. Class names, etc.) 2. In general I agree that we should decouple the namespace from the...