Mattias Karlsson

Results 36 issues of Mattias Karlsson

### Example, send two GETs: ```bash curl http://url1.example.com http://url2.example.com ``` ### Result ```csharp using (var httpClient = new HttpClient()) { using (var request = new HttpRequestMessage(new HttpMethod("GET"), "http://url1.example.com/")) { var...

enhancement

Just stumbled upon this project on the twitters and it looks really useful :+1: Would like to run something like this on build servers as part of their build scripts,...

As discovered in https://github.com/actions/runner-images/issues/6029, Cake fails to load native libraries on Ubuntu 22.04 ``` Verifying assembly 'Cake.Sonar, Version=1.1.29.0, Culture=neutral, PublicKeyToken=null'. Error: System.DllNotFoundException: Unable to load shared library 'libdl' or one...

Bug
Up-for-grabs

https://github.com/cake-build/cake/blob/fdb906acf82fb3210836caa50c441323e7fcc22b/src/Cake.Testing.Xunit/WindowsFact.cs#L11

Breaking change

As discussed in #2460, we should expose `RedirectedStandardOutputHandler` and `RedirectedStandardErrorHandler` on `ToolSettings`, which was just recently added to `ProcessSettings` in pr #2447.

Up-for-grabs
Improvement
Help wanted

Reference: https://docs.microsoft.com/en-us/nuget/reference/nuspec#readme

Feature

I updated a script from ``` #module nuget:?package=Cake.DotNetTool.Module&version=0.1.0 ``` to ``` #module nuget:?package=Cake.DotNetTool.Module&version=0.2.0 ``` `--bootstrap` installed the new version of the module, but the old one is still there ```...

Improvement
:wrench: cake-module
priority: high

Sometimes you want to let other people review a page, it's not super secret content, would be nice if the document could be rendered, so you've got an URL to...

General Enhancement

In #19949 we can read > `--sdk-auth` was there since Nov 14, 2017 (https://github.com/Azure/azure-cli/commit/8346147d0da04063bd9000d1b370b2d65204cda8 from https://github.com/Azure/azure-cli/pull/5217). Azure SDK is not consuming it anymore, so we marked it as deprecated in...

Graph
customer-reported
feature-request