Mark Murphy
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...
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),...
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...
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```...
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/
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...