Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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.
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.