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 May 1, 2025 15:51
.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 May 1, 2025
# Code performance book is available at: https://bit.ly/DotNetCodePerf4
# Coding standards book is available at: https://bit.ly/CodingStandards8
####################################################################################################
root = true