Comments
Sort by recent activity
Not yet. It's getting close to the top of the pile now though. / comments
Not yet. It's getting close to the top of the pile now though.
We don't have any specific improvements planned for the MSBuild task. What did you have in mind? Sorry if you've already posted something I've forgotten about, please link to it. / comments
We don't have any specific improvements planned for the MSBuild task. What did you have in mind? Sorry if you've already posted something I've forgotten about, please link to it.
So it does. I swear it was working when I put it up.
I'm fixing it now. / comments
So it does. I swear it was working when I put it up.
I'm fixing it now.
Hi Gareth,
We did include a list of new features and interesting bugs: there weren't any [image] / comments
Hi Gareth,
We did include a list of new features and interesting bugs: there weren't any
Sorry, fixed now. / comments
Sorry, fixed now.
Yep, the pdb generated by SmartAssembly isn't as good as the original, and that is one of the things that it usually gets wrong.
I tend to use .NET Reflector pro to debug obfuscated assemblies, personally, although obviously that means you have to reduce the obfuscation level to the minimum you can to reproduce the problem. Luckily problems with control flow obfuscation are really rare, because you can't use Reflector pro with that turned on. / comments
Yep, the pdb generated by SmartAssembly isn't as good as the original, and that is one of the things that it usually gets wrong.
I tend to use .NET Reflector pro to debug obfuscated assemblies, per...
It's a valid request, but there are performance implications that would make the report viewer much slower. The things you'd like to see are stored in the Data column of the database, which is compressed, so it would be slow to extract many at a time. / comments
It's a valid request, but there are performance implications that would make the report viewer much slower. The things you'd like to see are stored in the Data column of the database, which is comp...
That's a good request, I'll put it in the bug tracker. / comments
That's a good request, I'll put it in the bug tracker.
The intention is that they can. However, we're early enough in the EAP that I'd only do it if you're willing to risk that I'm wrong! / comments
The intention is that they can. However, we're early enough in the EAP that I'd only do it if you're willing to risk that I'm wrong!
Thanks for the report.
The does sound like a bug to me, we hadn't thought about the localisation system and how it might affect xaps.
We'll have it fixed next version.
The workaround you used sounds good, if you can automate it enough for your purposes. Another workaround would be to obfuscate the copy of the dll in the obj directory at the AfterCompile step of building, details here: http://www.red-gate.com/supportcenter/C ... 032253.htm / comments
Thanks for the report.
The does sound like a bug to me, we hadn't thought about the localisation system and how it might affect xaps.
We'll have it fixed next version.
The workaround you used sound...