Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-08Add .NET 6.0 target frameworkHEADmasterMatt Ward
2021-12-16Fix use of obsolete memberSandy Armstrong
2021-08-24Allow building with .NET 6Lluis Sanchez
2019-02-02Switch Cecil reference to PackageReference.Kirill Osenkov
2017-10-02bump Mono.Cecil to 0.10.0-beta6David Karlaš
2017-05-31Use $(SolutionDir) to point to Mono.Cecil reference pathJoseph Stroman
2017-04-25Bump Cecil to 0.10.0-beta5Marius Ungureanu
2017-04-03Merge pull request #527 from Therzok/cecil-swapMike Krüger
2017-03-14Swap to Cecil from NuGet.Marius Ungureanu
2016-06-18fix bug in CecilLoader introduced by ShortenInterfaceImplNamesSiegfried Pammer
2016-06-18Add new mode for ILSpy to CecilLoader: explicit interface implementations use...Siegfried Pammer
2015-06-05Add support for varargs methods ('__arglist') to NR type system.Daniel Grunwald
2015-06-04Make the Mono.Cecil private for input/output detectionDaniel Cazzulino
2015-06-04Fix dirty builds all the time from doc fileDaniel Cazzulino
2015-05-30Fix CecilLoader.ReadTypeReference() for generic parameters appearing in metho...Daniel Grunwald
2015-05-30Merge changes from ILSpy newdecompiler branchDaniel Grunwald
2015-05-29Fix output path of ICSharpCode.NRefactory.Cecil.csprojDaniel Grunwald
2014-08-29Merge changes from SharpDevelop to NRefactoryDaniel Grunwald
2014-06-29Add VisitErrorNode() to IAstVisitor.Daniel Grunwald
2014-06-28Set DebugType in release builds to PdbOnly5.4.0Daniel Grunwald
2014-03-05Merge NRefactory changes from SharpDevelop repository.Daniel Grunwald
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-08-26CecilLoader: Fix NullReferenceException when CustomMarshalInfo.ManagedType is...Daniel Grunwald
2013-08-21Add CecilLoader.FinishLazyLoading() method.Daniel Grunwald
2013-07-09Fix false positive in NoDefaultConstructorIssue for static constructors.Daniel Grunwald
2013-06-22Use AssemblyLoader.Create() in demo app.Daniel Grunwald
2013-06-18Moved Cecil & IKVM assembly loader to their own projects.Mike Krüger