How can we help you today? How can we help you today?
paulo_morgado

Activity overview

Latest activity by paulo_morgado

Incorrect decompilation for some language versions
Given this code:public class Auxiliar2 { public IEnumerable<char> PercorreCaracteres(char start, char end) { if ((start < 'a') || (start > 'z')) { throw new Argu...
1 follower 1 comment 0 votes
I'd like to have the possibility to generate drop/create scripts for objects like procedures, functions, triggers, views and anything else that can be dropped without losing data. / comments
I'd like to have the possibility to generate drop/create scripts for objects like procedures, functions, triggers, views and anything else that can be dropped without losing data.
0 votes
5.1.6.35 always brings main Visual studio window to front
When I'm editing a query in Visual Studio 2010 (with productivity power pack) in an external tab well that happens to be on the same screen as the of Visual Studio main window, SQL Prompt brings th...
1 follower 1 comment 0 votes
RedGate.IPNService.exe using 50% of CPU
Since I upgraded to 5.1.4.11, when I start Visual Studio 2010, a RedGate.IPNService.exe is started and uses almost 50% of CPU. The log file shows only:17 Apr 2011 18:25:49,828 &#91;1&#93; INFO Red...
2 followers 2 comments 0 votes
Suggestion: Map objects
In SQL Data Compare I can map owners and objects. In SQL Compare I can only map owners. It would be nice to be able to map objects in SQL Compare like it is possible in SQL Data Compare
3 followers 8 comments 0 votes
Missing XML Documentation
I've seen in .NET Reflector 6 some lack of XML Documentation in decompilation. For example with System.Linq.Enumerable. If Visual Studio can find it, why can't Reflector do the same? And it would b...
1 follower 1 comment 0 votes