Closed ds1709 closed 6 months ago
I ran tests localy and it complete successfuly, so I don't understand why Run tests
task fails in pipeline.
I ran tests localy and it complete successfuly, so I don't understand why
Run tests
task fails in pipeline.
You're using C# 12 collection expressions, but XamlX hasn't been updated to .NET 8 SDK yet.
Also, please add your tests to the existing XamlParserTests
project instead of creating a new project - the files there are shared between several test projects, to allow the tests to run for both SRE (System.Reflection.Emit) and Cecil in several projects.
I moved my tests in XamlParserTests
project, and now I have problems with PublikKey
s. Should I specify PublikKey
in InternalsVisibleTo
items or not? Also, error CS0103: The name 'offender' does not exist in the current context
still persists (it's not my code).
Well, seems like it's all OK now.
Found critical error.
ResolveContentPropertyTransformer.Transform
.ArgumentOutOfRangeException
(#109).