Matt Kotsenas
Matt Kotsenas
Add an abstract method `GetToken()` on `MicrosoftIdentityAuthenticationBaseMessageHandler` in order to more easily let inheriting implementations to override token options or acquisition behavior.
Currently, the HttpClient builder extensions (i.e. `AddMicrosoftIdentityUserAuthenticationHandler` and `AddMicrosoftIdentityAppAuthenticationHandler`) take the service name as the first parameter. As far as I can tell, this value is only used to name...
This looks to be the same issue as #5, and possibly #41. On Windows 10 RS3 (1709), TiWorker.exe can remain active even after updates are complete and a reboot is...
**Related command** `az repos show` **Is your feature request related to a problem? Please describe.** I work across many repos, and it's often useful to jump to the Azure DevOps...
Fixes #472 Add two new projects: `Microsoft.Build.NoTargets.Templates` and `Microsoft.Build.Traversal.Templates` that each publish a NuGet package that can be installed / used via `dotnet new`. I wasn't quite sure how best...
It would be nice if this project also published a nuget template package, for instance `Microsoft.Build.Traversal.Templates` and `Microsoft.Build.NoTargets.Templates`. I could then run `dotnet new install` to install the templates and...
### Product dotnet CLI (dotnet new) ### Describe The Bug I have a template (let's call it 'foo') that prefers the default name 'bar' when no `--name` is supplied, eg...
### Is your feature request related to a problem? Please describe. I'm an engineer that manages a repo with many devs. In our day-to-day we use several templates and tools...
Fixes #1184 Introduce an attribute `[UsesVerify]` for MSTest so that tests can set up Verify without needing to use the `VerifyBase` class. Relaxing the base class requirement makes it easier...
#### Is the feature request related to a problem Currently, MSTest support uses a `VerifyBase` base class that all tests must inherit from. This requirement can cause issues with other...