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
The type is only used to tell the user what the 'source' of the Warning or Error is. In FSAutoComplete, an analyzer-reported diagnostic will have a 'source' of F# Analyzers (%s{message.Type}) to tell the user which analyzer the diagnostic came from.
Ok, but since we have analyzer names, and we're talking about using those in configs etc., wouldn't it be better to remove Message and require an analyzer name instead?
What is
Message.Type
used for (or intended to be used for in the future)? I'm unsure what to set it to for my linter rules.The text was updated successfully, but these errors were encountered: