Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CoolCoderSuper
/
NRefactory
Public
forked from
icsharpcode/NRefactory
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
NRefactory
ICSharpCode.NRefactory
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 3, 2017
Added some getters to the unresolved type system.
Show description for db19caa
Mike Krüger
authored and
Mike Krüger
committed
db19caa
View commit details
Copy full SHA for db19caa
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
Add support for ConversionResolveResult in GetSymbol
siegfriedpammer
committed
96c2f37
View commit details
Copy full SHA for 96c2f37
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Fix repeated specialization of non-generic members.
dgrunwald
committed
16495d0
View commit details
Copy full SHA for 16495d0
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
Add support for varargs methods ('__arglist') to NR type system.
dgrunwald
committed
bca1946
View commit details
Copy full SHA for bca1946
View code at this point
Browse repository at this point
Consistently use 'null' DeclaringType for top-level entities.
dgrunwald
committed
7df1359
View commit details
Copy full SHA for 7df1359
View code at this point
Browse repository at this point
Revert "Fixing DeclaringType property to match documentation and return UnknownType instead of null"
Show description for f1c548a
dgrunwald
committed
f1c548a
View commit details
Copy full SHA for f1c548a
View code at this point
Browse repository at this point
Commits on Jun 4, 2015
Fix dirty builds all the time from doc file
Show description for 01b9ad3
kzu
committed
01b9ad3
View commit details
Copy full SHA for 01b9ad3
View code at this point
Browse repository at this point
Commits on May 31, 2015
Fixing DeclaringType property to match documentation and return UnknownType instead of null
David Karlaš
committed
0ab72d3
View commit details
Copy full SHA for 0ab72d3
View code at this point
Browse repository at this point
Commits on May 30, 2015
InheritanceHelper: skip private base members
dgrunwald
committed
82127d3
View commit details
Copy full SHA for 82127d3
View code at this point
Browse repository at this point
Fix accessibility of properties overriding just one accessor.
dgrunwald
committed
3af570c
View commit details
Copy full SHA for 3af570c
View code at this point
Browse repository at this point
Fix decoding attribute arguments where an array is passed to a parameter of type 'object'.
dgrunwald
committed
0496053
View commit details
Copy full SHA for 0496053
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
NRefactory 5.5.1 release (for ILSpy)
dgrunwald
committed
ad66567
View commit details
Copy full SHA for ad66567
View code at this point
Browse repository at this point
Properly handle encoding in XmlDocumentationProvider (see icsharpcode/ILSpy#485)
dgrunwald
committed
04f4e79
View commit details
Copy full SHA for 04f4e79
View code at this point
Browse repository at this point
Commits on Nov 29, 2014
NRefactory 5.5 release
dgrunwald
committed
8e2a8d5
View commit details
Copy full SHA for 8e2a8d5
View code at this point
Browse repository at this point
Commits on Sep 1, 2014
Fixed InternalsVisibleTo in DefaultUnresolvedAssembly.
Show description for 162fda9
Mike Krüger
committed
162fda9
View commit details
Copy full SHA for 162fda9
View code at this point
Browse repository at this point
Commits on Aug 28, 2014
Merge changes from SharpDevelop to NRefactory
dgrunwald
committed
9429712
View commit details
Copy full SHA for 9429712
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
Fixed semantic highlighting issue.
Mike Krüger
committed
13da5ab
View commit details
Copy full SHA for 13da5ab
View code at this point
Browse repository at this point
Commits on Aug 10, 2014
Allow resolving portable library references even if the facade assembly containing the type forwarders is not loaded into the NR compilation.
Show description for 36e39f7
dgrunwald
committed
36e39f7
View commit details
Copy full SHA for 36e39f7
View code at this point
Browse repository at this point
Protect against cyclic type forwarders.
dgrunwald
committed
f972403
View commit details
Copy full SHA for f972403
View code at this point
Browse repository at this point
Revert GetClassTypeReference changes in 5118b41d36 (and following)
dgrunwald
committed
ccecc31
View commit details
Copy full SHA for ccecc31
View code at this point
Browse repository at this point
Use flag operation in GetClassTypeReference.
Show description for a044267
Mike Krüger
committed
a044267
View commit details
Copy full SHA for a044267
View code at this point
Browse repository at this point
Fixed threading issue.
Show description for ca961c9
Mike Krüger
committed
ca961c9
View commit details
Copy full SHA for ca961c9
View code at this point
Browse repository at this point
Commits on Aug 9, 2014
Try to prevent infinite loop in resolving type references.
Mike Krüger
committed
bdf8ef9
View commit details
Copy full SHA for bdf8ef9
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
Fixed type lookup in GetClassTypReference.
Show description for 5118b41
Mike Krüger
committed
5118b41
View commit details
Copy full SHA for 5118b41
View code at this point
Browse repository at this point
Commits on Jun 27, 2014
Set DebugType in release builds to PdbOnly
dgrunwald
committed
be0aa56
View commit details
Copy full SHA for be0aa56
View code at this point
Browse repository at this point
Bump NRefactory version number to 5.4.
dgrunwald
committed
9d875d3
View commit details
Copy full SHA for 9d875d3
View code at this point
Browse repository at this point
Fix missing FreezeList() call to DefaultUnresolvedTypeParameter.Freeze().
Show description for d68853d
dgrunwald
committed
d68853d
View commit details
Copy full SHA for d68853d
View code at this point
Browse repository at this point
Remove System.Runtime hack -- type forwarding should handle this case.
dgrunwald
committed
6856bd1
View commit details
Copy full SHA for 6856bd1
View code at this point
Browse repository at this point
Handle blob decoding errors in the type system instead of placing catch-all handlers in random spots.
dgrunwald
committed
17aefe2
View commit details
Copy full SHA for 17aefe2
View code at this point
Browse repository at this point
Mark DefaultAssemblyReference.Corlib as obsolete
dgrunwald
committed
877394a
View commit details
Copy full SHA for 877394a
View code at this point
Browse repository at this point
Commits on May 30, 2014
Remap failing system.runtime references to mscorlib.
Show description for 39bb34a
Mike Krüger
committed
39bb34a
View commit details
Copy full SHA for 39bb34a
View code at this point
Browse repository at this point
Commits on Apr 24, 2014
Catches exception for the IsBrowsable extension method.
Show description for 13b0928
Mike Krüger
committed
13b0928
View commit details
Copy full SHA for 13b0928
View code at this point
Browse repository at this point
Commits on Apr 5, 2014
Fixed potential blob reader exception.
Mike Krüger
committed
28d04ae
View commit details
Copy full SHA for 28d04ae
View code at this point
Browse repository at this point
Commits on Mar 13, 2014
Documentation for IAmbience
dgrunwald
committed
39e17c9
View commit details
Copy full SHA for 39e17c9
View code at this point
Browse repository at this point
Commits on Mar 12, 2014
Added new 'bold' display flag for code completion.
Mike Krüger
committed
81436d0
View commit details
Copy full SHA for 81436d0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.