Skip to content

Instantly share code, notes, and snippets.

@SabotageAndi
SabotageAndi / topics
Created May 10, 2019 09:11
MSBuild 2019 Recap preparation
# MSBuild 2019 Recap
hololens demo - https://www.youtube.com/watch?v=r0ubiU3PRHw
terminal
.net 5
edge chromium
@SabotageAndi
SabotageAndi / NodaTypeSerializerDelegate.fs
Created December 30, 2015 19:36
Configure Sqlite.net for saving NodaTime as blob
module NodaTypeSerializerDelegate =
let localDateType = typeof<LocalDate>
let offsetDateTimeType = typeof<OffsetDateTime>
let durationType = typeof<Duration>
let supportedTypes = [
(localDateType);
(offsetDateTimeType);
(durationType)