Skip to content

Instantly share code, notes, and snippets.

View ipatalas's full-sized avatar

Ireneusz Patalas ipatalas

  • Wrocław, Poland
View GitHub Profile
# minimal base image
from alpine:3.16.2
# run a no-op command
RUN echo "testing"
@ipatalas
ipatalas / DmpAnalysis.linq
Created May 11, 2020 10:34 — forked from NickCraver/DmpAnalysis.linq
DMP Analysis in LinqPad
<Query Kind="Program">
<NuGetReference Prerelease="true">Microsoft.Diagnostics.Runtime</NuGetReference>
<Namespace>Microsoft.Diagnostics.Runtime</Namespace>
<Namespace>System</Namespace>
<Namespace>System.IO</Namespace>
<Namespace>System.Linq</Namespace>
<Namespace>System.Text</Namespace>
<Namespace>Microsoft.Diagnostics.Runtime.Utilities</Namespace>
</Query>