You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I upgraded a project from .NET6 to .NET7. With the new approach of using regex, I implemented and started using GeneratedRegex in the project. However, I noticed that when using GeneratedRegex, Minicover stopped generating test coverage.
I am using Minicover version 3.6.1.
I can't identify the relationship between these two elements (GeneratedRegex and Minicover) causing this issue. However, I would like to continue using GeneratedRegex and, at the same time, ensure that Minicover continues to display test coverage.
Is there any explanation for this behavior and a possible solution to this issue?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
Recently, I upgraded a project from .NET6 to .NET7. With the new approach of using regex, I implemented and started using GeneratedRegex in the project. However, I noticed that when using GeneratedRegex, Minicover stopped generating test coverage.
I am using Minicover version 3.6.1.
I can't identify the relationship between these two elements (GeneratedRegex and Minicover) causing this issue. However, I would like to continue using GeneratedRegex and, at the same time, ensure that Minicover continues to display test coverage.
Is there any explanation for this behavior and a possible solution to this issue?
Thank you.
The text was updated successfully, but these errors were encountered: