XamlX
XamlX copied to clipboard
unable to resolve type system.uri error
I try to run BasicCompilerTests in my .net 5.0 project:
XamlParserTests.BasicCompilerTests test = new XamlParserTests.BasicCompilerTests();
test.Compiler_Should_Compile_Simple_Xaml(false);
Got the unable to resolve type system.uri
error.