3322 Commits (fa83221b67751d6ebbf1e4efd01e7d3887ca8977)
 

Author SHA1 Message Date
Siegfried Pammer fa83221b67 Fix nuspec for release builds. 8 years ago
Daniel Grunwald 1528ff329f #447: Don't pick "return;" as exit point if there's another choice. 8 years ago
Daniel Grunwald 6d8d37f8fc Add ValueTypeCall foreach testcase. 8 years ago
Daniel Grunwald 90d37ec72e Fix missing label in #447. 8 years ago
Daniel Grunwald 000a3b9157 Fix post-build task when path contains spaces. 8 years ago
Siegfried Pammer 843e80434a Improve update-assemblyinfo.ps1 x-plat support. 8 years ago
Siegfried Pammer 94eb99c3ff Add configuration to nupkg output. 8 years ago
Siegfried Pammer b78d640abd Make update-assemblyinfo.ps1 .NET 2.0 compatible and use (Get-Location).ToString().GetHashCode() as the object may change, but the string stays the same. 8 years ago
Siegfried Pammer a9fd937099 Fix bug in TransformArrayInitializers.HandleJaggedArrayInitializer 8 years ago
Siegfried Pammer 3e982ae2f7 Revert "#967 Using $PWD instead of Get-Location and PSScriptRoot. I hope this will make everyone happy." 8 years ago
Siegfried Pammer ed0ed8f5ab #967 Using $PWD instead of Get-Location and PSScriptRoot. I hope this will make everyone happy. 8 years ago
Siegfried Pammer 43f59b3c4a Add license and source information to MiniJSON.cs 8 years ago
Siegfried Pammer 259e7166c6 #966: Add MiniJSON.cs as correctness test case. Needs further work to make it a pretty test. 8 years ago
Siegfried Pammer 4cb4641550 Fix generics handling of CalculateFitness and make SortResults = true default. 8 years ago
Siegfried Pammer 024abb3ba6 CalculateFitness: In case of ctors use type name. 8 years ago
Siegfried Pammer 628998e754 Add accelerators to items that are not accessible via keyboard. Closes #722. 8 years ago
Siegfried Pammer 6faa5913c5 #965 Do not use PSScriptRoot as it might be null. 8 years ago
Siegfried Pammer 8c5ae20cc1 Fix git path in update-assemblyinfo.ps1 8 years ago
Siegfried Pammer 16c900ebfa Remove sequential values from enum members + display powers of two (- 1) as hex. 8 years ago
Siegfried Pammer fba6f3bdc4 Fix #932: Hex numbers in bitwise (non-logical) statements 8 years ago
Siegfried Pammer 6849550c69 Fix #965: Why can't compile it? 8 years ago
Daniel Grunwald 141a2345b5 Use '..' instead of '$(SolutionDir)' for update-assemblyinfo.ps1, because the MSBuild property is not always set. 8 years ago
Daniel Grunwald adb64514f8 Add some comments to SwitchDetection.UseCSharpSwitch 8 years ago
Siegfried Pammer c77dfb9100 Improve foreach-on-array detection with captured itemVariable. 8 years ago
Siegfried Pammer 2c68d99336 Fix #959: Crash in CSharp.StatementBuilder.TranslateSwitch (due to empty sequence) 8 years ago
Siegfried Pammer dff671b1d1 Fix #963: foreach-over-array mishandles captured variables 8 years ago
Christoph Wille 2664be64f1 Get child namespaces, get types in a specific namespace 8 years ago
Christoph Wille 6ccc8a4f6e Fix (during debugging lines were copied to the end of the file) 8 years ago
Christoph Wille 4916d8f74b Update NuGet during testing on Mac 8 years ago
Siegfried Pammer a318b5df71 remove goto default in UniversalAssemblyResolver 8 years ago
Christoph Wille 3c607a89fc Update the workbook with more samples and generalized demo assembly loading 8 years ago
Daniel Grunwald 13140f60be
Merge pull request #960 from icsharpcode/increment 8 years ago
Siegfried Pammer cdd12ba33b Fix #962: NullReferenceException when setting FullyQualifyAmbiguousTypeNames=false 8 years ago
Siegfried Pammer 01ca28dec6 Add more options to options dialog for easy testing. 8 years ago
Daniel Grunwald 174a0d9eca Add some more tests for compound assignment on struct members. 8 years ago
Siegfried Pammer 4d5d4b3d6b Fix #952: Issue with discard expressions and variables 8 years ago
Siegfried Pammer 68357655b4 Add RemovedDeadCode = true to F# ILPretty tests 8 years ago
Siegfried Pammer d2f2a13982 Add RemoveDeadCode option 8 years ago
Daniel Grunwald dda1742013 Probably due to the code changes in e813ebcc03 (additional use of Microsoft.CodeAnalysis.CSharp), 8 years ago
Daniel Grunwald 8d337cee50
Merge pull request #946 from icsharpcode/foreach-array 8 years ago
Daniel Grunwald e813ebcc03 Adjust Loops test. 8 years ago
Daniel Grunwald deca445d89 Restore the CopyPropagation's pass old position before the statement transforms. 8 years ago
Siegfried Pammer 9e25ed562a Remove unused RequiredGetCurrentTransformation.UninlineAndUseExistingVariable 8 years ago
Daniel Grunwald a82430fc78 Add missing safety checks to inline assignment transforms. 8 years ago
Siegfried Pammer 89af40455e Fix second half of the generic type arguments bug. 8 years ago
Daniel Grunwald 11631d6cf0 Remove redundant code from TransformAssignment. 8 years ago
Daniel Grunwald 7847a69d69 Fix compound assignment and post-increment. 8 years ago
Daniel Grunwald 4c5f0b7e9c Convert TransformAssignment into a statement transform and add support for inline property assignments. 8 years ago
Siegfried Pammer 8135157e95 Fix #951: Incorrect decompilation of anonymous delegate 8 years ago
Siegfried Pammer fbe4a1b2db Fix #958: Invalid cast in generic class for abstract base call 8 years ago