Cédric Luthi
Cédric Luthi
Commit cff3c5b39d47aed9323976da5ef30a9196770d9e made it possible for the consumer to choose between System.Data.SqlClient or Microsoft.Data.SqlClient in order to avoid taking a hard dependency on either one. So the System.Data.SqlClient dependency must...
It's quite common that job properties and/or result are strings. Since everything is serialized as JSON in the database, a string becomes quoted and has escaped characters. For displaying in...
While having the interface type available is nice, it might not be enough if using reflection on the called method is desired. Providing the `RestMethodInfo` opens new possibilities to introspect...
If the server replies with a `Vary` header then the `DefaultVaryHeaders` are not used when computing the cache key. The new `IncludeRangeHeaderInCacheKey` test demonstrates this issue and ensure it's fixed....
Here is my take on fixing #87.
* Change `OIDExternalUserAgentIOS` initializers to be non nullable This fixes the following warning: > AppAuth-iOS/Source/iOS/OIDExternalUserAgentIOS.h:33:1: Conflicting nullability specifier on return types, 'nullable' conflicts with existing specifier 'nonnull' This also makes...
From the current draft: > In case of the “warn” status, endpoints MUST return HTTP status in the 2xx-3xx range, and additional information SHOULD be provided, utilizing optional fields of...
Updating 'sql-server-management-studio-np' (15.0.18369.0 -> 15.0.18382.0) Downloading new version SSMS-Setup-ENU.exe (640,1 MB) [===================================================================================================] 100% Checking hash of SSMS-Setup-ENU.exe ... ERROR Hash check failed! App: nonportable/sql-server-management-studio-np URL: https://aka.ms/ssmsfullsetup#/SSMS-Setup-ENU.exe First bytes: 4D 5A...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of Fonts - [x] I have verified...
The property is documented to "return the current access token" but actually refreshes the token if it's expired, with sync over async code, which is [bad][1]. This commit simply returns...