November Happy Hour will be moved to Thursday December 5th.
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.