This document provides a few shortcuts to Git commands.
git config --get remote.origin.url
| namespace OpenFaaS | |
| { | |
| public class Startup | |
| { | |
| ... | |
| public void ConfigureServices( IServiceCollection services ) | |
| { | |
| /* | |
| we don't have access to IMvcBuilder to use .AddJsonOptions extensions |
| [ | |
| { | |
| "id": 1, | |
| "name": "John Doe", | |
| }, | |
| { | |
| "id": 2, | |
| "name": "Jane Doe", | |
| }, | |
| { |
| using System; | |
| using System.Collections.Concurrent; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| namespace MyNamespace | |
| { | |
| public static class ParallelAsync | |
| { |