XamlX icon indicating copy to clipboard operation
XamlX copied to clipboard

unable to resolve type system.uri error

Open sudongg opened this issue 3 years ago • 0 comments

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.

sudongg avatar Feb 03 '22 06:02 sudongg