Implementation of the MusicBrainz API v2.
$ dotnet add package MusicBrainzAPIImplementation of the MusicBrainz API version 2 for .NET
Artist, Label, ReleaseGroup, Release and Recording supporting asynchronous Get (lookup by MBID), Search and Browse.Search using Lucene query syntax (see search documentation for supported fields).inc parameters).More information about the MusicBrainz API can be found here.
Take a look at the wiki or the Hqub.MusicBrainz.Client example project.