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
I think we should ship the attributes as a source code package. That way consumers don't get a runtime dependency on the attributes, which would be a lot of pain when we decide to do breaking changes.
Alternatively, the Funcky.Analyzers package could contain the attributes using some property to opt into specific attributes: Something like <FunckyCodeAnalysisAttributes>UseWithArgumentNames</FunckyCodeAnalysisAttributes>. That way we keep the analyzers and attributes together.
We also need to make sure that the analyzer does not crash in case of an unexpected attribute data (in case we decide to make breaking changes to the attribute).
Probably as it's own project?
We have a request to be able to use the attribute (and Generator therfore) in their own projects.
The text was updated successfully, but these errors were encountered: