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
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
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.3k
Code
Issues
5k+
Pull requests
589
Discussions
Actions
Projects
Security and quality
70
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Reduce allocations in VersionConverter
- #55564
#55564
Merged
layomia
merged 10 commits into
dotnet:main
dotnet/runtime:main
from
N0D4N:#55179/reduce-allocations-in-version-converter
N0D4N/runtime:#55179/reduce-allocations-in-version-converter
Copy head branch name to clipboard
Sep 28, 2021
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Reduce allocations in VersionConverter
#55564
layomia
merged 10 commits into
dotnet:main
dotnet/runtime:main
from
N0D4N:#55179/reduce-allocations-in-version-converter
N0D4N/runtime:#55179/reduce-allocations-in-version-converter
Copy head branch name to clipboard
Commits
Commits on Sep 21, 2021
Add more test cases for VersionConverter
N0D4N
committed
5547f1f
View commit details
Copy full SHA for 5547f1f
Browse repository at this point
Reduce allocations in VersionConverter.Read method
N0D4N
committed
760bec0
View commit details
Copy full SHA for 760bec0
Browse repository at this point
Remove allocations from VersionConverter.Write method
N0D4N
committed
5657142
View commit details
Copy full SHA for 5657142
Browse repository at this point
Parse Version from chars, instead of parsing individual components. Assert successful formatting on write.
N0D4N
committed
637d088
View commit details
Copy full SHA for 637d088
Browse repository at this point
Allow escaping, disallow leading and trailing whitespaces
N0D4N
committed
28a420c
View commit details
Copy full SHA for 28a420c
Browse repository at this point
Hopefully fix tests for .NET Framework, add few more test cases that should fail
N0D4N
committed
6dab515
View commit details
Copy full SHA for 6dab515
Browse repository at this point
Assume whitespaces can be only on the start, or only at the end, add one more test case that should fail
N0D4N
committed
11efcbd
View commit details
Copy full SHA for 11efcbd
Browse repository at this point
Commits on Sep 28, 2021
Remove redundant return statements
N0D4N
committed
a5a8043
View commit details
Copy full SHA for a5a8043
Browse repository at this point
Elaborate on comment regarding leading and trailing whitespaces. Copy it to .NetStandard2.0 target.
N0D4N
committed
75c53e4
View commit details
Copy full SHA for 75c53e4
Browse repository at this point
Add another test case.
N0D4N
committed
f5b6e71
View commit details
Copy full SHA for f5b6e71
Browse repository at this point
You can’t perform that action at this time.