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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
SharpKit
/
NRefactory
Public
forked from
danelkhen/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.CSharp
TypeSystem
on
migrate
User selector
All users
Datepicker
All time
Commit history
Commits on May 2, 2015
upgrade to NRefactory 5.5.1
danelkhen
committed
59cae53
View commit details
Copy full SHA for 59cae53
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
Upgrade to NRefactory 5.5.0
unknown
authored and
unknown
committed
4486625
View commit details
Copy full SHA for 4486625
View code at this point
Browse repository at this point
Commits on Nov 29, 2013
fixed crash. added reference to VariableInitializer
Sebastian Loncar
committed
0c03024
View commit details
Copy full SHA for 0c03024
View code at this point
Browse repository at this point
Commits on Aug 1, 2013
Added various utils and extensions
danelkhen
committed
c8f11af
View commit details
Copy full SHA for c8f11af
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Started support for fixed fields.
Mike Krüger
committed
79d9acd
View commit details
Copy full SHA for 79d9acd
View code at this point
Browse repository at this point
Commits on Jun 14, 2013
AST CHANGE: NamespaceDeclarations now contain the namespace name as
Show description for dd43d89
Mike Krüger
committed
dd43d89
View commit details
Copy full SHA for dd43d89
View code at this point
Browse repository at this point
Commits on Jun 12, 2013
Rename EntityType -> SymbolKind
dgrunwald
committed
7c388ba
View commit details
Copy full SHA for 7c388ba
View code at this point
Browse repository at this point
Introduce ISymbol as a common super-interface of IEntity, INamespace, IVariable and ITypeParameter.
dgrunwald
committed
5e9edc0
View commit details
Copy full SHA for 5e9edc0
View code at this point
Browse repository at this point
Commits on May 11, 2013
Remove constructors from CSharpUnresolvedFile - they could be mistaken to load the specified file name.
dgrunwald
committed
5f67bc0
View commit details
Copy full SHA for 5f67bc0
View code at this point
Browse repository at this point
Commits on May 10, 2013
Make comment nodes for XML documentation part of the EntityDeclaration.
Show description for 56b4450
dgrunwald
committed
56b4450
View commit details
Copy full SHA for 56b4450
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
Add year to license headers.
dgrunwald
committed
ee5d87a
View commit details
Copy full SHA for ee5d87a
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
Remove IUnresolvedFile.GetTypeResolveContext
dgrunwald
committed
07bf385
View commit details
Copy full SHA for 07bf385
View code at this point
Browse repository at this point
Commits on Jan 26, 2013
Improved handling of sizeof(x)
Show description for 867dc8b
erik-kallen
committed
867dc8b
View commit details
Copy full SHA for 867dc8b
View code at this point
Browse repository at this point
Remove unresolved references from new Alias*ResolveResult.
dgrunwald
committed
f159810
View commit details
Copy full SHA for f159810
View code at this point
Browse repository at this point
Commits on Jan 25, 2013
Added alias resolve results that allows it to handle aliases more
Show description for 11aa873
Mike Krüger
committed
11aa873
View commit details
Copy full SHA for 11aa873
View code at this point
Browse repository at this point
Commits on Jan 24, 2013
Fixed bug in type system conversion (interface members can shadow
Show description for ecc15dd
Mike Krüger
committed
ecc15dd
View commit details
Copy full SHA for ecc15dd
View code at this point
Browse repository at this point
Commits on Jan 4, 2013
Add "add using" context action.
Show description for 6d0f3fb
dgrunwald
committed
6d0f3fb
View commit details
Copy full SHA for 6d0f3fb
View code at this point
Browse repository at this point
Commits on Jan 3, 2013
Copy over some fixes from SD5.
dgrunwald
committed
72ee6eb
View commit details
Copy full SHA for 72ee6eb
View code at this point
Browse repository at this point
Commits on Oct 23, 2012
[TypeSystem] Added C# style async modifier to methods.
Mike Krüger
committed
eaad50e
View commit details
Copy full SHA for eaad50e
View code at this point
Browse repository at this point
Commits on Oct 4, 2012
Add support for empty namespaces in the C# type system.
dgrunwald
committed
47a4701
View commit details
Copy full SHA for 47a4701
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Always set ArrayCreateResolveResult.SizeArguments. Closes #111.
dgrunwald
committed
80ba1b3
View commit details
Copy full SHA for 80ba1b3
View code at this point
Browse repository at this point
Commits on Sep 13, 2012
Revert "[AST] Handled protected and/or internal on AST level."
Show description for f558b30
dgrunwald
committed
f558b30
View commit details
Copy full SHA for f558b30
View code at this point
Browse repository at this point
[AST] Handled protected and/or internal on AST level.
Mike Krüger
committed
b5ad288
View commit details
Copy full SHA for b5ad288
View code at this point
Browse repository at this point
Commits on Sep 11, 2012
Implement ICompilationProvider in a few more places where we have the compilation available.
dgrunwald
committed
d01a225
View commit details
Copy full SHA for d01a225
View code at this point
Browse repository at this point
ICompilation.Import(IType): added support for importing open generic types
Show description for b37698b
dgrunwald
committed
b37698b
View commit details
Copy full SHA for b37698b
View code at this point
Browse repository at this point
Add 'FullTypeName' struct, and use it to represent type names.
Show description for 5670248
dgrunwald
committed
5670248
View commit details
Copy full SHA for 5670248
View code at this point
Browse repository at this point
Commits on Sep 10, 2012
NRefactory changes from SharpDevelop: add IDocument.FileName and IAssembly.FullAssemblyName,
dgrunwald
committed
6682aa6
View commit details
Copy full SHA for 6682aa6
View code at this point
Browse repository at this point
Change ISupportsInterning so that objects are interned immediately after they are created.
Show description for 79db6fe
dgrunwald
committed
79db6fe
View commit details
Copy full SHA for 79db6fe
View code at this point
Browse repository at this point
Commits on Sep 7, 2012
Add a mechanism to the FastSerializer that allows us to invalidate cached project contents when fixing a bug in one of the type system loaders.
dgrunwald
committed
d0bed83
View commit details
Copy full SHA for d0bed83
View code at this point
Browse repository at this point
Commits on Sep 4, 2012
Avoid looking for inner classes when resolving a class constraint.
dgrunwald
committed
3147455
View commit details
Copy full SHA for 3147455
View code at this point
Browse repository at this point
Commits on Aug 22, 2012
Add 'HasBody' property to IMethod. Closes #100.
dgrunwald
committed
e2eef88
View commit details
Copy full SHA for e2eef88
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
Fixed issue with duplicate using directives.
erik-kallen
committed
5b29f2b
View commit details
Copy full SHA for 5b29f2b
View code at this point
Browse repository at this point
Commits on Aug 3, 2012
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
dgrunwald
committed
16aa0c6
View commit details
Copy full SHA for 16aa0c6
View code at this point
Browse repository at this point
Commits on Jul 30, 2012
Rename CompilationUnit to SyntaxTree.
dgrunwald
committed
273178a
View commit details
Copy full SHA for 273178a
View code at this point
Browse repository at this point
Commits on Jul 27, 2012
Fix icsharpcode/NRefactory#86: method declaration with attributes fails to resolve since 2926e24.
dgrunwald
committed
60607bc
View commit details
Copy full SHA for 60607bc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.