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 }}
diffused
/
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
ServiceStack.Text
on
v3
User selector
All users
All time
Commit history
Commits on Oct 28, 2013
Fixes two bugs in deserializing DateTime objects from strings.
Show description for 2dbc177
Doug Schmidt
committed
2dbc177
View commit details
Copy full SHA for 2dbc177
View code at this point
Browse repository at this point
Commits on Oct 18, 2013
Nullable<DateTimeOffset> Deserialization Fix
Show description for ad951a3
aifdsc
committed
ad951a3
View commit details
Copy full SHA for ad951a3
View code at this point
Browse repository at this point
Commits on Oct 4, 2013
Fixes Should_not_put_double_underscore. Added Should_not_split_digits.
James Cunningham
authored and
mythz
committed
d6bfbe6
View commit details
Copy full SHA for d6bfbe6
View code at this point
Browse repository at this point
Commits on Sep 26, 2013
Implmented tests and fixes for quoted properties and properties with comma in querystrings
Show description for 7992797
nhhagen
authored and
mythz
committed
7992797
View commit details
Copy full SHA for 7992797
View code at this point
Browse repository at this point
Commits on Sep 25, 2013
Support conditional serialization following the ShouldSerialize* idiom
mgravell
authored and
mythz
committed
ed95838
View commit details
Copy full SHA for ed95838
View code at this point
Browse repository at this point
Commits on Sep 12, 2013
INCR to v3.9.60 - the snapshot of v3
mythz
committed
437f656
View commit details
Copy full SHA for 437f656
View code at this point
Browse repository at this point
Commits on Sep 11, 2013
JsonUtils.WriteString: fix incorrect terminology in comment
dixon
committed
7606055
View commit details
Copy full SHA for 7606055
View code at this point
Browse repository at this point
JsonUtils.WriteString: ensure that control chars are properly escaped, as defined in the http://json.org/ spec
dixon
committed
d079a6d
View commit details
Copy full SHA for d079a6d
View code at this point
Browse repository at this point
Commits on Sep 3, 2013
New build of SL binaries
x-cray
committed
94b23a3
View commit details
Copy full SHA for 94b23a3
View code at this point
Browse repository at this point
Prevent MethodAccessException in assembly name retrieval for Silverlight
x-cray
committed
fe94490
View commit details
Copy full SHA for fe94490
View code at this point
Browse repository at this point
Commits on Aug 29, 2013
append the "+0000" offset to utc dates if specified
jeffsawatzky
committed
b350594
View commit details
Copy full SHA for b350594
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
INCR to v3.9.59
mythz
committed
c45e8e3
View commit details
Copy full SHA for c45e8e3
View code at this point
Browse repository at this point
Commits on Aug 22, 2013
Add AppendUrlPathsRaw - like AppendUrlPaths but doesn't encode its parts
mythz
committed
d630eac
View commit details
Copy full SHA for d630eac
View code at this point
Browse repository at this point
Added InvariantCulture to ParseStringDelegate for numerics. We had an issue with xamarin/monodroid where negative numbers in parsed json-strings was returned as 0. This only happened on devices whe…
Show description for 55ddcd9
Discobanan
committed
55ddcd9
View commit details
Copy full SHA for 55ddcd9
View code at this point
Browse repository at this point
Commits on Aug 18, 2013
remove un-necessary comment
mythz
committed
5b811ee
View commit details
Copy full SHA for 5b811ee
View code at this point
Browse repository at this point
Conversion of array of strings to uppercase moved to separate method
fhurta
committed
9b0c9d2
View commit details
Copy full SHA for 9b0c9d2
View code at this point
Browse repository at this point
Fixed to build as SL5 project
fhurta
committed
0380199
View commit details
Copy full SHA for 0380199
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
INCR to v3.9.58
mythz
committed
5f3aee3
View commit details
Copy full SHA for 5f3aee3
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
Proper serialize of x implementing IEnumerable<T>
Show description for 1678410
flq
committed
1678410
View commit details
Copy full SHA for 1678410
View code at this point
Browse repository at this point
Commits on Aug 9, 2013
Merge pull request #362 from pavelsavara/DataMemberOrder
Show description for 6562428
mythz
committed
6562428
View commit details
Copy full SHA for 6562428
View code at this point
Browse repository at this point
Commits on Aug 8, 2013
Changed the code to minimize side effects
pavelsavara
committed
51d5a43
View commit details
Copy full SHA for 51d5a43
View code at this point
Browse repository at this point
Make ICollection behave the same a IEnumerable
Wim Pool
committed
b55fad6
View commit details
Copy full SHA for b55fad6
View code at this point
Browse repository at this point
added missing return
Wim Pool
committed
f62abce
View commit details
Copy full SHA for f62abce
View code at this point
Browse repository at this point
Added support for DataMember(EmitDefaultValue)
pavelsavara
committed
e9ad33a
View commit details
Copy full SHA for e9ad33a
View code at this point
Browse repository at this point
Make ICollection behave the same as IEnumerable
Wim Pool
committed
0f2ad9d
View commit details
Copy full SHA for 0f2ad9d
View code at this point
Browse repository at this point
Generics null check and ICollection added
Show description for 00c6f4b
Wim Pool
committed
00c6f4b
View commit details
Copy full SHA for 00c6f4b
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
Added support for DataMember(Order)
Show description for f62cf88
pavelsavara
committed
f62cf88
View commit details
Copy full SHA for f62cf88
View code at this point
Browse repository at this point
Commits on Aug 6, 2013
Support creating instances from interfaces of common collections and arrays
mythz
committed
9cb0a0a
View commit details
Copy full SHA for 9cb0a0a
View code at this point
Browse repository at this point
Commits on Aug 5, 2013
ExcludePropertyReferences
Show description for a0d2c27
nhalm
committed
a0d2c27
View commit details
Copy full SHA for a0d2c27
View code at this point
Browse repository at this point
Commits on Jul 23, 2013
More win in serialization scenarios wrt curr.cult.
Show description for fbdc355
flq
committed
fbdc355
View commit details
Copy full SHA for fbdc355
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
INCR to v3.9.56
mythz
committed
e22abd6
View commit details
Copy full SHA for e22abd6
View code at this point
Browse repository at this point
Commits on Jul 21, 2013
Merge branch 'master' of github.com:ServiceStack/ServiceStack.Text
desunit
committed
eba6ee2
View commit details
Copy full SHA for eba6ee2
View code at this point
Browse repository at this point
fixed #304
Show description for ffca4e1
desunit
committed
ffca4e1
View commit details
Copy full SHA for ffca4e1
View code at this point
Browse repository at this point
Commits on Jul 19, 2013
Change DateTime.ParseExact back to AdjustToUniversal
mythz
committed
14487ca
View commit details
Copy full SHA for 14487ca
View code at this point
Browse repository at this point
Make DateTime.ParseExact consistently convert back to local like everything else.
mythz
committed
df43d8f
View commit details
Copy full SHA for df43d8f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.