-
We should consider an analyzer that flags use of `ToString()` in call sites to logging methods and suggests reconsidering the shape of the logging method such that it takes a strongly-typed value. In…
-
Right now, the FakeRedactorProvider only returns a single redactor for all data classifications. It should be made more flexible and support returning different redactors for different data classifica…
-
1) If you can, please include a screenshot of your problem
2) Please include the name of your operating system
3) If you can, steps to reproduce are super helpful
---
I am developing using W…
-
Please add an example(or link to example) how to use
[Enter feedback here]
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linkin…
-
https://melbournedeveloper.github.io/Device.Net/articles/LinuxmacOSSupport.html
The code sample doesn't compile. **WindowsUsbDeviceFactory** and **WindowsHidDeviceFactory** are unknown types.
Wi…
-
### Describe the bug
Running command `upgrade-assistant extensions` immediately crashes with a stack trace.
### To Reproduce
```
PM> upgrade-assistant extensions
-------------------------------…
-
Hello,
We host a MVC .NET web application that takes a dependency on:
https://www.nuget.org/packages/Microsoft.Owin.Security.OpenIdConnect/#versions-body-tab to implement OAuth2.0.
What we …
-
### Describe the bug
I'm trying to interact with Azure DevOps using the azure-devops extension but every command returns the same error.
`'rg' is not a valid value for '--output'. Allowed values: …
-
### Describe the bug
The command to start ssh bastion fails with "Missing required field: -n" even if --name/-n is specified.
### Related command
`az network bastion ssh --name xxxx --resource-grou…
-
In a vscode extension you can register a URI handler:
https://code.visualstudio.com/api/references/vscode-api#UriHandler
This `UriHandler` will get invoked when an external webpage _redirects into…