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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
api-dev
/
ServiceStack
Public
forked from
ServiceStack/ServiceStack
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
src
ServiceStack
NativeTypes
on
native-type-help-msg
User selector
All users
All time
Commit history
Commits on Dec 3, 2015
Suggestion for generated help message
Layoric
committed
0eca030
View commit details
Copy full SHA for 0eca030
View code at this point
Browse repository at this point
Commits on Nov 23, 2015
Change Interfaces to only extend other interfaces, rewrite dictionary, array literals in type def
mythz
committed
5e4f2ca
View commit details
Copy full SHA for 5e4f2ca
View code at this point
Browse repository at this point
Fix missing BaseUrl in TypeScript Add SS Refs
mythz
committed
10728d1
View commit details
Copy full SHA for 10728d1
View code at this point
Browse repository at this point
Commits on Nov 11, 2015
don't emit empty namespaces
mythz
committed
1b81467
View commit details
Copy full SHA for 1b81467
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
Unescape quoted reserved word in Swift Metadata dictionary
mythz
committed
71c7506
View commit details
Copy full SHA for 71c7506
View code at this point
Browse repository at this point
Change runtime TypeAlias dictionary to use ConcurrentDictionary
mythz
committed
5c0defa
View commit details
Copy full SHA for 5c0defa
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
Add Swift support for TreatTypesAsStrings
mythz
committed
86d5b59
View commit details
Copy full SHA for 86d5b59
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Add distinct service for TypeScript module + index page for links to different languages
mythz
committed
02d8664
View commit details
Copy full SHA for 02d8664
View code at this point
Browse repository at this point
Don't declare concrete modules
mythz
committed
1038370
View commit details
Copy full SHA for 1038370
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Add ExportAsTypes option for TypeScript to change interface definitions to exported concrete classes
mythz
committed
2e44157
View commit details
Copy full SHA for 2e44157
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
Remove \n in strings to prevent multi line strings in generated code
mythz
committed
1617923
View commit details
Copy full SHA for 1617923
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Don't generate Error ResponseStatus Types in Swift which are now included in JsonServiceClient.swift
mythz
committed
d96544f
View commit details
Copy full SHA for d96544f
View code at this point
Browse repository at this point
Upgrade to support Swift v2.0
mythz
committed
812e5cf
View commit details
Copy full SHA for 812e5cf
View code at this point
Browse repository at this point
Also exclude matching generic types with type name
mythz
committed
c846131
View commit details
Copy full SHA for c846131
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
Only serialize enum as integer if enum should be serialized as an integer
mythz
committed
cfb84ed
View commit details
Copy full SHA for cfb84ed
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Don't emit exported System types and add support for multiple interfaces
mythz
committed
c95f52b
View commit details
Copy full SHA for c95f52b
View code at this point
Browse repository at this point
Add support for exporting interfaces
Show description for 0ad4949
mythz
committed
0ad4949
View commit details
Copy full SHA for 0ad4949
View code at this point
Browse repository at this point
Allow exporting of built-in Types via explicit ExportTypes
mythz
committed
d201e70
View commit details
Copy full SHA for d201e70
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Added NativeTypesFeature.DisableTokenVerification to disable illegal token checks when generating types
mythz
committed
e649166
View commit details
Copy full SHA for e649166
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
Don't throw on generic type definitions
mythz
committed
8eaeaa8
View commit details
Copy full SHA for 8eaeaa8
View code at this point
Browse repository at this point
Commits on Aug 12, 2015
Reference Types contained in QueryBase<From,Into> base types
mythz
committed
869b2a1
View commit details
Copy full SHA for 869b2a1
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
Add option to change which types should be treated as strings
mythz
committed
af4241e
View commit details
Copy full SHA for af4241e
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Add special case for `description`
mythz
committed
8b1d3b9
View commit details
Copy full SHA for 8b1d3b9
View code at this point
Browse repository at this point
Escape keywords in Swift Native Types
mythz
committed
6beec30
View commit details
Copy full SHA for 6beec30
View code at this point
Browse repository at this point
Commits on Jul 19, 2015
Update Swagger to 1.2, rename Swagger DTO's so they match 1.2 spec
mythz
committed
550d33c
View commit details
Copy full SHA for 550d33c
View code at this point
Browse repository at this point
Replace Metadata Version with ServiceStackVersion
mythz
committed
2dff42f
View commit details
Copy full SHA for 2dff42f
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
Allow [Exclude(Feature.Metadata)] to hide Operations from Metadata Services
mythz
committed
aade8d1
View commit details
Copy full SHA for aade8d1
View code at this point
Browse repository at this point
Commits on Jul 2, 2015
Add ExcludeGenericBaseTypes option for Swift Native Types to work around swift compiler crashes
mythz
committed
8139ddd
View commit details
Copy full SHA for 8139ddd
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Add Support for Config.AddGeneratedCodeAttributes to C#, F# and VB.NET Add ServiceStack Reference
mythz
committed
0bd9b63
View commit details
Copy full SHA for 0bd9b63
View code at this point
Browse repository at this point
Commits on May 28, 2015
Add "Class" to escaped keywords for VbNetGenerator NativeTypes
rsafier
committed
c5998e1
View commit details
Copy full SHA for c5998e1
View code at this point
Browse repository at this point
Commits on Apr 19, 2015
Add SerializedName to enum flags
mythz
committed
f7c3d59
View commit details
Copy full SHA for f7c3d59
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Add "Operator" to escaped keywords.
Layoric
committed
6240966
View commit details
Copy full SHA for 6240966
View code at this point
Browse repository at this point
Add workaround for handling raw String responses
mythz
committed
c29e827
View commit details
Copy full SHA for c29e827
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Change code-gen to use Swift 1.2 'static' instead of 'class' modifiers
mythz
committed
e959d06
View commit details
Copy full SHA for e959d06
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Add Gson com.google.gson.reflect.* package import when required
mythz
committed
7ff8c61
View commit details
Copy full SHA for 7ff8c61
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.