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 }}
SamyCode
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
NRefactory
ICSharpCode.NRefactory
Semantics
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 5, 2015
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
Commits on Feb 5, 2014
Fix typo in documentation
Therzok
committed
02278d8
View commit details
Copy full SHA for 02278d8
View code at this point
Browse repository at this point
Commits on Nov 4, 2013
Expressions referring to fixed fields use pointer types.
dgrunwald
committed
61771b8
View commit details
Copy full SHA for 61771b8
View code at this point
Browse repository at this point
Commits on Aug 2, 2013
Fix processing of explicit conversions.
Show description for 9918966
dgrunwald
committed
9918966
View commit details
Copy full SHA for 9918966
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
Commits on May 8, 2013
Rename IsExtensionMethodGroupConversion -> DelegateCapturesFirstArgument.
dgrunwald
committed
17c4315
View commit details
Copy full SHA for 17c4315
View code at this point
Browse repository at this point
Merge branch 'extension-method-group-conversion' of github.com:erik-kallen/NRefactory
dgrunwald
committed
b1f2146
View commit details
Copy full SHA for b1f2146
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
Added property Conversion.IsExtensionMethodGroupConversion to determine whether a method group conversion is being performed on an extension method using extension method invocation syntax (eg. Fun…
Show description for 02cc0a3
erik-kallen
committed
02cc0a3
View commit details
Copy full SHA for 02cc0a3
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 Feb 21, 2013
Merge pull request #137 from erik-kallen/conversion-improvements
Show description for 97c2674
dgrunwald
committed
97c2674
View commit details
Copy full SHA for 97c2674
View code at this point
Browse repository at this point
Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts.
dgrunwald
committed
4324311
View commit details
Copy full SHA for 4324311
View code at this point
Browse repository at this point
Commits on Jan 28, 2013
Added information about built-in conversions before and after a user-defined conversion operator is applied
erik-kallen
committed
4c1dbb9
View commit details
Copy full SHA for 4c1dbb9
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
Commits on Jan 11, 2013
Merge pull request #134 from erik-kallen/dynamic-methodgroup-of-one
Show description for 47c78a1
dgrunwald
committed
47c78a1
View commit details
Copy full SHA for 47c78a1
View code at this point
Browse repository at this point
Return a CSharpInvocationResolveResult with the type overridden with Dynamic instead of a converted invocation
erik-kallen
committed
f186d27
View commit details
Copy full SHA for f186d27
View code at this point
Browse repository at this point
Commits on Jan 10, 2013
Ambiguous conversions don't cause overload resolution to pick a different overload.
dgrunwald
committed
c1b2b13
View commit details
Copy full SHA for c1b2b13
View code at this point
Browse repository at this point
Commits on Nov 7, 2012
[Resolver] Local resolve result no longer returns a constant value for
Show description for fab565a
Mike Krüger
committed
fab565a
View commit details
Copy full SHA for fab565a
View code at this point
Browse repository at this point
Commits on Oct 4, 2012
Added delegate compatibility check to method-group conversions.
dgrunwald
committed
59cc439
View commit details
Copy full SHA for 59cc439
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 Aug 31, 2012
[Semantic] Handled default parameter value conversion in default
Show description for 3acaf5e
Mike Krüger
committed
3acaf5e
View commit details
Copy full SHA for 3acaf5e
View code at this point
Browse repository at this point
[Semantics] ConversionResolveResult: For nullable conversions return
Show description for 2733a83
Mike Krüger
committed
2733a83
View commit details
Copy full SHA for 2733a83
View code at this point
Browse repository at this point
Commits on Jul 29, 2012
Introduced NamedArgumentResolveResult.
dgrunwald
committed
d6b4420
View commit details
Copy full SHA for d6b4420
View code at this point
Browse repository at this point
Commits on Jul 21, 2012
Added property Conversion.IsConstantExpressionConversion
erik-kallen
committed
f3d13ee
View commit details
Copy full SHA for f3d13ee
View code at this point
Browse repository at this point
Add Conversion.IsNullLiteralConversion (icsharpcode/NRefactory#59)
dgrunwald
committed
13dce76
View commit details
Copy full SHA for 13dce76
View code at this point
Browse repository at this point
Commits on Jul 20, 2012
Fixed conversions from "dynamic" - these only exist from expressions, not from the type (this was causing subtle issues with type inference).
dgrunwald
committed
ed0e4c5
View commit details
Copy full SHA for ed0e4c5
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults).
dgrunwald
committed
77283dc
View commit details
Copy full SHA for 77283dc
View code at this point
Browse repository at this point
Commits on Jun 21, 2012
CSharpAstResolver: don't return the same ResolveResult for two different nodes.
Show description for 585ae50
dgrunwald
committed
585ae50
View commit details
Copy full SHA for 585ae50
View code at this point
Browse repository at this point
Commits on Jun 10, 2012
Implemented CSharpResolver.ResolveConditionFalse() for resolving operator false() calls.
Show description for a9d8769
siegfriedpammer
authored and
dgrunwald
committed
a9d8769
View commit details
Copy full SHA for a9d8769
View code at this point
Browse repository at this point
Add ConversionResolveResult.CheckForOverflow
dgrunwald
committed
731ddf7
View commit details
Copy full SHA for 731ddf7
View code at this point
Browse repository at this point
Commits on Mar 21, 2012
Implemented the new options for overridden members in FindReferences.
dgrunwald
committed
d4dd164
View commit details
Copy full SHA for d4dd164
View code at this point
Browse repository at this point
Commits on Mar 16, 2012
Fix icsharpcode/NRefactory#18: ResolveResult for object creation
dgrunwald
committed
d338acc
View commit details
Copy full SHA for d338acc
View code at this point
Browse repository at this point
Fix icsharpcode/NRefactory#29: NullReferenceException when using FindReferencedEntities navigator
dgrunwald
committed
47d7d5a
View commit details
Copy full SHA for 47d7d5a
View code at this point
Browse repository at this point
Commits on Mar 9, 2012
Fixed some FxCop warnings.
dgrunwald
committed
fe8e098
View commit details
Copy full SHA for fe8e098
View code at this point
Browse repository at this point
Commits on Mar 7, 2012
Fix icsharpcode/NRefactory#16: Resolve the GetEnumerator call inside a foreach
dgrunwald
committed
3e72441
View commit details
Copy full SHA for 3e72441
View code at this point
Browse repository at this point
Fix icsharpcode/NRefactory#17: Resolving "is" and "as" expressions loses the semantics
dgrunwald
committed
fb0dbc9
View commit details
Copy full SHA for fb0dbc9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.