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 }}
IcodeNet
/
ServiceStack.Text
Public
forked from
ServiceStack/ServiceStack.Text
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
ServiceStack.Text
src
on
master
User selector
All users
All time
Commit history
Commits on Dec 25, 2012
Fixed issue with query string serialization
desunit
committed
4423312
View commit details
Copy full SHA for 4423312
View code at this point
Browse repository at this point
Commits on Dec 23, 2012
Fix for issue #260 Deserialize method in ServiceStack.Text/XmlSerializer.cs for windows phone.
Allen
committed
c99d08c
View commit details
Copy full SHA for c99d08c
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Updated Silverlight 4 project so it's now able to compile
Simon Skov Boisen
committed
1e6043d
View commit details
Copy full SHA for 1e6043d
View code at this point
Browse repository at this point
Commits on Dec 14, 2012
fix handling of nullable enums
kongo2002
committed
fc16c91
View commit details
Copy full SHA for fc16c91
View code at this point
Browse repository at this point
Commits on Dec 12, 2012
Add missing link to JsConfigScope.cs
Show description for a144b40
h2oman
committed
a144b40
View commit details
Copy full SHA for a144b40
View code at this point
Browse repository at this point
add missing file link
paultyng
committed
633782e
View commit details
Copy full SHA for 633782e
View code at this point
Browse repository at this point
fix whitespace
paultyng
committed
69eba8f
View commit details
Copy full SHA for 69eba8f
View code at this point
Browse repository at this point
keep default functionality
paultyng
committed
b8ef854
View commit details
Copy full SHA for b8ef854
View code at this point
Browse repository at this point
allow setting the values directly on config class
paultyng
committed
93a8e62
View commit details
Copy full SHA for 93a8e62
View code at this point
Browse repository at this point
thread static scoped config - initial version
paultyng
committed
237ee47
View commit details
Copy full SHA for 237ee47
View code at this point
Browse repository at this point
Commits on Dec 10, 2012
INCR to v3.9.32
mythz
committed
3e95b06
View commit details
Copy full SHA for 3e95b06
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
Fix whitespace
mythz
committed
a42f291
View commit details
Copy full SHA for a42f291
View code at this point
Browse repository at this point
Non-interface / non-abstract-typed property of a derived class should not have type info
Show description for 067ce1f
Amry
committed
067ce1f
View commit details
Copy full SHA for 067ce1f
View code at this point
Browse repository at this point
Fix parsing prettyPrint tab in empty list
mythz
committed
6ca3b35
View commit details
Copy full SHA for 6ca3b35
View code at this point
Browse repository at this point
Commits on Dec 8, 2012
INCR to v3.9.30
mythz
committed
ad0781c
View commit details
Copy full SHA for ad0781c
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
Add caching to AssemblyUtils.FindType and change all slower Type.GetType calls to use that
mythz
committed
c8f80e8
View commit details
Copy full SHA for c8f80e8
View code at this point
Browse repository at this point
INCR to v3.9.29
mythz
committed
41f57ed
View commit details
Copy full SHA for 41f57ed
View code at this point
Browse repository at this point
Commits on Dec 6, 2012
fixed to #230
Show description for b85e1b6
desunit
committed
b85e1b6
View commit details
Copy full SHA for b85e1b6
View code at this point
Browse repository at this point
Commits on Nov 29, 2012
Merge pull request #247 from peterlazzarino/master
Show description for 58c2538
mythz
committed
58c2538
View commit details
Copy full SHA for 58c2538
View code at this point
Browse repository at this point
Removed unused method causing test failure in pull request.
Show description for db379c0
Peter Lazzarino
committed
db379c0
View commit details
Copy full SHA for db379c0
View code at this point
Browse repository at this point
Merge pull request #246 from peterlazzarino/master
Show description for eb43d68
mythz
committed
eb43d68
View commit details
Copy full SHA for eb43d68
View code at this point
Browse repository at this point
Fix for failed tests in pull request #245
Show description for f1398b1
Peter Lazzarino
committed
f1398b1
View commit details
Copy full SHA for f1398b1
View code at this point
Browse repository at this point
Merge pull request #245 from peterlazzarino/master
Show description for 9bbcadc
mythz
committed
9bbcadc
View commit details
Copy full SHA for 9bbcadc
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Upon further review, control characters are legal *if* escaped.
kevin-montrose
committed
28d8285
View commit details
Copy full SHA for 28d8285
View code at this point
Browse repository at this point
Fixing a bug where unicode sequences would not be escaped (instead being omitted), and allowing non-control unicode characters per json.org
kevin-montrose
committed
fbb1eee
View commit details
Copy full SHA for fbb1eee
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
related to #239:
Show description for 1011da2
desunit
committed
1011da2
View commit details
Copy full SHA for 1011da2
View code at this point
Browse repository at this point
related to #239:
Show description for 400c31e
desunit
committed
400c31e
View commit details
Copy full SHA for 400c31e
View code at this point
Browse repository at this point
Commits on Nov 20, 2012
Fixed GetSetPropertyMethod to return delegate for derived property with private setter
Amry
committed
3ef90c0
View commit details
Copy full SHA for 3ef90c0
View code at this point
Browse repository at this point
Commits on Nov 17, 2012
Merge branch 'master' of github.com:ServiceStack/ServiceStack.Text
desunit
committed
9bc2473
View commit details
Copy full SHA for 9bc2473
View code at this point
Browse repository at this point
added restriction on empty value for DeserializeFromString
desunit
committed
c151fae
View commit details
Copy full SHA for c151fae
View code at this point
Browse repository at this point
Commits on Nov 16, 2012
Fixed missing link to new DeserializeKeyValuePair.cs
Cheesebaron
committed
d40f6b5
View commit details
Copy full SHA for d40f6b5
View code at this point
Browse repository at this point
fixed #235
desunit
committed
6ea6f23
View commit details
Copy full SHA for 6ea6f23
View code at this point
Browse repository at this point
Commits on Nov 13, 2012
1. Can_deserialize_two_level_expando() test fix:
Show description for 6d080ca
Suremaker
committed
6d080ca
View commit details
Copy full SHA for 6d080ca
View code at this point
Browse repository at this point
Remove (mostly) harmless artifact of test/debug
jjavery
committed
3b9b98d
View commit details
Copy full SHA for 3b9b98d
View code at this point
Browse repository at this point
Spaces not tabs
James P. Javery
committed
adf300c
View commit details
Copy full SHA for adf300c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.