Pablo Monteiro

Results 53 comments of Pablo Monteiro

@jons-bakerhill I'm creating the environment, are the projects loaded from various versions of dotnet including 4.8 or just 4.8? In the context of your last print.

@REscobar Thank you very much for contributing, I intend to evaluate your PR this week, I need to understand if we really won't have a backwards compatibility problem, there are...

@dupdob Thank you for contributing, we are evaluating the PR, I saw that it is related to a Stryker issue, we will try to finalize it as quickly as possible.

@LPeter1997 It's a big change, as I mentioned in the issue, I like the idea, but we need to evaluate this PR very carefully to ensure the next steps. This...

Hello @LPeter1997 , I don't see any problems, this limitation exists because we use msbuild, as you said, it is necessary to implement the equivalent methods for other languages.

@LPeter1997 have you seen Corniel's implementation? Do you think it makes sense to you?

I think I found the problem, you can see it in my commit. But, some tests broke and I still don't think it's the best solution.

Perfect, I made a small change to the test project, keeping only 1 TargetFrameworks field and removing the TargetFramework, looking at the documentation [here ](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props). I believe the additional files...

@tisonv you can upload a sample project?