Mark Murphy

Results 9 issues of Mark Murphy

Sometimes it is necessary to rename client type names to deal with extremely long names as described in #4470 . When renaming an object using `x-ms-client-name`, unfortunately the property type...

question
customer-reported

Hi there, I use a `.env` file to supply env vars for my application both when running locally and in a Docker container. When running my application in Linux/WSL2 (Ubuntu),...

kind/enhancement

Hi there, I have a C# solution with both an ASP.NET Core application project and a test project. I want the test project to use the same `secrets.json` file as...

question
area-commandlinetools
feature-user-secrets

This fixes a bug that has been found using both NSwag and NJsonSchema. Essentially when `GenerateNullableReferenceTypes` and `GenerateOptionalPropertiesAsNullable` are both true, these settings are not respected for an optional object...

Hi there, I'm really liking the look of the new secrets management module. A question - do you plan to support the secrets.json file currently managed by the ```dotnet user-secrets```...

Issue-Enhancement

Adds HeaderProtocol to allow external Header definitions to be used as well as encode() overriding. This change aligns header structure to that used for claims.

Hi there, I have made local modifications (hacks) to support headers of the type ```json { "alg": "PS256", "typ": "JOSE", "kid": "xxx", "b64": false, "http://openbanking.org.uk/iat": 1573333614, "http://openbanking.org.uk/iss": "yyy/zzz", "http://openbanking.org.uk/tan": "openbanking.org.uk",...

.NET 7 will allow container images to be built with .NET SDK provided `RUN` commands are moved into a base image. Advantages need investigation. Info: https://devblogs.microsoft.com/dotnet/announcing-builtin-container-support-for-the-dotnet-sdk/

enhancement

When launching Postman from Mac terminal via ```open -g -a Postman```, Postman does not respect ```-g``` option and grabs focus. Compare this to e.g. ```open -g -a TextEdit``` where terminal...

bug
platform/macOS
product/desktop-foundation
component/window-management
version/6