JetBrains / ExternalAnnotations

JetBrains ReSharper External Annotations
https://www.jetbrains.com/help/resharper/Code_Analysis__External_Annotations.html
MIT License
81 stars 44 forks source link

Add Route Annotations for Refit #234

Closed xartyx closed 1 year ago

xartyx commented 2 years ago

Adds RouteTemplateAttribute annotations for Refit attributes. See https://github.com/reactiveui/refit/blob/main/Refit/Attributes.cs

mr146 commented 1 year ago

Hi @xartyx! Sorry for such a long delay, and thanks for your pull request! The Refit route template format differs from the ASP.NET one, especially in query parameters handling. I think merging these annotations without proper support of this route template format will cause lots of false-positive errors in IDEs.