diff --git a/lib/net45/ServiceStack.Client.dll b/lib/net45/ServiceStack.Client.dll index 444e9c5e..4fb83150 100644 Binary files a/lib/net45/ServiceStack.Client.dll and b/lib/net45/ServiceStack.Client.dll differ diff --git a/lib/net45/ServiceStack.Common.dll b/lib/net45/ServiceStack.Common.dll index a48c379f..ef554e5b 100644 Binary files a/lib/net45/ServiceStack.Common.dll and b/lib/net45/ServiceStack.Common.dll differ diff --git a/lib/net45/ServiceStack.Text.dll b/lib/net45/ServiceStack.Text.dll index ca0367cd..15c93851 100644 Binary files a/lib/net45/ServiceStack.Text.dll and b/lib/net45/ServiceStack.Text.dll differ diff --git a/lib/net45/ServiceStack.Text.xml b/lib/net45/ServiceStack.Text.xml index 069b6bf7..a3146a2e 100644 --- a/lib/net45/ServiceStack.Text.xml +++ b/lib/net45/ServiceStack.Text.xml @@ -120,12 +120,24 @@ The value. The writer. - + + + Mark JsConfig global config as initialized and assert it's no longer mutated + + + + + + Initialize global config and assert that it's no longer mutated + + + + Sets which format to use when serializing TimeSpans - + if the is configured to take advantage of specification, @@ -133,30 +145,30 @@ and parsing member names and enum values in a case-insensitive manner. - + if the is configured to support web-friendly serialized formats, ie emitting lowercase_underscore_casing for JSON - + Define how property names are mapped during deserialization - + Gets or sets a value indicating if the framework should throw serialization exceptions or continue regardless of serialization errors. If the framework will throw; otherwise, it will parse as many fields as possible. The default is . - + Gets or sets a value indicating if the framework should always convert to UTC format instead of local time. - + Gets or sets a value indicating if the framework should skip automatic conversions. Dates will be handled literally, any included timezone encoding will be lost and the date will be treaded as DateTimeKind.Local @@ -165,12 +177,12 @@ JsConfig.DateHandler = DateHandler.ISO8601 should be used when set true for consistent de/serialization. - + Gets or sets a value indicating if the framework should always assume is in UTC format if Kind is Unspecified. - + Gets or sets whether we should append the Utc offset when we serialize Utc dates. Defaults to no. Only supported for when the JsConfig.DateHandler == JsonDateHandler.TimestampOffset @@ -186,7 +198,7 @@ Gets or sets a value indicating if HTML entity chars [> < & = '] should be escaped as "\uXXXX". - + Gets or sets a value indicating if the framework should call an error handler when an exception happens during the deserialization. @@ -195,20 +207,20 @@ - If set to true, Interface types will be prefered over concrete types when serializing. + If set to true, Interface types will be preferred over concrete types when serializing. - + - If set to true, Interface types will be prefered over concrete types when serializing. + If set to true, Interface types will be preferred over concrete types when serializing. - + Sets the maximum depth to avoid circular dependencies - + Set this to enable your own type construction provider. This is helpful for integration with IoC containers where you need to call the container constructor. diff --git a/lib/net45/ServiceStack.dll b/lib/net45/ServiceStack.dll index 027ea01f..e3173979 100644 Binary files a/lib/net45/ServiceStack.dll and b/lib/net45/ServiceStack.dll differ diff --git a/lib/net45/ServiceStack.xml b/lib/net45/ServiceStack.xml index 70b71cca..3e2afed1 100644 --- a/lib/net45/ServiceStack.xml +++ b/lib/net45/ServiceStack.xml @@ -242,6 +242,7 @@ The Callback URL for your app should match the CallbackUrl provided. + Download Yammer User Info given its ID. @@ -371,7 +372,7 @@ Whether to encrypt JWE Payload (default false). - Uses RSA-OAEP for Key Encryption and AES/128/CBC HMAC SHA256 for Conent Encryption + Uses RSA-OAEP for Key Encryption and AES/128/CBC HMAC SHA256 for Content Encryption @@ -422,7 +423,7 @@ - Convenient overload to intialize the Private Key via exported XML + Convenient overload to initialize the Private Key via exported XML @@ -432,7 +433,7 @@ - Convenient overload to intialize the Public Key via exported XML + Convenient overload to initialize the Public Key via exported XML @@ -4865,7 +4866,7 @@ Gets IDbConnection Checks if DbInfo is seat in RequestContext. - See multitenancy: http://docs.servicestack.net/multitenancy + See multitenancy: https://docs.servicestack.net/multitenancy Called by itself, and Provided by services and pageView, can be helpfull when overriding this method @@ -5793,6 +5794,11 @@ Access Service Controller for ServiceStack + + + Publish Message to be processed by AppHost + + A convenient repository base class you can inherit from to reduce the boilerplate @@ -6352,8 +6358,8 @@ Disposes all created disposable properties of this service - and executes disposing of all request s - (warning, manualy triggering this might lead to unwanted disposing of all request related objects and services.) + and executes disposing of all request s + (warning, manually triggering this might lead to unwanted disposing of all request related objects and services.) @@ -6423,6 +6429,12 @@ If null Templates Admin Service will not be registered. + + + Role Required to call Metadata Debug Service (/metadata/debug). + If null Metadata Debug Service will only be registered in DebugMode. + + Load Embedded Resource Templates in ServiceStack. diff --git a/lib/netstandard2.0/ServiceStack.Client.dll b/lib/netstandard2.0/ServiceStack.Client.dll index 15231130..bafd6f93 100644 Binary files a/lib/netstandard2.0/ServiceStack.Client.dll and b/lib/netstandard2.0/ServiceStack.Client.dll differ diff --git a/lib/netstandard2.0/ServiceStack.Common.dll b/lib/netstandard2.0/ServiceStack.Common.dll index b5b0f7ab..599dedaf 100644 Binary files a/lib/netstandard2.0/ServiceStack.Common.dll and b/lib/netstandard2.0/ServiceStack.Common.dll differ diff --git a/lib/netstandard2.0/ServiceStack.Text.dll b/lib/netstandard2.0/ServiceStack.Text.dll index efb5e5b8..fcc96da9 100644 Binary files a/lib/netstandard2.0/ServiceStack.Text.dll and b/lib/netstandard2.0/ServiceStack.Text.dll differ diff --git a/lib/netstandard2.0/ServiceStack.Text.xml b/lib/netstandard2.0/ServiceStack.Text.xml index 63ec7a8d..35b60e5f 100644 --- a/lib/netstandard2.0/ServiceStack.Text.xml +++ b/lib/netstandard2.0/ServiceStack.Text.xml @@ -120,12 +120,24 @@ The value. The writer. - + + + Mark JsConfig global config as initialized and assert it's no longer mutated + + + + + + Initialize global config and assert that it's no longer mutated + + + + Sets which format to use when serializing TimeSpans - + if the is configured to take advantage of specification, @@ -133,30 +145,30 @@ and parsing member names and enum values in a case-insensitive manner. - + if the is configured to support web-friendly serialized formats, ie emitting lowercase_underscore_casing for JSON - + Define how property names are mapped during deserialization - + Gets or sets a value indicating if the framework should throw serialization exceptions or continue regardless of serialization errors. If the framework will throw; otherwise, it will parse as many fields as possible. The default is . - + Gets or sets a value indicating if the framework should always convert to UTC format instead of local time. - + Gets or sets a value indicating if the framework should skip automatic conversions. Dates will be handled literally, any included timezone encoding will be lost and the date will be treaded as DateTimeKind.Local @@ -165,12 +177,12 @@ JsConfig.DateHandler = DateHandler.ISO8601 should be used when set true for consistent de/serialization. - + Gets or sets a value indicating if the framework should always assume is in UTC format if Kind is Unspecified. - + Gets or sets whether we should append the Utc offset when we serialize Utc dates. Defaults to no. Only supported for when the JsConfig.DateHandler == JsonDateHandler.TimestampOffset @@ -186,7 +198,7 @@ Gets or sets a value indicating if HTML entity chars [> < & = '] should be escaped as "\uXXXX". - + Gets or sets a value indicating if the framework should call an error handler when an exception happens during the deserialization. @@ -195,20 +207,20 @@ - If set to true, Interface types will be prefered over concrete types when serializing. + If set to true, Interface types will be preferred over concrete types when serializing. - + - If set to true, Interface types will be prefered over concrete types when serializing. + If set to true, Interface types will be preferred over concrete types when serializing. - + Sets the maximum depth to avoid circular dependencies - + Set this to enable your own type construction provider. This is helpful for integration with IoC containers where you need to call the container constructor. diff --git a/lib/netstandard2.0/ServiceStack.dll b/lib/netstandard2.0/ServiceStack.dll index 6873d3d5..9f7024c6 100644 Binary files a/lib/netstandard2.0/ServiceStack.dll and b/lib/netstandard2.0/ServiceStack.dll differ diff --git a/lib/netstandard2.0/ServiceStack.xml b/lib/netstandard2.0/ServiceStack.xml index b0aaeffe..97ae56ae 100644 --- a/lib/netstandard2.0/ServiceStack.xml +++ b/lib/netstandard2.0/ServiceStack.xml @@ -211,6 +211,7 @@ The Callback URL for your app should match the CallbackUrl provided. + Download Yammer User Info given its ID. @@ -340,7 +341,7 @@ Whether to encrypt JWE Payload (default false). - Uses RSA-OAEP for Key Encryption and AES/128/CBC HMAC SHA256 for Conent Encryption + Uses RSA-OAEP for Key Encryption and AES/128/CBC HMAC SHA256 for Content Encryption @@ -391,7 +392,7 @@ - Convenient overload to intialize the Private Key via exported XML + Convenient overload to initialize the Private Key via exported XML @@ -401,7 +402,7 @@ - Convenient overload to intialize the Public Key via exported XML + Convenient overload to initialize the Public Key via exported XML @@ -5399,6 +5400,11 @@ Access Service Controller for ServiceStack + + + Publish Message to be processed by AppHost + + A convenient repository base class you can inherit from to reduce the boilerplate @@ -5942,8 +5948,8 @@ Disposes all created disposable properties of this service - and executes disposing of all request s - (warning, manualy triggering this might lead to unwanted disposing of all request related objects and services.) + and executes disposing of all request s + (warning, manually triggering this might lead to unwanted disposing of all request related objects and services.) @@ -6159,7 +6165,7 @@ Gets IDbConnection Checks if DbInfo is seat in RequestContext. - See multitenancy: http://docs.servicestack.net/multitenancy + See multitenancy: https://docs.servicestack.net/multitenancy Called by itself, and Provided by services and pageView, can be helpfull when overriding this method @@ -6236,6 +6242,12 @@ If null Templates Admin Service will not be registered. + + + Role Required to call Metadata Debug Service (/metadata/debug). + If null Metadata Debug Service will only be registered in DebugMode. + + Load Embedded Resource Templates in ServiceStack.