Youssef Victor
Youssef Victor
**Closes #** ## PR Checklist - [ ] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main) - [ ] Based off latest main...
## Description {A detailed description} Fixes #{bug number} ## Quality checklist - [ ] Your code complies with our [Coding Style](https://github.com/SteeltoeOSS/.github/blob/main/contributing-docs/contributing-code-style.md). - [ ] You've updated unit and/or integration tests...
The suggestion here is to have samples for different frameworks (MSTest, NUnit, and xUnit.net) for both VSTest and Microsoft.Testing.Platform, and have that linked from somewhere in dotnet/docs.
Current generator implementation doesn't follow Roslyn best practices, and can likely be very slow in big solutions while typing in IDE. The PR isn't yet complete. All diagnostics produced by...
Hi @tboby I noticed dotnet.config is used in this repo. FYI, if https://github.com/dotnet/sdk/pull/50673 gets merged, then updating to RC2 with that change will require moving away from dotnet.config to global.json....
#### Details ##### Motivation ##### Context #### Pull request checklist - [ ] Addresses an existing issue: #0000
See https://github.com/microsoft/testfx/issues/4166
Currently, MSTest analyzers are not used in this repo. You can consider using them by adding a reference to MSTest.Analyzers (with PrivateAssets="all"). Or use MSTest metapackage which includes all the...