Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - failed to detect related test cases #55

Closed
Aaronontheweb opened this issue Aug 12, 2019 · 1 comment · Fixed by #60 or #61
Closed

Bug - failed to detect related test cases #55

Aaronontheweb opened this issue Aug 12, 2019 · 1 comment · Fixed by #60 or #61
Labels
bug Something isn't working

Comments

@Aaronontheweb
Copy link
Member

akkadotnet/akka.net#3883 - failed to detect related test cases on this PR.

Output from the incrementalist process on this build:

D:\a\1\s\src\core\Akka.Persistence\Akka.Persistence.csproj
D:\a\1\s\src\core\Akka.Remote.TestKit\Akka.Remote.TestKit.csproj
D:\a\1\s\src\core\Akka.Remote\Akka.Remote.csproj
D:\a\1\s\src\core\Akka.Streams\Akka.Streams.csproj
@Aaronontheweb Aaronontheweb added the bug Something isn't working label Aug 12, 2019
@Aaronontheweb
Copy link
Member Author

I figured out this issue - it's due to the following:

image

Because we are multi-targeting with .NET Core and .NET Framework, only one of the projectIds with that file path gets selected in the current implementation of the code. For whatever reason, that causes problems with Roslyn's lookup for projects and dependencies. Might need to try resolving all of the matching projects given an affected project file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant