Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Disable XmlDoc inspection to circumvent ReSharper bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawmy committed Feb 15, 2023
1 parent a957da1 commit d3353c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xivapi-cs/Interfaces/IXivApiClient.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using xivapi_cs.Enums;
using xivapi_cs.ViewModels.CharacterProfile;
Expand All @@ -9,6 +10,7 @@

namespace xivapi_cs.Interfaces;

[SuppressMessage("ReSharper", "InvalidXmlDocComment")] // inheritdoc resharper bug
public interface IXivApiClient
{
/// <summary>
Expand Down

0 comments on commit d3353c9

Please sign in to comment.