-
Notifications
You must be signed in to change notification settings - Fork 263
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
Migrate "[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]" to SDK project file #4116
Comments
Not sure why I didn't think of it before but that's a really good suggestion! |
I second this one. The https://learn.microsoft.com/en-us/dotnet/standard/assembly/set-attributes-project-file |
@Evangelink Do you know if |
Looks like it's using |
Investigations summary: We have two ways to implement this. Using
|
I'd like to add just a user's comment:
|
Not sure what you mean by that. This attribute is global to .NET but many projects are disabling it which would result in our handling not working (e.g. let's assume we have
That's the most likely scenario, so far we just wanted to capture some investigations results because I did tried things related to your request in February and hit some issues and then forgot about my investigations xD |
NOTE: I think another possibility is to use the existing |
Current Situation
Currently, when a new MS Test SDK project is being created, an additional C# file is being generated ("
MSTestSettings.cs
") that's bloating the file list and may accidentally be deleted when using wildcards to delete a number of tests.Desired Situation
Please provide an SDK project property to have this setting available there and remove the additional C# file from the project template.
The text was updated successfully, but these errors were encountered: