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.CSharp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 25, 2016
Fix TypeGuessing (don't unintentionally create ref locals)
dgrunwald
committed
ab1c338
View commit details
Copy full SHA for ab1c338
View code at this point
Browse repository at this point
Add 'ref T' AstType syntax node. This allows generating code for C# 7 'ref locals' and 'ref return'.
dgrunwald
committed
3c638f6
View commit details
Copy full SHA for 3c638f6
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
CSharpOutputVisitor: use policy.CatchNewLinePlacement and policy.FinallyNewLinePlacement
dgrunwald
committed
2b10193
View commit details
Copy full SHA for 2b10193
View code at this point
Browse repository at this point
Commits on Nov 22, 2016
CSharpOutputVisitor: respect policy.ElseNewLinePlacement
dgrunwald
committed
85cf91f
View commit details
Copy full SHA for 85cf91f
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
TypeSystemAstBuilder: Add missing TypeResolveResult-annotation to DelegateDeclaration.
siegfriedpammer
committed
89ef970
View commit details
Copy full SHA for 89ef970
View code at this point
Browse repository at this point
Commits on Jul 25, 2016
Output space between modifiers and destructor tilde.
dgrunwald
committed
5ca6d41
View commit details
Copy full SHA for 5ca6d41
View code at this point
Browse repository at this point
Commits on Jul 23, 2016
InsertParenthesesVisitor: Add parentheses to PrimitiveExpression if its value is a negative int/long. -1.ToString() is interpreted as -(1.ToString()) by the parser. We need parentheses in order to …
Show description for 19497cf
siegfriedpammer
committed
19497cf
View commit details
Copy full SHA for 19497cf
View code at this point
Browse repository at this point
Commits on Jul 9, 2016
Even in readability mode, don't parenthesize casts of casts
dgrunwald
committed
0254d48
View commit details
Copy full SHA for 0254d48
View code at this point
Browse repository at this point
Commits on Jun 26, 2016
Fix resolving '0 - Enum'
dgrunwald
committed
8cf15cc
View commit details
Copy full SHA for 8cf15cc
View code at this point
Browse repository at this point
Commits on Jun 22, 2016
Add TypeSystemAstBuilder.NameLookupMode.
Show description for f890937
dgrunwald
committed
f890937
View commit details
Copy full SHA for f890937
View code at this point
Browse repository at this point
Commits on Jun 19, 2016
CSharpOutputVisitor: fix '__arglist()'
dgrunwald
committed
8369bc7
View commit details
Copy full SHA for 8369bc7
View code at this point
Browse repository at this point
Commits on Jun 16, 2016
Fix TypeSystemAstBuilder: Outer type arguments should not be added to nested delegate declarations.
siegfriedpammer
committed
2a744ce
View commit details
Copy full SHA for 2a744ce
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
Merge pull request #508 from purenewman/patch-1
Show description for bf10387
Mike Krüger
committed
bf10387
View commit details
Copy full SHA for bf10387
View code at this point
Browse repository at this point
Merge pull request #509 from purenewman/patch-2
Show description for 554f008
Mike Krüger
committed
554f008
View commit details
Copy full SHA for 554f008
View code at this point
Browse repository at this point
Fixed constructor with custom white space text
Alex Newman
committed
c1583ff
View commit details
Copy full SHA for c1583ff
View code at this point
Browse repository at this point
Fixed incorrect null check
Alex Newman
committed
779dc8f
View commit details
Copy full SHA for 779dc8f
View code at this point
Browse repository at this point
Fixed incorrect members ordering
Alex Newman
committed
2ba89eb
View commit details
Copy full SHA for 2ba89eb
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
Remove .DS_Store
guoxiao
committed
c92da5c
View commit details
Copy full SHA for c92da5c
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Fixed issue "CSharpOutputVisitor methods should be virtual #499"
Mike Krüger
committed
4a84f64
View commit details
Copy full SHA for 4a84f64
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
Fixed completion bug.
Mike Krüger
committed
ee1ba4d
View commit details
Copy full SHA for ee1ba4d
View code at this point
Browse repository at this point
Commits on Jun 13, 2015
add missing ResolveResult annotation in ConvertTypeDefinition
siegfriedpammer
committed
2d65653
View commit details
Copy full SHA for 2d65653
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
TypeSystemAstBuilder: implement AddResolveResultAnnotations for type members
siegfriedpammer
committed
c57d52d
View commit details
Copy full SHA for c57d52d
View code at this point
Browse repository at this point
Commits on Jun 7, 2015
TypeSystemAstBuilder: fix ShowTypeParameterConstraints
dgrunwald
committed
0da9b3d
View commit details
Copy full SHA for 0da9b3d
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
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 Jun 3, 2015
Don't output accessibility for static constructors.
dgrunwald
committed
4fec0c3
View commit details
Copy full SHA for 4fec0c3
View code at this point
Browse repository at this point
Commits on May 31, 2015
Fixed AstBuilder to not set "private" modifier on members which are explicit implementation of interface
David Karlaš
committed
d0c832e
View commit details
Copy full SHA for d0c832e
View code at this point
Browse repository at this point
Fix naming of property, event and method for explicit implementation of interface
David Karlaš
committed
b18ff0f
View commit details
Copy full SHA for b18ff0f
View code at this point
Browse repository at this point
Fixed setting base type for enums
David Karlaš
committed
fa01c70
View commit details
Copy full SHA for fa01c70
View code at this point
Browse repository at this point
Commits on May 30, 2015
TypeSystemAstBuilder: don't show attributes by default
dgrunwald
committed
fdf229e
View commit details
Copy full SHA for fdf229e
View code at this point
Browse repository at this point
NRefactory portion of David Karlaš's ILSpy/newdecompiler changes
dgrunwald
committed
4b4cf89
View commit details
Copy full SHA for 4b4cf89
View code at this point
Browse repository at this point
Merge changes from ILSpy newdecompiler branch
dgrunwald
committed
530d5b5
View commit details
Copy full SHA for 530d5b5
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
CSharpOutputVisitor: don't put newline between 'else' and 'if'
dgrunwald
committed
eacd465
View commit details
Copy full SHA for eacd465
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
Moved the internal mcs to it's own namespace.
Show description for 2618363
Mike Krüger
committed
2618363
View commit details
Copy full SHA for 2618363
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.