Julien Chomarat
Julien Chomarat
We often see code like that ```csharp public async Task Get() { await Task.Delay(1000); return View(); } ``` Is it a good practice to add the CancellationToken parameter to actions...
Don't forget to add this to your csproj: ```xml all ``` If you need a repo with nbgv configured you can use this ones: https://github.com/StackExchange/Dapper https://github.com/StackExchange/StackExchange.Redis https://github.com/Humanizr/Humanizer
Hi Bret, Is this project maintained? Thanks!
Hi Scott, There is an issue open here [Merge office365 and live accounts that use the same email address](https://feedback.azure.com/forums/169401-azure-active-directory/suggestions/5214614-merge-office365-and-live-accounts-that-use-the-sam) I'm a customer using Azure, VSTS & Office 365 for my...
I'm discovering opentelemtry so this question may not be relevant but I have this trace :  This trace is composed of 3 spans, the first one is my web...
Following the discussion on discord, these strategies will add or remove the associated css class from tailwindcss.
While I was working on the code I saw something that is not user friendly for C# and Java developers. If you look at the documentation for Highlighting : https://docs.meilisearch.com/reference/api/search.html#attributes-to-highlight...
…regardless of JsonSerializerOptions # Pull Request ## What does this PR do? This PR makes sure that the server's response are well mapped to Meilisearch's objects. Make this objects read...
**Description** Currently when we send a document we use the internal `JsonSerializerOptions` `JsonSerializerOptionsWriteNulls` with this definition ```csharp internal static readonly JsonSerializerOptions JsonSerializerOptionsWriteNulls = new JsonSerializerOptions { DefaultIgnoreCondition = JsonIgnoreCondition.Never, PropertyNamingPolicy...
I'm running Seq locally in a docker container on windows with port 5341 & 8080 exposed on localhost I have created the api key with all the permissions : ...