See: https://docs.gitlab.com/runner/install/docker.html.
Build image:
docker run -d \
--name gitlab-runner \
--restart always \See: https://docs.gitlab.com/runner/install/docker.html.
Build image:
docker run -d \
--name gitlab-runner \
--restart always \| //---------------------- | |
| // <auto-generated> | |
| // Generated using the NSwag toolchain v13.0.5.0 (NJsonSchema v10.0.22.0 (Newtonsoft.Json v11.0.0.0)) (http://NSwag.org) | |
| // </auto-generated> | |
| //---------------------- | |
| #pragma warning disable 108 // Disable "CS0108 '{derivedDto}.ToJson()' hides inherited member '{dtoBase}.ToJson()'. Use the new keyword if hiding was intended." | |
| #pragma warning disable 114 // Disable "CS0114 '{derivedDto}.RaisePropertyChanged(String)' hides inherited member 'dtoBase.RaisePropertyChanged(String)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword." | |
| #pragma warning disable 472 // Disable "CS0472 The result of the expression is always 'false' since a value of type 'Int32' is never equal to 'null' of type 'Int32?' | |
| #pragma warning disable 1573 // Disable "CS1573 Parameter '...' has no matching param tag in the XML comment for ... |
| using System; | |
| using System.Collections.Concurrent; | |
| using System.Collections.Generic; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| namespace cancellation_demo1 | |
| { | |
| public static class ContinueWith | |
| { |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| namespace LinqProviderExample | |
| { | |
| public class PermutationsSource | |
| { | |
| public PermutationsSource(params string[] words) => this.words = words; | |
| private readonly HashSet<string> _generated = new(); |
Chapter 1. Getting Started
| # Test | |
| dotnet build --configuration Test1 | |
| nunit3-console.exe --explore ./bin/Test1/Tests.dll | |
| nunit3-console.exe --where 'method = MethodName' ./bin/Test1/Tests.dll --trace=Debug | |
| # Find packages via nuget | |
| nuget list Processes -Source <sourceName> -PreRelease -Verbosity detailed | |
| # Database |
| { | |
| "folders": [ | |
| { | |
| "path": "..\\..\\nuts-telecom\\nuts_telecom_contacts\\Nuts.Telecom.Contacts" | |
| }, | |
| { | |
| "path": "..\\..\\nuts-telecom\\nuts_telecom_crmbackend_adapter\\Nuts.Telecom.CrmBackendAdapter" | |
| }, | |
| { | |
| "path": "..\\mnt-contacts_crmbackend-adapter-devtest" |
| [48 ms] Start: Resolving remote | |
| [51 ms] Setting up container for folder or workspace: c:\Users\HYS\Exercism | |
| [208 ms] Start: Run: git rev-parse --show-toplevel | |
| [309 ms] Start: Check Docker is running | |
| [310 ms] Start: Run: docker info | |
| [544 ms] Start: Run: docker ps -q -a --filter label=vsch.local.folder=c:\Users\HYS\Exercism --filter label=vsch.quality=stable | |
| [774 ms] Start: Run: docker inspect --type container bc64fa72b351 | |
| [960 ms] Start: Removing existing container. | |
| [960 ms] Start: Run: docker rm -f bc64fa72b3517c9ccada0128f40261a37f9e216ff211eeeae689e1db0c754020 |