Přemek Vysoký
Přemek Vysoký
### Motivation Many times you want to include a very long shell call as a script that should fit into 1 line, e.g.: ``` dotnet tool install Microsoft.DotNet.XHarness.CLI \ --global...
When validating pipeline before publishing, we could validate that all required artifacts are also published. We could compare the list of published artifacts (get all Publish tasks and get the...
It seems like that for Apple devices, it can happen that: - We create the TCP tunnel in MacOS - We start the app - The TCP tunnel disconnects again...
The following fix - must be ported to **dotnet/xharness**: https://github.com/xamarin/xamarin-macios/pull/15449/
It seems we skip some steps [here](https://github.com/dotnet/xharness/blob/2863beb74c1abad7ddfe9ef7afea6fc2605e8a03/src/Microsoft.DotNet.XHarness.iOS.Shared/CrashSnapshotReporter.cs#L98) and the crash reports don't get symbolicated. Crashing app is here: https://dev.azure.com/xamarin/public/_build/results?buildId=58903&view=logs&j=84a022bb-4bdc-5585-8146-137444174249&t=d794747c-65a6-5105-c6e6-e1e37436ed3e Or also here: 1. `git clone https://github.com/dotnet/maui` 2. `dotnet build ./Microsoft.Maui.BuildTasks.slnf`...
Extra app arguments that are sent to app are not readable in the app. **This is probably an mlaunch regression** but logging it down to not forget about it. Passing...
When we define a template, we specify the parameters it has. Inside of the templates, we use the `parameters[]` notation to reference these. We can possibly validate that each referenced...
Not verified, but following rule ` foo: 'x'? ; ` will parse the `'x'` literal as a constant editor cell, ignoring the cardinality.
> This issue is a locked mirror of https://github.com/dotnet/arcade/issues/11584. See that issue for discussion. # Announcing the .NET Virtual Monolithic Repository Building the .NET product from individual product repos in...
[Azure Boards WorkItem](https://dev.azure.com/dnceng/internal/_workitems/edit/5877)