Cain O'Sullivan
Cain O'Sullivan
@frozencode yes, please go ahead and create a pull request and we will review it. Thanks, Cain.
Hi, there already is a dark mode available. The toggle is in the bottom right of the screen.  Thanks, Cain.
I will get our designers to have a look at this feture from their perspective.
Sorry, there is no dark theme on Avalanche yet.
> @cosullivan, would you be open to a Github Actions PR ensuring nuget and github releases come from git tags? Yes, I would be open to that.
Hi, Are you calling the AddHypermediaFormatters extension method to configure? If so this uses the DasherizedFieldNamingStrategy as its default; https://github.com/cosullivan/Hypermedia/blob/master/Src/Hypermedia.JsonApi.AspNetCore/MvcBuilderExtensions.cs#L32 But you can call one of the other methods that...
I just had a look over that configuration code and yes that its quite confusing. The IFieldNamingStrategy and IContractResolver can be set in two places and I can't remember why...