mconca-kube

Results 4 issues of mconca-kube

If I use a custom HttpClient and custom RefitSettings, the AuthorizationHeaderValueGetter gets ignored and GetTokenAsync() is never called. ``` RestService.For( new System.Net.Http.HttpClient() { BaseAddress = new Uri(apiIP + "Accounts"), Timeout...

documentation

I found an error in the test suite for single/double values, here: https://github.com/sqlkata/querybuilder/blob/422878cd703d75e245e023de89d2ac2ab693f554/QueryBuilder.Tests/ParameterTypeTests.cs#L25 and here: https://github.com/sqlkata/querybuilder/blob/422878cd703d75e245e023de89d2ac2ab693f554/QueryBuilder.Tests/ParameterTypeTests.cs#L27 You convert the string to a Single, using InvariantCulture: OK After that you convert...

I noticed that Dapper requires a different syntax for parameters in query depending on which type of connection you use. I'm using a SQL Server database. This is the code...

### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add When you have...

enhancement
mid-term-goal
module-qol