C. Augusto Proiete

Results 239 comments of C. Augusto Proiete

@PGsHub Could you put together a reproducible example that we use to test this behavior?

Thanks a lot @PGsHub for the awesome bug report and sample projects! **I was able to reproduce the behavior you described, and will investigate it further to understand if it's...

@govert Interesting. It doesn't seem to make a difference. From what I can see, the folder name being used to write the `user.config` matches [what's being set when the sandboxed...

@markns I haven't spent any time on this one yet. I believe the ideal fix would be to [set the `FriendlyName` of the initial `AppDomain`](https://github.com/Excel-DNA/ExcelDna/blob/master/Source/ExcelDna/ExcelDnaLoader.cpp#L546) to the name of the...

I like the `MinimumFrameworkVersion` attribute idea. It feels like a natural extension of the `.dna` spec. We would default to v4.5 if the attribute is not present, and easily maintain...

Related link: **[Detect .NET Framework 4.5 and later versions](https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed#detect-net-framework-45-and-later-versions)**

@govert Great. There's a few different steps we need to make: 1. Grab the HTML/CSS/JS from the main site, and put it into the GH Pages/Jekyll structure 2. Convert all...

I've finished converting all the contents of the current website to Markdown and put it in a plain Jekyll install as a first step. [![image](https://user-images.githubusercontent.com/177608/32644336-5d2a0eb8-c5b7-11e7-9919-8f119c4cd45b.png)](http://excel-dna.github.io) When you have a chance,...

@govert Did you have a chance to take a look at the above? Any feedback?