You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
As a developer, I want to be able to authot a
partial
class withpartial
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
The text was updated successfully, but these errors were encountered: