-
Enabled by default: true
Default severity: Info
Title: Do not negate boolean assertions
Flags cases like `Assert.IsTrue(!condition)` and `Assert.IsFalse(!condition)` and suggest to use the opposi…
-
[Azure Boards WorkItem](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_workitems/edit/5859)
-
Hi
I'm using `semantic-release` with GIT on Azure Devops (not my choice).
Unfortunately Azure Devops is not covered by [`hosts-config.js`](https://github.com/semantic-release/release-notes-gener…
neist updated
6 months ago
-
Enabled by default: false
Default severity: Info
Title: Prefer TestCleanup methods over Dispose/DisposeAsync
Flags any usage of `Dispose` or `DisposeAsync` on classes marked with `[TestClass]`.
…
-
## Describe the bug
MSTEST0014 is shown when last parameter of test method is `string[]` and last element of DataRow is also `string[]`
## Steps To Reproduce
For the following test method:
```
…
plade updated
7 months ago
-
### Describe the Bug with repro steps
1\.Create a new Logic App Project in bundle and convert into nuget.
2\.Add a workflow to your local project
3. Save the workflow.
4. Debug the workflow with…
-
Hi,
I'm trying to use this example to run on my ESP32 Azure IoT Kit. I'm having issues trying to upload the code to the device.
Environment: Windows 10
Visual Studio Code: 1.42.1
Arduino Extensi…
-
# nodejs awesome
## outline
- [sindresorhus/awesome-nodejs](#issuecomment-2371244039)
- [zerolab-fe/awesome-nodejs](#issuecomment-2371245848)
- [AST](#issuecomment-2382593846)
## Course
- …
-
### Describe the Bug with repro steps
1. Create a new Logic App Project in bundle and converted to sql
2. Add a workflow to your local project
3. Open the workflow.json file in designer and author…
-
Let's review the following points before we ship the feature complete preview:
- is this https://github.com/microsoft/testfx/blob/main/src/Package/MSTest.Sdk/Sdk/Runner/ClassicEngine.targets#L20 ne…