James May
James May
## Type ## - [x] New Feature Allow specifying RoleDefinition by Id anywhere where RoleDefinitionPipeBind is used. The (presumably rare) case where the name of role definition could parse as...
Adds missing value "owner". "Manage" and "FullControl" aren't listed in the docs, but I kept them just in case. Switching to `EnumAsStringArgumentCompleter` to allow any newly added value to be...
Old code: ``` c# new ServiceClient( instanceUrl: uri, tokenProviderFunction: GetToken, useUniqueInstance: true, logger: logger); ``` Result: a bunch of log messages, but no warnings. Switching to the new constructor: ```...
Consider the following project file: ``` xml net48 v1 ``` Attempting to build this project file will never complete. From a DevOps pipeline this manifests as > The nuget command...
It would be great if some information about this error could be added to this page. | Error Code | Message | |---|---| | [90044](https://login.microsoftonline.com/error?code=90044) | National Cloud Request Process...
### Problem Seeing the types/members referenced in an assembly reference is cumbersome. ### Solution Add a "Referenced Types" child node to each reference which contains the referenced types, including exported/forwarded...
This file will automatically configure supported code editors with the correct line endings and tab size as per `CODESTYLE`. `max_line_length` seems less supported, but it looks like eg. VS Code...
[Microsoft.Azure.WebJobs.Extensions.Http](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Http/3.2.0#dependencies-body-tab) (3.2.0, the current version) is a direct dependency of `Microsoft.NET.Sdk.Functions` ie. the main Functions SDK, which means it is included in all in-proc Functions. And it depends on several...
Seems to mostly work, but more of a MVP/POC. Followed the instructions here: [High DPI support in Windows Forms ](https://learn.microsoft.com/en-us/dotnet/desktop/winforms/high-dpi-support-in-windows-forms?view=netframeworkdesktop-4.8) On my Windows 10 22H2 machine, I can drag a...
This article says we can pass a '`Network ID`', but doesn't say what that is or where we could get one from. It'd be awesome if something explaining this could...