Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tom-englert/LogMessageGenerator


https://github.com/tom-englert/LogMessageGenerator

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# LogMessageGenerator

This project is a sample how to setup an incremental source generator project.
It's not meant to be a replacement for https://docs.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator

It shows how to

- setup the solution
- include NuGet dependencies in the generator project
- build the NuGet package
- reference the generator in a test project
- setup an integration test project that consumes the analyzers NuGet package

- consume additional files in the generator
- consume options from MSBuild variables in the generator