11178 Commits (c7f91f7d3f6f18c24f6d8afe9caefd150cca6760)
 

Author SHA1 Message Date
Matt Ward 623c53e27e Fix duplicate items being added to Projects window when scaffolding using the -force option. 14 years ago
Matt Ward d9fc631e31 Fix MvcScaffolding generated DbContext class not using project's root namespace. 14 years ago
Mansheng Yang f9aa82cf49 Merge remote-tracking branch 'upstream/master' into mansheng 14 years ago
Mansheng Yang 63a8ca1f1d [CodeIssue] Added RedundantAssignmentIssue 14 years ago
Mansheng Yang e6abbcb949 [CodeIssue] Added MultipleEnumerationIssue 14 years ago
Mansheng Yang c37d18a082 [CodeIssue] ParameterNotUsedIssue: only check parameters of methods 14 years ago
Mansheng Yang 21a87ec385 [CodeIssue] VariableOnlyAssignedIssue: out argument should be considered as assignment 14 years ago
Mike Krüger 2c98a2c8f2 [Completion] Filter out System.Void type 14 years ago
Erik Källén 3963b40a4e Fix 14 years ago
Erik Källén 0bc0d09007 Failing test. 14 years ago
Mike Krüger cf69275dd3 [Completion] Fix enum method list. 14 years ago
Mike Krüger f01a4b2c8d [Resolver] Interfere extension method type arguments from the target 14 years ago
Mike Krüger 62283e2640 [TypeSystem] Made error message more verbose. 14 years ago
Mike Krüger 68aa35aed5 [Ast] Added MemberNameToken property for pointer reference 14 years ago
Simon Lindgren 53d9b6e7ee [CodeIssues] Fix some false positives in ParameterCanBeDemotedIssue. 14 years ago
Matt Ward a680540446 Move layout information to _ViewStart file in Razor templates so scaffolded views use common layout. 14 years ago
Matt Ward e753154082 Fix primary key property being identified as a property for a related entity. 14 years ago
Mansheng Yang dc1e33da56 [CodeIssue] ParameterHidesMemberIssue and LocalVariableHidesMemberIssue now distinguish static and non-static members 14 years ago
Simon Lindgren 35179fda53 [CodeIssues] Remove leftover Console.WriteLine(). 14 years ago
Simon Lindgren 865c288d19 [CodeIssues] OptionalParameterCouldBeSkippedIssue: Add null check. 14 years ago
Simon Lindgren 3ae6b9f450 [CodeIssues] FormatStringIssue: Handle extra arguments that do not have a matching formal parameter. 14 years ago
Simon Lindgren e5f346bd92 [CodeIssues] Add OptionalParameterCouldBeSkippedIssue. 14 years ago
Matt Ward 09acd5dddd Fix new directory project items being added as file tree nodes in Projects window. 14 years ago
Matt Ward 5588806259 Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project. 14 years ago
PeterForstmeier e009596f6e Set MixedMode by adding Tuple to RuleState 14 years ago
Simon Lindgren 3757871511 [CodeIssues] FormatStringIssue: Show errors in TextSegments too. 14 years ago
Simon Lindgren 101294e394 [Utils] CompositeFormatStringParser: More error handling + refactoring of the code. 14 years ago
Mansheng Yang 927c388c8a [CodeIssue] Added UnreachableCodeIssue 14 years ago
Simon Lindgren ef6302d99c [Utils] CompositeFormatStringParser: Handle unclosed format items better 14 years ago
PeterForstmeier 0efffa09d5 Active SectionRendering in Samples 14 years ago
Simon Lindgren 900aec2f54 [CodeIssues] Add FormatStringIssue. 14 years ago
Simon Lindgren d2474e5305 [Utils] Make CompositeFormatStringParser.Parse() wrap the segments in a class instead of just returning an IEnumerable. 14 years ago
Simon Lindgren 185779b2b5 [Utils] Add more error checks to CompositeFormatStringParser. 14 years ago
Simon Lindgren af7d2149c9 [Utils] Some CompositeFormatStringParser cleanups. 14 years ago
Simon Lindgren 7edf902fea [Utils] More error handling in CompositeFormatStringParser. 14 years ago
Simon Lindgren 1b96e9b091 [Utils] Add lots of error checks to CompositeFormatStringParser. 14 years ago
Simon Lindgren 11c428e10f [Utils] Add CompositeFormatStringParser and related classes. 14 years ago
Mansheng Yang 23c7dc08d4 [Tests] Added helper methods for checking a specific fix to InspectionActionTestBase 14 years ago
Simon Lindgren 1133382741 [CodeIssues] Add missing class IsTypeCriterion. 14 years ago
Matt Ward 99f5185af2 Allow types derived from EnvDTE.CodeElements to be used in a separate app domain from a T4 template. 14 years ago
Simon Lindgren 2307bcb184 [CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as. 14 years ago
Simon Lindgren 03ea217574 [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 14 years ago
Simon Lindgren a3e6c147b6 [CodeIssues] Handle members in CallToStaticMemberViaDerivedTypeIssue. 14 years ago
PeterForstmeier 49e09b7f5c Icon in DataTemplate 14 years ago
Mansheng Yang a1cbcc20b9 Merge remote-tracking branch 'upstream/master' into mansheng 14 years ago
Simon Lindgren 7a9fdf4c08 [CodeIssues] Make CallToVirtualFunctionFromConstructorIssue less whiny. 14 years ago
Simon Lindgren 1a7d2e1379 [CodeIssues] CallToStaticMemberViaDerivedTypeIssue: Ignore member methods of the current class. 14 years ago
Simon Lindgren 6f2aed19b4 [CodeIssues] ParamaterCanBeDemotedIssue: Don't crash on parameters that aren't used. 14 years ago
Simon Lindgren db8e971297 [CodeAction] Add ContextAction attribute to MoveToOuterScopeAction. 14 years ago
Simon Lindgren ce1e2ee157 [CodeIssues] Fix crashes in VariableDeclaredInWideScopeIssue. 14 years ago