Rustam
Rustam
> * Fix tests This actually works too, but dotnet test doesn't like it https://github.com/rstm-sf/XamlX/pull/3/checks#step:9:22 But it doesn't really work anywhere. I think need to think about it > or...
> This actually works too, but dotnet test doesn't like it https://github.com/rstm-sf/XamlX/pull/3/checks#step:9:22 #34 I believe adding the github actions is done. It looks like they are disabled here
Can we replace IReadOnlyList with IEnumerable in a [similar way](https://github.com/rstm-sf/XamlX/commit/0fee559aeaf9af5c9a53d3fa9b71faab4ce57ae2)?
> * `CompilerTestBase.GetCallbacks` fails on net47: Why this happens is described here https://github.com/kekekeks/XamlX/pull/31#issuecomment-708623730 In fact, conditionally, they work. But they need to be fixed so that they really work >...
> Also, it affects dotnet test. I have a hunch that if you select what netstandard was for, then the problems in VS will disappear Okey. It looks like to...
> "Ghost" tests in VS test explorer is a Visual Studio bug. It seems to me that these are problems test runner
> `CecilNetstandardTests` project _has_ to be built for `netstandard2.0` as well as actual runtime TFMs because the binaries built for `netstandard2.0` are being feed to Cecil in order to check...
> dotnet test trying run for testclasses... It works now #35 Thus, it remains to figure out the following - Benchmarks fails to compile - Running tests with VS in...
> "Ghost" tests in VS test explorer is a Visual Studio bug. An [example](https://github.com/rstm-sf/XamlX/runs/1285962374?check_suite_focus=true#step:5:114) that this is most likely a dotnet test problem
> Thus, it remains to figure out the following > * Running tests with VS in a XamlParserTests project ~~https://github.com/microsoft/vstest/issues/655#issuecomment-344556398~~ https://github.com/kekekeks/XamlX/blob/697a419675a8055b7ef9a1904360359522b30616/tests/xunit.runner.json#L1