Skip to content

Instantly share code, notes, and snippets.

@leomicheloni
leomicheloni / nuget.config
Created December 16, 2018 20:37
nugetconfig
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="ServiceA" value="{URL}/nuget/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<ServiceA>
<add key="Username" value="{usermail}" />
<add key="ClearTextPassword" value="{access_token}" />
@leomicheloni
leomicheloni / data.yml
Created September 17, 2019 06:26
Read yml
version: '3.5'
services:
proxy:
image: nginx
ports:
- 80:80
using Newtonsoft.Json;
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
var message = new Message
{