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 }}
linuxaged
/
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 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
Commits on Jul 8, 2013
INCR to v3.9.55
mythz
committed
5662609
View commit details
Copy full SHA for 5662609
View code at this point
Browse repository at this point
Commits on Jun 30, 2013
Changed default behaviour of TryToParsePrimitiveTypeValues to always parse numeric types as either decimal, float or double.
Show description for ba307ad
Antony Denyer
committed
ba307ad
View commit details
Copy full SHA for ba307ad
View code at this point
Browse repository at this point
Commits on Jun 25, 2013
Support deserializing '0' and '1' for boolean values
mythz
committed
d783775
View commit details
Copy full SHA for d783775
View code at this point
Browse repository at this point
Commits on Jun 18, 2013
Add a JsConfig.AssumeUtc option
Show description for 4b92c7e
Jeff Sawatzky
authored and
jeffsawatzky
committed
4b92c7e
View commit details
Copy full SHA for 4b92c7e
View code at this point
Browse repository at this point
INCR to v3.9.54
mythz
committed
ba16e4b
View commit details
Copy full SHA for ba16e4b
View code at this point
Browse repository at this point
Fix bug regression re-added in commit cb76ac
mythz
committed
b309a61
View commit details
Copy full SHA for b309a61
View code at this point
Browse repository at this point
Commits on Jun 17, 2013
INCR for vNext to v3.9.53
mythz
committed
53cf397
View commit details
Copy full SHA for 53cf397
View code at this point
Browse repository at this point
Updated Silverlight to the latest code - 3.9.50.
Show description for 27b8c74
ddotlic
committed
27b8c74
View commit details
Copy full SHA for 27b8c74
View code at this point
Browse repository at this point
Commits on Jun 11, 2013
Non-numeric enums would be padded with double quotes. Added test in AdhocModelTests.cs and fix in JsonTypeSerializer.cs
toftstade
committed
80f5368
View commit details
Copy full SHA for 80f5368
View code at this point
Browse repository at this point
Commits on Jun 10, 2013
INCR to vNext v3.9.50
mythz
committed
7c64059
View commit details
Copy full SHA for 7c64059
View code at this point
Browse repository at this point
Commits on Jun 1, 2013
pre-INCR to v3.9.49 - setup for vNext
mythz
committed
188924a
View commit details
Copy full SHA for 188924a
View code at this point
Browse repository at this point
Upgrade to TimeZoneInfo usage so that all builds work and are better.
Show description for 291c25f
ddotlic
committed
291c25f
View commit details
Copy full SHA for 291c25f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.