Skip to content

Instantly share code, notes, and snippets.

View Youssef1313's full-sized avatar

Youssef Victor Youssef1313

View GitHub Profile
@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