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-08-24Allow building with .NET 6Lluis Sanchez
2017-11-03Added some getters to the unresolved type system.Mike Krüger
2016-07-05Add support for ConversionResolveResult in GetSymbolSiegfried Pammer
2016-06-12Fix repeated specialization of non-generic members.Daniel Grunwald
2015-06-05Add support for varargs methods ('__arglist') to NR type system.Daniel Grunwald
2015-06-05Consistently use 'null' DeclaringType for top-level entities.Daniel Grunwald
2015-06-05Revert "Fixing DeclaringType property to match documentation and return Unkno...Daniel Grunwald
2015-06-04Fix dirty builds all the time from doc fileDaniel Cazzulino
2015-05-31Fixing DeclaringType property to match documentation and return UnknownType i...David Karlaš
2015-05-30InheritanceHelper: skip private base membersDaniel Grunwald
2015-05-30Fix accessibility of properties overriding just one accessor.Daniel Grunwald
2015-05-30Fix decoding attribute arguments where an array is passed to a parameter of t...Daniel Grunwald
2015-04-22NRefactory 5.5.1 release (for ILSpy)5.5.1Daniel Grunwald
2015-04-22Properly handle encoding in XmlDocumentationProvider (see icsharpcode/ILSpy#485)Daniel Grunwald
2014-11-30NRefactory 5.5 release5.5.0Daniel Grunwald
2014-09-01Fixed InternalsVisibleTo in DefaultUnresolvedAssembly.Mike Krüger
2014-08-29Merge changes from SharpDevelop to NRefactoryDaniel Grunwald
2014-08-27Fixed semantic highlighting issue.Mike Krüger
2014-08-10Allow resolving portable library references even if the facade assembly conta...Daniel Grunwald
2014-08-10Protect against cyclic type forwarders.Daniel Grunwald
2014-08-10Revert GetClassTypeReference changes in 5118b41d36 (and following)Daniel Grunwald
2014-08-10Use flag operation in GetClassTypeReference.Mike Krüger
2014-08-10Fixed threading issue.Mike Krüger
2014-08-09Try to prevent infinite loop in resolving type references.Mike Krüger
2014-08-05Fixed type lookup in GetClassTypReference.Mike Krüger
2014-06-28Set DebugType in release builds to PdbOnly5.4.0Daniel Grunwald
2014-06-27Bump NRefactory version number to 5.4.Daniel Grunwald
2014-06-27Fix missing FreezeList() call to DefaultUnresolvedTypeParameter.Freeze().Daniel Grunwald
2014-06-27Remove System.Runtime hack -- type forwarding should handle this case.Daniel Grunwald
2014-06-27Handle blob decoding errors in the type system instead of placing catch-all h...Daniel Grunwald
2014-06-27Mark DefaultAssemblyReference.Corlib as obsoleteDaniel Grunwald
2014-05-30Remap failing system.runtime references to mscorlib.Mike Krüger
2014-04-24Catches exception for the IsBrowsable extension method.Mike Krüger
2014-04-05Fixed potential blob reader exception.Mike Krüger
2014-03-13Documentation for IAmbienceDaniel Grunwald
2014-03-12Added new 'bold' display flag for code completion.Mike Krüger
2014-03-10Fix NullReferenceException in OwnedParameterReference.Resolve.Daniel Grunwald
2014-03-06Fixed add imports bug.Mike Krüger
2014-03-05Merge NRefactory changes from SharpDevelop repository.Daniel Grunwald
2014-03-04Fix #385 - Can't resolve indexer with protected access modifierDaniel Grunwald
2014-02-25Revert "Merged Hint & Suggestion severity. (These two are too close and"Mike Krüger
2014-02-25Merged Hint & Suggestion severity. (These two are too close andMike Krüger
2014-02-23Fix NullReferenceException when calling GetBaseMembers() on global method.Daniel Grunwald
2014-02-17Set XmlResolver=null to avoid looking up external DTDs.Daniel Grunwald
2014-02-16Merge NRefactory changes from SharpDevelop repository:Daniel Grunwald
2014-02-14Fix ICompilation.Import(ISymbol) for namespaces in extern alias.Daniel Grunwald
2014-02-14Handle errors if the XML file changes between the XmlDocumentationProvider ct...Daniel Grunwald
2014-02-06Fix typo in documentationUngureanu Marius
2014-02-04Optimized IsNewLine method.Mike Krüger