Jiwa Web API and Redis
Hi Mike,
In doing some experimentation with the use of Redis as a possible choice for Session Management locally and with Azure it will complain about trying to serialise any object that is not annotated as [Serializable], which of course none of the API DTO objects are marked as, would there be any way of having this done as part of the build process?
In doing some experimentation with the use of Redis as a possible choice for Session Management locally and with Azure it will complain about trying to serialise any object that is not annotated as [Serializable], which of course none of the API DTO objects are marked as, would there be any way of having this done as part of the build process?