Skip to content

Instantly share code, notes, and snippets.

View Vake93's full-sized avatar

Vishvaka Ranasinghe Vake93

View GitHub Profile
@steven2358
steven2358 / ffmpeg.md
Last active June 12, 2024 01:10
FFmpeg cheat sheet
@chsienki
chsienki / GeneratorTests.cs
Last active November 19, 2022 10:03
Framework for unit testing generators
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using System.Collections.Immutable;
using System.Linq;
using System.Reflection;
using Xunit;
namespace GeneratorTests.Tests
{
public class GeneratorTests