-
I've made a mistake and declared an option with same short name on both base and inherited class.
Here's the stack trace tip and sample code below
```
Unhandled Exception: System.InvalidOperationExc…
-
Hi, I am looking for a way to speed up my conversion time.
I looked at ours overall busniness code and we only have a few utilisation of the key words "MyClass" and "WithEvents / Handles" that we c…
-
Hi,
currently we're facing an issue with capitalized German Umlauts.
`Ü` will be written as lower-case ü and not Ü
Suggested resolution: `Ü` must be uppercase Ü and only `ü` sh…
sven5 updated
6 years ago
-
I was looking through the source code for LdapBindRequest and RfcBindRequest, and it doesn't appear to be any way to use the currently logged in Windows User for authentication in the case of connecti…
-
You can name your template file to "content-page.cshml", it will override the Page content shape as expected. But when you create a Template content item with the title "content__page" it won't work.
…
-
Dapper creates a case sensitive dictionary when returning the query result and you make a simple casing mistake on a column name the slapper will not map.
To fix change line 134 in Slapper.AutoMapper…
-
-
**Version Used**: 16.4.3, [SharpLab](https://sharplab.io/#v2:EYLgxg9gTgpgtADwGwBYA0AXEA3GUCWAZgJ4A+AAgEwCMAsAFDkAMABOdSgNwPNvUB0AGXwA7AI7d6PSiwDCDAN4MWKtihYBZABTsAzAB4d1VgEE0fVgCEAlAD4W+DDAC2AZ2vLVS+q…
-
For some reason many of the paths being opened are lowercase so the vault name extracted from directories[1] != vaultName much of the time.
` if (!connectedVaults.ContainsKey(vaultName))…
-
When there is a duplicate Header, e.g. Delivered-To, the last header is taken.
Is there a reason that duplicate Headers are not all passed into the HeaderDictionary?
Is it not valid to have duplic…