mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Disable naming warning
This commit is contained in:
parent
8fb0ba7974
commit
0cd3027c28
@ -6,6 +6,7 @@ namespace SpotifyAPI.Web
|
||||
{
|
||||
Task<ArtistsResponse> GetSeveral(ArtistsRequest request);
|
||||
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1716")]
|
||||
Task<FullArtist> Get(string artistId);
|
||||
|
||||
Task<Paging<SimpleAlbum>> GetAlbums(string artistId);
|
||||
|
Loading…
Reference in New Issue
Block a user