Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi all.
When calling DynamicDataStoreFactory.CreateStore(type) and the class type is declared inside another class you'll get an exception.
Just a minor issue. But still, probably a bug.
For example...
public class MyScheduledJob : JobBase {
public class MyScheduledJobState: IDynamicData {
}
}
DynamicDataStore.CreateStore(typeof(MyScheduledJobState)) throws SqlInjection exception.