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
Type
/
to 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
.
icsharpcode
/
CodeConverter
Public
Notifications
You must be signed in to change notification settings
Fork
241
Star
907
Code
Issues
99
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Claude/fix issue 557 char string default param
- #1255
#1255
Open
GrahamTheCoder
wants to merge 9 commits into
icsharpcode:master
icsharpcode/CodeConverter:master
from
GrahamTheCoder:claude/fix-issue-557-char-string-default-param
GrahamTheCoder/CodeConverter:claude/fix-issue-557-char-string-default-param
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Claude/fix issue 557 char string default param
#1255
GrahamTheCoder
wants to merge 9 commits into
icsharpcode:master
icsharpcode/CodeConverter:master
from
GrahamTheCoder:claude/fix-issue-557-char-string-default-param
GrahamTheCoder/CodeConverter:claude/fix-issue-557-char-string-default-param
Copy head branch name to clipboard
Commits
Commits on Apr 19, 2026
Fix #557: Char default value for String parameter generates null + null-coalescing assignment
Show description for 885cbdb
claude
committed
885cbdb
View commit details
Copy full SHA for 885cbdb
Browse repository at this point
Add regression tests for issue #557: char default value for string parameter
Show description for 6c2820f
claude
committed
6c2820f
View commit details
Copy full SHA for 6c2820f
Browse repository at this point
Fix #557: use VB semantic model to detect char-typed default for String params
Show description for 80a61bc
claude
committed
80a61bc
View commit details
Copy full SHA for 80a61bc
Browse repository at this point
Address review: set null at creation, reconstruct from VB syntax in Fix method
Show description for 2088aad
claude
committed
2088aad
View commit details
Copy full SHA for 2088aad
Browse repository at this point
Fix CS0136 compile error: remove duplicate 'defaultValue' declaration in else branch
Show description for c52b3ea
claude
committed
c52b3ea
View commit details
Copy full SHA for c52b3ea
Browse repository at this point
Fix #557: preserve named const identifier in char-to-string coalesce (strip VB Global prefix, add Simplifier annotation)
claude
committed
ee7f6c0
View commit details
Copy full SHA for ee7f6c0
Browse repository at this point
Add tests: char const in same class and multiple char defaults as string params
Show description for 8572669
claude
committed
8572669
View commit details
Copy full SHA for 8572669
Browse repository at this point
Fix: walk VB syntax tree in VbNameExprToCsExpr instead of ToString().Split('.')
Show description for 5c8966e
claude
committed
5c8966e
View commit details
Copy full SHA for 5c8966e
Browse repository at this point
Simplify: use existing expression visitor instead of VbNameExprToCsExpr
Show description for 0a367c4
claude
committed
0a367c4
View commit details
Copy full SHA for 0a367c4
Browse repository at this point
You can’t perform that action at this time.