From 538e1d8f9f1c6f1e61530d6e5f1e61c2c784d6c3 Mon Sep 17 00:00:00 2001 From: sveinungf Date: Sun, 17 Mar 2024 16:42:51 +0100 Subject: [PATCH] Update README with link to source generator sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b1bf62..20cf28af 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ private static async ValueTask AddAsRowInternalAsync(Spreadsheet spreadsheet, My ``` The source generator can generate rows from classes, records, and structs. It can be used in all supported .NET versions, including .NET Framework, however the C# version must be 8.0 or greater. - +More features of the source generator can be seen in the [sample project](https://github.com/sveinungf/spreadcheetah-samples/blob/main/SpreadCheetahSamples/SourceGenerator.cs). ## Benchmarks The benchmark results here have been collected using [BenchmarkDotNet](https://github.com/dotnet/benchmarkdotnet) with the following system configuration: