Esben Sune Rasmussen
Esben Sune Rasmussen
We experienced that when upgrading our pdf solution in Azure from Functions v1 (.NET 4.x) to v3 (.NET Core 3.1) we lost all styling from html content. The solution was...
Does not work: ``` ini # Xml config files [*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}] indent_size = 2 ``` Works (found the limit to be this length): ``` ini # Xml config files [*.{props,targets,ruleset,config,nuspec,resx,vsix}] indent_size...
Version info: Artillery: 2.0.0-38 Node.js: v18.18.2 OS: linux Running this command (2+ hour test): ``` npx artillery run-fargate --region eu-west-1 load-test.yml ``` My AWS CLI session timed out (1 hour)....
Using version 6.2.3 I have been trying to set the response type of one of my endpoints to "application/pdf". It works, sort of, when using the ProducesAttribute, like in the...