No I didn't do anything outside of just try to use stringbuilder. It works normally in the video I am following, but when I do it it just throws out a bunch of errors and doesn't seem to exist for me.
When I click on it it brings me to Internal Class StringBuilder, which has nothing.
namespace Working_with_Strings
{
internal class StringBuilder
{
}
}