Tree:
fe566257de
4.0
4.1
4.2
4.x
addin-manager-package-subdirectories
filemodels
formsdesignerappdomain
master
newNR
newNRILSpyDebugger
newNRvisualizers
nuget-3.0-ctp
reports
shortcuts
2.0-Beta1
2.0-Beta2
2.0-Beta3
2.0-RC1
2.0-RC2
2.0.0
2.0.1
2.1-Beta1
2.1-Beta2
2.1-Beta3
2.1-RC1
2.1.0
2.2.0
2.2.1
2.2.1b
3.0-Beta1
3.0-Beta2
3.0-Beta3
3.0-RC
3.0.0
3.1-Beta1
3.1-RC1
3.1-RC2
3.1.0
3.1.1
3.2-RC1
3.2-RC2
3.2.0
3.2.1
4.0-Beta1
4.0-Beta2
4.0-Beta3
4.0-Beta4
4.0-RC1
4.0-RC2
4.0.0
4.1-Beta
4.1-RC
4.1.0
4.2-Beta1
4.2-Beta2
4.2-RC1
4.2.0
4.2.1
4.2.2
4.3-Beta1
4.3.0
4.3.1
4.3.2
4.3.3
4.4.0
4.4.1
5.0-Beta1
5.0-Beta2
5.0-Beta3
5.0-Beta4
5.0-Beta5
5.0-RC1
5.0.0
v5.1-archival
${ noResults }
18 Commits (fe566257de831a89f5d3a2f1fee9f412f286612c)
Author | SHA1 | Message | Date |
---|---|---|---|
|
fe566257de |
Update to NRefactory commit 9d875d3
9d875d3 Bump NRefactory version number to 5.4. ebe00cc ConsistencyCheck: Ensure mscorlib is added to the compilation (MSBuild doesn't return it for .NET 2.0 projects like IKVM) d68853d Fix missing FreezeList() call to DefaultUnresolvedTypeParameter.Freeze(). a71bf19 Merge several bugfixes from SharpDevelop repository to NRefactory. 6856bd1 Remove System.Runtime hack -- type forwarding should handle this case. 17aefe2 Handle blob decoding errors in the type system instead of placing catch-all handlers in random spots. 877394a Mark DefaultAssemblyReference.Corlib as obsolete f70e546 Updated mcs. 7a2614d Fixed null check 48bdfd7 Merge pull request #405 from DavidKarlas/paramBug e6ce1e6 Fixing parameter code completion after using '>' e.g. if(a>b)Method( 6da0a7b Ignored failing unit test. 4d0b4a4 Fixed 'Bug 20110 - [Forms] Autocomplete doesn't work for the Placeholder property'. e5958a8 Fixed another completion bug case. 37368af Fixed completion bug. 67a1d11 Disabled uncategorized/notworking code issues. cf4fc70 Disabled notworking code issue. That's fixed in .NET 4.5 anyways and this code issue was very, very slow. 39bb34a Remap failing system.runtime references to mscorlib. Use case: Reference portable.NET assemblies from non portable .NET code. 44e1ff1 Fixed Bug 20125 - Fails to show abstract method when writing "override" c47e3d1 Fixed little bug in resolver. It incorrectly resolved internal types sometimes. 6c4c6d3 Fixed wrong end location of RedundantAttributeParenthesesIssue. Due to a drawing error in monodevelop that wasn't visible before. 2b69be0 Fixed bug in inconsistent naming tests. 3c9256f Merge pull request #404 from mono-soc-2013/MateY-IndentEngine 4733874 Fixed issue 389. c0aebb7 Fixed issue in ResolveAtLocation. On indexer 'this' the indexer should be resolved. 1c48cd2 Merge pull request #400 from DavidKarlas/parseExpression 242c141 Fixed parser bug when using ParseExpression 9d1cc09 Fixed parser bug. 13b0928 Catches exception for the IsBrowsable extension method. Fixed monodevelop bug https://bugzilla.xamarin.com/show_bug.cgi?id=18706. 3f78bdb Merge pull request #397 from khellang/patch-1 f6e7c08 Update README 0b743ac Merge pull request #396 from Therzok/master 36d6246 Optimize some Linq. 75640bf Merge pull request #395 from Therzok/master 5789870 [CodeIssues] Add simplified versions Math functions. 28d04ae Fixed potential blob reader exception. 22d8bc2 Fixed failing unit tests. e2dced7 Merge branch 'master' of github.com:icsharpcode/NRefactory 705590d Merge pull request #392 from DavidKarlas/paramInfoAnywhere 800296d Merge pull request #393 from DavidKarlas/failRevert 63a63f2 Correcting bad revert. Sometimes it was returing 0 instead of -1. 27590b5 Improved resolving of target method for ParameterInfo so it can be triggered in middle of parameter and not only after '(',',','[' or '<'. 7aef513 Merge pull request #391 from DavidKarlas/revertPull390 a8141ef Reverting Pull #390 2132edc Merge pull request #390 from DavidKarlas/firstParameter b6ccdb9 Always displaying first parameter discription in ParameterInfo tooltip |
11 years ago |
|
d41a6e02c6 |
Update to NRefactory commit 6837c57.
6837c57 Fix .NET 4.5 configuration. 0831ca2 Fix potential NullReferenceExceptions. 6d0ca7d Improved 'CS0618UsageOfObsoleteMemberIssue'. cf1d410 Added CS0618UsageOfObsoleteMemberIssue. 15473ce Fixed Issue icsharpcode/NRefactory#372 'False positive in "Convert to |= expression issue"'. e3d3917 Merge branch 'master' into erik-kallen-failing-test-mcs-16997 ba066e7 Updated mcs. 1d486ca Merge branch 'failing-test-mcs-16997' of github.com:erik-kallen/NRefactory into erik-kallen-failing-test-mcs-16997 bc83643 Merge pull request icsharpcode/NRefactory#369 from erik-kallen/anonymous-type-inherited-methods-bug afec9f4 Remove implicit conversion from AstType to Expression. 570d0e1 CS0029InvalidConversionIssue: fields and local variables don't have a "return type", just a "type". d9741f8 Swap actions in "The parameter '{0}' cannot be resolved" issue -- I think fixing an incorrect parameter name is the more common usecase. d9121c4 Add ConvertSymbol() to TypeSystemAstBuilder and IAmbience. ae68a95 Merge changes from SharpDevelop repository. 5487b2b Fixed null reference exception. f1d2068 Fixed completion bug. 7d71b8f Fixed code completion bug. f4fcc5d Fixed completion unit test. 284cfbf Fixed failing completion test. 6286e7c Also consider property getter/setter invocations in DoNotCallOverridableMethodsInConstructorIssue 4c5a047 added two failing code completion tests 571dd02 Fix CS0126 and CS0127 issues with async methods. 1240a5f Don't show "Field can be make readonly" for mutable structs 2cf57d9 Fixed bug in 'ExtractMethodAction'. bfc6060 Fixed possible null reference in ConvertAnonymousDelegateToLambdaAction. be458be Fixed bug in 'ConvertToAutoPropertyIssue'. 3552c47 Removed debug code. 13f8a1d Added indent support for the banner style. d16dd0e Added indentation support for nextlineshifted 1&2 brace styles. e867a35 Merge pull request icsharpcode/NRefactory#370 from mono-soc-2013/MateY-IndentEngine e5db800 Small issue with scope. e24561e Issue with continuation delta. e0cfbd4 TestMethodContinuationCase3 fa6d1e1 Added failing method continuation test. e4f8b23 Fixed formatting bug. c5e3865 Fixed formatting bug. 7a187f1 Fixed a wrapping bug. eed2858 Improved lambda parameter recognition. 9913aa2 Fixed bug in SegmentTrackingTokenWriter. 2a07aa9 Added test for the parser null ref exception. ba1bdc7 Fixed bug invoking inherited methods (eg. ToString()) on anonymous types 578c9ae Fixed some issues in redundant unsafe context issue 67aada4 Failing test for https://bugzilla.xamarin.com/show_bug.cgi?id=16997 0f7b386 Fixed potential null reference exception in the C# parser. 3e88747 Fixed bug in ConvertToStaticTypeIssue 55ee1fd Fixed bug in format method recognition. |
12 years ago |
|
a12d656967 |
Update to NRefactory 5a69aa83406d43f28db97b23d2a43a480d31f282
Changes: 5a69aa8 Add back CSharpOutputVisitor.ConvertString(). 72e152d Remove the upcast in InheritanceHelper.GetBaseMembers() 137027c Suppress OptionalParameterHierarchyMismatchIssue in explicit interface implementations. baa1464 Fixed bug in CreateEnumValue/improved type guessing. 4022d4f Merge pull request #366 from ljmeijer/script-insertafter-improvements 91fee88 fix unintended whitespace changes f9ee154 add support for using InsertAfter() on the left parenthesis of a methoddeclaration 3d46a4a Implement support for Script.InsertAfter() to work after ParameterDeclarations 2697641 Merge pull request #365 from mono-soc-2013/MateY-IndentEngine 3f4fa3c TestComplexIfElseElsePlacement v2. 4f31fc5 TestComplexIfElseElsePlacement. cc2a30a Added some failing formatting tests. 2f652d6 Fixed text paste bug. 35931be Fixed completion bug. 8c56bf6 Fixed bug in 'ConvertToAutoPropertyIssue'. bc5a68b Fixed bug in RemoveBackingStoreAction 8e5f884 Found better fix for the problem. 8ca5b14 Revert "Fixed text paste bug." 132fb46 Fixed text paste bug. b39f2cb Fixed some issue descriptions. 1c10a1c Removed duplicate code issue 59d9209 Added support for de indent anonymous method bodies. VS.NET does that with their default formatting settings - I guess it's an allman style thing. Maybe a new option should be introduced for that ? 526223b Added some parameter checks. 6509e76 Improved #region formatting. 9644e59 Merge pull request #360 from luiscubal/fix-auto-async-no-parameters ea75bac Fixed string literal paste strategy encode/decode. 467dd74 Fixed bug in string encoding. 2044ea3 Fixed indentation bug. 50733f5 Updated mcs/fixed parser bug. ecb2435 Fixed some failing tests. 1b63260 Fixed some issues in 'FunctionNeverReturnsIssue'. e25edd6 Improved text paste engine. b62c887 Fixed 'ConvertClosureToMethodGroupIssue' issue. 354d618 Improved 'FormatStringHelper' recognition. b4cde42 Fixed AutoAsyncTests on Windows. a96c2d0 Fixed bug in 'RedundantAssignmentIssue'. 8e52920 AutoAsyncIssue now handles parameter-less Tasks better. Auto-async issue still not fully working on Windows. 0f48a97 Investigating auto-async issue failing on Windows. Issue turned out to be related to Tasks with no parameters. Added a new unit test showing the same problem on Linux. ceeee95 Fixed RemoveBackingStoreAction f8ca2fe Fixed bug in ConvertToAutoPropertyIssue 68ad5a4 Fixed bug in implement abstract/interface members. 5323f0f Fixed failing unit test. |
12 years ago |