Skip to content

Instantly share code, notes, and snippets.

View Pilvinen's full-sized avatar
🖕
Aspiring to heights

Poika Pilvimaa Pilvinen

🖕
Aspiring to heights
View GitHub Profile
@paulloz
paulloz / GodotSink.cs
Last active March 12, 2025 11:48
Godot Serilog Sink
using Godot;
using Serilog;
using Serilog.Configuration;
using Serilog.Core;
using Serilog.Events;
using Serilog.Formatting;
using Serilog.Formatting.Display;
using Serilog.Parsing;
using System;
using System.Globalization;
@RealDotNetDave
RealDotNetDave / .editorConfig
Last active March 3, 2025 18:08
.editorConfig by David (dotNetDave) McCarter - dotNetTips.com
####################################################################################################
# dotNetDave's (David McCarter) Editor Config - dotNetTips.com
# Updates to this file are posted quarterly at: https://bit.ly/EditorConfig5
# Updated March 1, 2025
# NEW code performance book is available at: https://bit.ly/DotNetCodePerf4
# NEW coding standards book is available at: https://bit.ly/CodingStandards8
# Rockin' the Code World with dotNetDave: https://bit.ly/RockinCodeWorldShows
####################################################################################################
root = true