All in the new v4.0.31 are fantastic, especially ServerEvents redis back-end and the C# client. I like also a lot the AppSettings. My question is if we are allowed to use AppSettings in client-side, in the free assemblies. For example, I want to have a web service to return each client configuration as a file after succesful authentication. Then in client to read /write the configuration and eventually post back the updated config file. Can we use AppSettings in the client interface ?
Yeah the AppSettings implementations are in ServiceStack.dll which can be freely use on the client as they’re not part of the free-quota’s.