Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
it's not an issue, that's just your code that is wrong (3500 completions in python!)
issue still there for pyton
I do.
I think, there is a method defined in the test class. Otherwise, var myInstance = CreateInstance(myType);
will not compile at all. Something like that:
public static dynamic CreateInstance(Type myType)
{
return Activator.CreateInstance(myType);
}
does anyone has a NullReferenceException in RandomTests?
maybe you should replace var with dynamic in test cases code,cos I keep getting "object does not contain %FieldName%" while everything works fine with dynamic on my pc in vs debugger.
Not a bug, and you shouldn't mutate the input.
Don't mutate the input.
This comment is hidden because it contains spoiler information about the solution
Fixed
This comment is hidden because it contains spoiler information about the solution
Don't mutate the input.
Don't mutate the input.
Don't mutate the input.
Don't mutate the input.
Loading more items...