TypealizR icon indicating copy to clipboard operation
TypealizR copied to clipboard

do not require an interface to leverage code-first

Open earloc opened this issue 1 year ago • 0 comments

As a developer, I want to be able to authot a partial class with partial methods, which the source-generator picks up to generate typed accessors to resources, to not be forced to use an interface when I don´t really need it.

Inspired by the way Microsoft.Extensions.Logging is generating code, see: https://learn.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator

earloc avatar Feb 09 '23 20:02 earloc