Skip to content

Commit

Permalink
Update README with link to source generator sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinungf committed Mar 17, 2024
1 parent 5e652df commit 538e1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 538e1d8

Please sign in to comment.